> I am unable to share this connection with the LAN.
You might want to check out NAT / Masquerading. ICS is a M$ thing.
iptables.org aka netfilter.org
All you need to do for the win boxes is to set the default gateway to the
IP of the router/gateway. And of course setup the DNS ips, which could be
the same IP, if you have BIND or DNSMASQ setup for it on the RH box.
C:\> route PRINT
(will show you what it's currently set to in windows.)
There's also "ipconfig /ALL" and/or "winipcfg".
# route -n
or
# netstat -r
(for linux of course)
Making sure that the appropriate interface is setup with ifconfig, or
iwconfig if you're wireless.
Shadow_7
|