Total Network/linux novice here (This all works by luck not knowledge!!)
I have a linksys BESFR41 (think that's what it is, my old eye cannot read
those small letters any more!) connected to my cable modem and acting as a
firewall and router for my network. I have a web server running on my
network and I forward port 80 to it. That all works ok.
I also have another linux box that is a multi homed box (think that's the
right term). Basically it has a NIX on the 192.168.1 network so it appears
on my normal network but it has another OS running under it (in an emulator)
that also has an emulated network interface within the linux box (still with
me?). That interface is on the 192.168.200 network.
So to get to that system from one of my windows boxes I have to do a route
add to tell my window box that 192.168.1.97 is the gateway to 192.168.200.1
and then everything works fine.
But !
I want to be able to get to that 200 network box from the internet but the
linksys only lets me forward ports to the 192.168.1 network so my question
is - What do I need to setup in either the linksys router or the linux box
so that I can get to the 200 network from the internet.
Any help would be appreciated as I have already wasted half my life trying
to figure this out
Thanks
Dave E
Here's a pic (sort of) of my network:
+<==>Web Server (port 80)
|
Internet >==> Cable modem >==>linksys==192.168.1. network+<====> Other
machines on my network (mostly windoze)
|
+<==>Linux box<==>Emulated NIC<==> 192.168.200 network
Linux is SUSE 8.0 by the way.