First of all , thkx to all the people submitting ideas.
So I tried the suggested Ip tables setting (the sohpisticated one
and it doesn't change anything except that I can't ping a name from Wi98 while my kiddies iptable can.
I guess that what we call name resolution (Am I right there ?) is working okay.
The output of the suggested Iptable setting is as follow;
Flushing chain `PREROUTING'
Flushing chain `POSTROUTING'
Flushing chain `OUTPUT'
Flushing chain `INPUT'
Flushing chain `FORWARD'
Flushing chain `OUTPUT'
Zeroing chain `PREROUTING'
Zeroing chain `POSTROUTING'
Zeroing chain `OUTPUT'
Zeroing chain `INPUT'
Zeroing chain `FORWARD'
Zeroing chain `OUTPUT'
ACCEPT all opt -- in lo out * 0.0.0.0/0 -> 0.0.0.0/0
ACCEPT all opt -- in eth0 out * 0.0.0.0/0 -> 0.0.0.0/0
ACCEPT all opt -- in eth0 out * 0.0.0.0/0 -> 0.0.0.0/0
iptables v1.2.7a: Can't use -i with POSTROUTING
Try `iptables -h' or 'iptables --help' for more information.
ACCEPT all opt -- in ppp0 out * 0.0.0.0/0 -> 0.0.0.0/0 state RELATED,ESTABLISHED
REJECT all opt -- in ppp0 out * 0.0.0.0/0 -> 0.0.0.0/0 state NEW reject-with icmp-host-unreachable
As you may noticed, an error there but I change -i to -o there and is accepted ok.
Man page says that -i is not allowed with postrouting, only -o.
About telent
www.google.com 80 from win98
Telnet fires up as expected and wait till I abort it (wait at least 5 minutes).
When I use my old IPtables setting, got a message 'lost connection'.
Any further idea ?
Thkx