On 2001-09-22, Jochen Kächelin wrote:

>We also use a T-DSL flat!

>The Linuxbox usese 2 NICS:

>eth1: REALTEK 8029 (DSL) -> working correct

>/sbin/route -n shows the following:
>
>Kernel IP Routentabelle
>Ziel            Router          Genmask         Flags Metric Ref    Use Iface
>217.5.98.32     *               255.255.255.255 UH    0      0        0 ppp0
>192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
>192.168.10.0    *               255.255.255.0   U     0      0        0 eth1
>127.0.0.0       *               255.0.0.0       U     0      0        0 lo
>default         217.5.98.32     0.0.0.0         UG    0      0        0 ppp0

One mistake you should get rid of. T-DSL is PPP-over-Ethernet. If
eth1 is PPPoE's NIC, why have you configured it to be 192.168.10.0?
Run:

  rm -f /etc/sysconfig/network-scripts/ifcfg-eth1

PPPoE will take care of configuring eth1 at run-time.

>But the Win98s could not connect to the Internet. My docs
>told me that I must modify a /etc/route.conf - but I can't
>finf it!
>
>Could anyone please help me! It's very urgent. Tomorrow all
>Win98s should connect to the Internet. We need it for
>our main business (www.multystripe.com)
>
>Thanx to all who could/would help me!

As others have pointed out already, you need to activate IP
Masquerading using either ipchains or iptables.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to