x
ChatBox

Please log in with password to access chatbox.
visitor stats
Index | Back | Reply | New Topic

IP Change Automation

script para sagem f@st1500WG y SMSBarricade4004ABR
2009-07-31 10:33
prince_chuskycurl.exe + fila .bat con este script

@echo off
Echo Router reset: SMC 7404 bra
curl http://192.168.0.1/cgi-bin/statusprocess.exe?disconnect=true
curl http://192.168.0.1/cgi-bin/statusprocess.exe?connect=true

sirve para los 2 routers
2009-07-31 12:35
KRA92maybe it's also possible (but i'm not sure, because don't use this routers) using this command for reconnect:

with wget:

wget http://192.168.?.?/cgi-bin/disconnect.exe
ping 127.0.0.1 -n ? > NUL
wget http://192.168.?.?/cgi-bin/connect.exe
ping 127.0.0.1 -n ? > NUL

just have replaced the ? to numbers. one for the IP of your router and the second the time in seconds.