As it is right now, I can't ping any computers on the other subnet, I
get destination unreachable.


If you want to experiment, try this:

1. go to a computer belonging to the 192.168.0.0/27 subnet.
(It doesnt matter if its a windows or a linux box)

2. if its windows, type in the command prompt:
`route add 192.168.0.32 255.255.255.254 [ip_of_eth0]`

if linux:
route add -net  192.168.0.32 netmask 255.255.255.245 gw [ip_of_eth0]

3. Try to ping any node belonging on the 192.168.0.32/27 subnet.

4. If it fails, I doubt its a routing issue.

Since you mentioned you are using shorewall,
issue the command `shorewall stop && shorewall clear` and try to ping the other subnet
again.



HTH, Kenneth


-- Philippine Linux Users' Group (PLUG) Mailing List plug@lists.q-linux.com (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to