im trying to setup my internal network with my adsl connection. i have the pppoe working, and internet access is find on the linux box. my internal network is not working however. im running the same firewall script i ran with cable connection, but the internal machines arent getting an ip. they are set statically 192.168.10.2/16 with a gateway 192.168.10.1. everything looks good from all i can see, and im pretty baffled as to why the machines arent connected.
netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
xxx.137.65.1 0.0.0.0 255.255.255.255 UH 40 0 0 ppp0
192.168.10.0 0.0.0.0 255.255.255.0 U 40 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo
0.0.0.0 xxx.137.65.1 0.0.0.0 UG 40 0 0 ppp0
##################################
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
############################
ping 192.168.10.2
PING 192.168.10.2 (192.168.10.2) from 192.168.10.1 : 56(84) bytes of data.
From 192.168.10.1 icmp_seq=1 Destination Host Unreachable
From 192.168.10.1 icmp_seq=2 Destination Host Unreachable
From 192.168.10.1 icmp_seq=3 Destination Host Unreachable
--- 192.168.10.2 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% loss, time 4001ms
, pipe 3
###################################
pings from the winX machines behind the linux machine to the gateway timeout. switch lights are on and blink when i ping the computers, so im really getting pissed with this one. could someone please help me find what im missing?
what we see depends mainly on what we're looking for.
--John Lubbock
netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
xxx.137.65.1 0.0.0.0 255.255.255.255 UH 40 0 0 ppp0
192.168.10.0 0.0.0.0 255.255.255.0 U 40 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo
0.0.0.0 xxx.137.65.1 0.0.0.0 UG 40 0 0 ppp0
##################################
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
############################
ping 192.168.10.2
PING 192.168.10.2 (192.168.10.2) from 192.168.10.1 : 56(84) bytes of data.
From 192.168.10.1 icmp_seq=1 Destination Host Unreachable
From 192.168.10.1 icmp_seq=2 Destination Host Unreachable
From 192.168.10.1 icmp_seq=3 Destination Host Unreachable
--- 192.168.10.2 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% loss, time 4001ms
, pipe 3
###################################
pings from the winX machines behind the linux machine to the gateway timeout. switch lights are on and blink when i ping the computers, so im really getting pissed with this one. could someone please help me find what im missing?
what we see depends mainly on what we're looking for.
--John Lubbock