Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Private network routing issue
Name: cfinch777 Date: June 19, 2003 at 12:24:08 Pacific OS: na CPU/Ram: na
Comment:
We have a cisco router setup in our lab and several clients behind it which use 10.x.x.x IP addresses.
Currently if you want to search the web, or telnet into a remote box, etc FROM any system in the lab you can do so because the router is configured to route packets from inside the labs private domain out into the public domain. (very typical: nobody is breaking the barriers of routing science here!)
BUT if someone want's to telnet into one of my machines they obviously cannot because all of my systems are configured with private IP addresses.
Is there a way to route INCOMING packets to a specific machine in the lab even though said machine is configured with a private IP?
Name: wsrich Date: June 19, 2003 at 13:09:59 Pacific
Reply:
You will have to either use another public IP on the router and map it to a particular internal machine, or use port forwarding - sending all incoming telnet request on the current public IP to a particular machine on the internal LAN.
Most firewalls support these features - IP mapping and Port mapping (some call this virtual mapping).
Summary: I think I must have not explained very well. My QEMU VM can access the internet just fine, but what it's not able to access is the private network within my office (which the machine the QEMU VM is r...
Summary: It is possible and not that difficult. How are the two LANs connected now? Is there a reason for two separate LANs? You should also currently have two routers, one for the ADSL connection and one f...
Summary: I want to create a private network within another. This private network (which will use seperate hardware) will not be able to access the outside network and the outside network will not be able to a...