I am using the test IP Masquerade iptables.
I tried Michelle's suggestion with the following:
With eth0 set as "static"
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref UseIface
192.168.1.0 * 255.255.255.0 U 0 0 0
eth0
localnet * 255.255.255.0 U 0 0 0
eth1
default loran.clasta 0.0.0.0 UG 0 0 0
eth0
This had no effect, still cannot reach the network.
George here is the iptables -list:
loran:/home/clay # iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state
RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
LOG all -- anywhere anywhere LOG level
warning
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
I have to set eth0 to "DHCP" to be able to go on the internet.
Clayton
On Saturday 24 August 2002 11:03 pm, George Toft wrote:
> If Michelle's suggestion doesn't work, it would help to post your
> ipchains/iptables script.
>
> Regards,
>
> George