sandrine10
Power Member
- Apr 14, 2010
- 779
- 88
I need a code for internet enable, disable either it may be dial-up or through modem.
How it is Possible?
How it is Possible?
not through modem, but command line
enable/disable the internet connection: http://computerstepbystep.com/internet_options_windows_7.html
renew the ip address: http://www.tp-link.us/faq-96.html
192.168.1.1 23
WAIT "login:"
SEND "YOUR_USERNAME\m"
WAIT "password:"
SEND "YOUR_PASSWORD\m"
WAIT "$"
SEND "modify ppp intf stop ifname ppp-0\m"
WAIT "$"
SEND "modify ppp intf start ifname ppp-0\m"