TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possible solution



below is the current routing table.....


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
205.218.57.25   *               255.255.255.255 UH    0      0        0 eth1
192.168.6.48    *               255.255.255.255 UH    0      0        0 eth0
%%%%%%
205.218.57.16   205.218.57.25   255.255.255.240 UG    0      0        0 eth1
%%%%%%
205.218.57.16   *               255.255.255.240 U     0      0        0 eth1
192.168.6.0     192.168.6.48    255.255.255.0   UG    0      0        0 eth0
192.168.6.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         gw.bbros.com    0.0.0.0         UG    0      0        0 eth1



The line in question is this one....
%%%%%%
205.218.57.16   205.218.57.25   255.255.255.240 UG    0      0        0 eth1
%%%%%%

Now, what I WANT to happen is to have all of these addresses behind the
firewall, which would be behind eth0.  So, if I got this line changed to use the
eth0 interface, would that do what I want it to, or am I misreading it?

Brian