> > After that, try connectin to the internet with the Windows box again.
> I did all things you wrote. But still fails to connect the internet
> from Windows box
> 
> > After it failed, either
> >   # dmesg
> > or
> >   # tail -n 60 /var/log/kernel/current
> > And show us the output.
> #tail -n 60 /var/log/kernel/current had error 'tail: cannot open
> `/var/log/kernel/current' for reading: No such file or directory'.
> #dmesg result (sorry - it is very long) is:
> 0.250 DST=64.12.163.132 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=2056 DF
> PROTO=TCP SPT=3669 DPT=80 WINDOW=65535 RES=0x00 SYN URGP=0
> Dropped forwarded packets:IN=eth0 OUT=ppp0 SRC=192.168.0.250
> DST=64.12.163.132 LEN=48 TOS=0x00 PREC=0x00 TTL=127 ID=2057 DF
> PROTO=TCP SPT=3669 DPT=80 WINDOW=65535 RES=0x00 SYN URGP=0

Well there's the indication of your problem.  Apparently your system thinks
that the packets coming in from eth0 need to go to ppp0 rather than eth1.
Sounds like your routing tables are kinda hosed up.

What's the output of "route -v"?


-- 
gentoo-user@gentoo.org mailing list

Reply via email to