Im assuming that eth0 is your DSL connection and eth1 is your local connection with an ip address of 10.0.0.1/255.255.255.0. I am also assuming you want to use DHCP on your RH8 box, so here is the scenario I would put into place: first : echo "1" /proc/sys/net/ipv4/ip_forward "enables ip forwarding" second : iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE "enables nat" third : edit /etc/sysconfig/dhcpd to say "DHCPDARGS=eth1" "enables DHCP requests on eth1" fourth : edit /etc/dhcpd.conf to say something liek this: default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; option broadcast-address 10.0.0.255; option routers 10.0.0.1; option domain-name-servers 204.127.202.4,216.148.227.68; option domain-name "nos.homelinux.com"; subnet 10.0.0.0 netmask 255.255.255.0{ range 10.0.0.5 10.0.0.100; } ddns-update-style ad-hoc; fifth : touch /var/lib/dhcp/dhcpd.leases "this is the file that holds DHCP leases, its not created by defualt so you use the touch command to create it" And walla, you have a RH 8.0 Internet Router that also issues local DHCP addresses. If you need anything else please let us know. Chris > http://www.tldp.org/HOWTO/IP-Masquerade-HOWTO/index.html > > There are others also on TLDP that should help you out. You may also > find my iptables router guide helpful, available at > http://www.digital-drip.com/articles/linux/newbie/iptables.shtml > > Enjoy :) > > -Jon > > On Sun, 2002-12-22 at 04:18, Heinz Lindau wrote: >> Hello, >> >> I want to set up my RH8.0 as a internet router. The enviroment is one >> PC with a DSL connection to internet (as server with RH8.0), the >> second PC is set up with Windows XP. >> >> The DSL internetconnection for DSL works well. A ping between both >> PC's is possible. Now my question. >> >> How to set up the configuration for a router. A internet connection >> from Windows XP is not possible. I think there is a problem with the >> forwarding or masquerading (or both), but I find no tool to set up >> this point. >> >> Can you give me some help or links to a more detailed documentation? >> Thanks in advance. >> >> Heinz >> >> -- >> +++ GMX - Mail, Messaging & more http://www.gmx.net +++ >> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! > -- > > > > -- > Psyche-list mailing list > Psyche-list@redhat.com > https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list