| Sams News 2004-01-23, 7:34 pm |
|
I have several ip's comming in to my site through D link routers. I have that working but now I can
not ping each other system internally on the lan. I am looking for a linux route command that will
allow me to get back my internal lan.
+------+ +--------+ 192.168.1.2
--------|D-link|------------|System 1| 192.168.1.3
| +------- +--------+
| Wan ip 216.228.19.53
| Wan gw 216.228.19.1
| Lan gw 192.168.1.1
|
|
+---+ +------+ |
|Wan|---|Switch|--+
+---+ +------+ |
|
|
|
|
|
| +------+ +--------+ 192.168.2.21
--------|D-link|------------|System 2| 192.168.2.31
+------- +--------+
Wan ip 216.228.19.185
Wan gw 216.228.19.1
Lan gw 192.168.2.1
System 1 and System 2 can get out to the internet (Wan) ok, But System 1 can not see/ping System 2.
I can tried the follow route command on System 1.
route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.2.1
This has had no effect.
Please be specific about the commands and which systems they may need to be placed in your replys.
Please to not reply with iptable command as I am only looking for route commands.
|