|
## To obtain an IP address from FW status page (using fw-login, fw-password)
#use=fw, fw=192.168.0.254/status.htm, fw-skip='IP Address' # found after
IP
Address
What are those two lines for?
Have you tried switching the:
fw-login=my login to the linksys router
fw-password=mypassword to the linksys router
use=linksys, fw=192.168.0.1:80 # via Linksys's internet FW
Around to look like:
use=linksys, fw=192.168.0.1:80 # via Linksys's internet FW
fw-login=my login to the linksys router
fw-password=mypassword to the linksys router
Might be a problem on how it parses the config file?
|