hi..
i have a small laptop which has RH 9 installed on it.
eth0 is internal network card connected to cable modem.
eth1 is edimax pcmcai network card connected the hub which has several
computers connected to it:
problem is when i try to use the internet from one of the client
computers (windows) i cannot get a response.
here is my iptable;
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
Chain RH-Lokkit-0-50-INPUT (0 references)
target prot opt source destination
ACCEPT udp -- sdns.goldenlines.net.il anywhere udp
spt:domain dpts:1025:65535
ACCEPT udp -- cachedns.goldenlines.net.il anywhere
udp spt:domain dpts:1025:65535
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
and here is my dmesg
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=212.117.128.6 LEN=58 TOS=0x00
PREC=0x00 TTL=127 ID=1534 PROTO=UDP SPT=3017 DPT=53 LEN=38
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=212.117.128.6 LEN=58 TOS=0x00
PREC=0x00 TTL=127 ID=1535 PROTO=UDP SPT=3017 DPT=53 LEN=38
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=216.136.173.161 LEN=92 TOS=0x00
PREC=0x00TTL=63 ID=1536 PROTO=ICMP TYPE=8 CODE=0 ID=512 SEQ=56576
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=212.117.129.5 LEN=58 TOS=0x00
PREC=0x00 TTL=127 ID=1537 PROTO=UDP SPT=3017 DPT=53 LEN=38
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=212.117.128.6 LEN=58 TOS=0x00
PREC=0x00 TTL=127 ID=1538 PROTO=UDP SPT=3017 DPT=53 LEN=38
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=216.136.173.162 LEN=92 TOS=0x00
PREC=0x00TTL=63 ID=1539 PROTO=ICMP TYPE=8 CODE=0 ID=512 SEQ=56832
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=212.117.129.5 LEN=58 TOS=0x00
PREC=0x00 TTL=127 ID=1540 PROTO=UDP SPT=3017 DPT=53 LEN=38
IN=eth1 OUT=ppp0 SRC=192.168.1.33 DST=212.117.128.6 LEN=58 TOS=0x00
PREC=0x00 TTL=127 ID=1541 PROTO=UDP SPT=3017 DPT=53 LEN=38
when 192.168.1.33 is the ip from the windows.
as u can see the window does send signal out, but shouldn't i get an
out=eth0 as well? sending signals back to the windows?
|