Colin Paul Adams wrote: > I have a fedora 9 box which is connected to my wireless network (via > network manager). > > It also has an ethernet port, and there is a windows xp professional > box in the same room with an ethernet port too. I have a cable to > connect the two boxes together. > > So I want to set up a lan with the linux end addressed as 10.0.0.1 and > the windows end addressed as 10.0.0.2, and a netmask of > 255.255.255.0. And for the windows box to be able to connect to the > internet by routing through to the linux box, and thence through to > the wireless network. > > How do I configure the two boxes to do this? > Are you asking *how* to setup the static addresses for the interfaces and then the routing, or just the routing? If it's just the routing, on the windows box (from a cmd.exe window) do a "route -p add net 0.0.0.0 mask 255.255.255.0 10.0.0.1" (that will setup the static route to route everything thru the Linux ip address and save it for future reboots). As to setting up the routing on the Linux box, if you can reach the internet from the Linux box then the routing is done (as long as the wireless network is not on some 10.* network that might encompass the 10.0.0.0/24 network). You may have to play with the firewall if you are running it on the Linux box to make it allow the traffic, and you'll need to setup ip forwarding in /proc/sys/net/ipv4/ip_forward. As to setting up the static routes, in Windows the easiest way to do it is with the Networking gui, in linux you can use Network Manager (yuk) or set it up in the /etc/sysconfig/networking and /etc/sysconfig/networking-scripts area. Kevin -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines