But I don't know if that will work - I too see my internet connection to the cable modem go dead while I'm dialed out to another network. Not sure why that is binding order maybe?
route add syntax is as follows
1.2.3.0 (the ip of the network you want to reach)
mask 255.255.255.0 (or what ever mask is suitable based on your network
2.3.4.5 (the ip of the router that is able to connect to network 1.2.3)
route add 1.2.3.0 mask 255.255.255.0 2.3.4.5 {-p for permanent)
So...
Oops - ok Maybe subnetted is the wrong term network 1 has ip 1.2.3.0 network 2 has ip 1.2.4.0 network 3 has ip 1.2.5.0
The baybox is at 1.2.3.254. In addition to the baybox at 1.2.3 is a router 1.2.3.253 which connects to 1.2.4.0 and 1.2.5.0. through the second interface.
In network 1.2.4...
I have a subnetted network with multiple routers how can I get computers from the subnetted networks to be able to use the instant internet box as their internet access point?
Local net is fine -
I believe you need to do a nat add
telnet to the box
type config
copy this information for reference to a notepad document
nat add 1.1.1.1:2222 2.2.2.2:2222 tcp
where 1.1.1.1 is the external/public ip
where 2.2.2.2 is the internal/private ip
where 2222 is the port you want to use
tcp is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.