I'm playing with forwarding using a couple of Debian machines, before
finalizing a Bering firewall.

I'm missing something.

192.168.3.245 is connected to 192.168.3.254.  The latter also has a NIC on
192.168.8.24.  There are other machines on the .8.0/24 network.

I can ping 192.168.8.24 from 192.168.3.245, but nobody else on the .8.0/24
network.

Kernel IP routing table
Destination   Gateway     Genmask     Flags Metric Ref    Use Iface
192.168.3.0   0.0.0.0     255.255.255.0   U     0    0    0 eth1
192.168.8.0   0.0.0.0     255.255.255.0   U     0    0    0 eth0
0.0.0.0       192.168.8.254   0.0.0.0     UG    0    0    0 eth0

thevenin:/boot# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  localnet/24          anywhere
ACCEPT     all  --  192.168.3.0/24       anywhere

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  localnet/24          192.168.3.0/24
ACCEPT     all  --  192.168.3.0/24       localnet/24

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  anywhere             localnet/24
ACCEPT     all  --  anywhere             192.168.3.0/24



-- 
Sincerely,

David Smead
http://www.amplepower.com.


_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/


------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to