Chris,
Typically you would need a router to reach other subnets.
Your friends were able to ping your machines because their traffic is going
through the ISP's routers since the traffic they're pinging isn't on their
subnet.
I haven't done this yet but plan to in the future. I may be incorrect but I
think you can create your own linux router with the existing linux box you
have. Since it's the one already connected to your ISP you're half way there.
You need to add another ethernet card to your box. This card connects to your
Windows subnet. I'm no expert by any stretch of the imagination but you can set
iptables up so that traffic can be routed between the 2 ethernet cards thus
access to both subnets. I think is called IP forwarding.The only downside is
you would need to change the IP address of the card connected to the ISP's
subnet whenever that IP changes. I think you have to do that already whenever
the IP changes.
There are resources around that tell you how. I don't know if these links are
good or not but I got them from a document called Installing a Linux
Firewall/Router. I can't remember where I got this document but check
linux.org/docs to see if there's any info.
Home Network Mini How-To :
http://www.linux.org/docs/ldp/howto/...ini-HOWTO.html
NAT How-To :
http://www.netfilter.org/documentati...NAT-HOWTO.html
Linux IP Masquerade How-To:
http://ipmasq.cjb.net/
You can also search google for linux router how-tos. You may be able to find
info on iptables which may guide you in setting this up.
A good tutorial on iptables is the iptables tutorial by Oskar Andreasson. You
can find it at
http://iptables-tutorial.frozentux.n...-tutorial.html.
There's a good list of links and resources in appendix D.
Bill in Sacramento, California....