Thursday, September 23, 2010

port forwarding on bsnl nokia siemens 1600 residential router Sl2- 141 type B

The virtual servers page is even hidden in 192.168.1.1/main.html
you can access the page by going to 
http://192.168.1.1/scvrtsrv.cmd?action=view

more tips for the modem

192.168.1.1/scprttrg.cmd?action=view for port triggering
192.168.1.1/scdmz.html for dmz

Saturday, July 31, 2010

reboot wag120n

http://192.168.1.1/setup.cgi?todo=reboot
Published with Blogger-droid v1.4.8

Wednesday, July 7, 2010

intel 82567LF-2 etc snowleopard 64 bit kext

heres the ionetworkingfamily.kext with intel82566mm.kext alone in plugins folder.
must work in all intel 8256x series lans in snowleopard 32 or 64 bit.


download

64bit kexts for linksys WUSB54GCv3 and belkin f5d8053

modified from ralink latest driver to include support for wusb54gcv3


download

Saturday, May 15, 2010

iPhone 3G: Disable iTunes backup - mac


  1. Quit iTunes.
  2. Open a Terminal (Applications > Utilities > Terminal)
  3. Type or copy the following command:
    defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool true
  4. Open iTunes.
  5. Connect the iPhone.
  6. Make Sync without backing up.
To enable automatic backup in iTunes again use this command instead:
defaults write com.apple.iTunes AutomaticDeviceBackupsDisabled -bool false

Sunday, January 3, 2010

Set MTU in windows 7

To check current mtu
netsh interface ipv4 show subinterfaces

To set mtu for an interface
netsh interface ipv4 set subinterface "Local Area Connection" mtu=nnnn store=persistent

To find out best mtu
ping -f -l 1472 209.131.36.158