private network to private network gateway


 
Thread Tools Search this Thread
Special Forums IP Networking private network to private network gateway
# 1  
Old 12-04-2002
private network to private network gateway

i have one private network with one ip address, and i have a seperate network on a seperate ip address.
now, each network is behind a firewall/router. now what i want to do is be able to access one server on the second network from a computer on the first., but with the private ip address, (this is so i can use insecure services on both networks from one computer which can be on either network.) have i lost anyone? ok so what i want to do is this, i want to throw together another computer, i dunno what its gonna run, maybe a single floppy unix varient, so i can run a diskless machine, it will have 2 nic's and will be connected to the router of each network. now i know there can be no duplicate ip address, but i am not sure how to set up the gateway. will i have to change settings in each of the existing routers on the 2 networks? please help!

hmm i re read that and I got lost, maybe this will help:


#internet#
network 1--^ ^---network 2
^------???-------^
those question marks represent "what do i do??"
# 2  
Old 12-04-2002
The easiest solution would be to forget about your machine attached to both firewalls and just configure the firewalls to allow what you want. There are several options, but basically you would configure one or both firewalls to create a tunnel between the two firewalls over the internet. The exact details will depend on your firewall vendor but would go like this:

PC1--FW1=====FW2--PC2

The === would be your tunnel. Depending on your security requirements you may want to make FW2 a VPN endpoint so you can connect from anywhere on the internet to the LAN behind it after you give some credentials. If this is too risky, then you can configure FW1 and FW2 to have a permanent tunnel between the two of them so only PCs belonging to LAN1 or LAN2 can talk to each other and there is no (well maybe a little) chance of anyone not on LAN1 or LAN2 connecting to LAN1 or LAN2 via FW1 or FW2.

Hope this helps. This is basically what you were trying to accomplish with your third PC connected to both Firewalls but there is not need as most firewalls have the functionallity to do this and it is much easier to implement.
# 3  
Old 12-05-2002
thanks! i hadnt really thought of tunnling it, i guess what i could do is just configure the firewall to accept request from my ip addresses only, i guess as long as no one knows that these two networks are related theres no problem with people trying to get in that way, by spoofing my ip address. thats probably what im gonna do seeing as im out of spare computer parts! thanks again.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Private Network

Hello, I have a desktop which has two network cards installed on it and I connected these two card through a hub. On the desktop in have installed a Windows Vista Home Edition SO and a Windowx XP SO in a virtual way. I also had intalled a Virtual BOX software and Windows XP run through it. By... (1 Reply)
Discussion started by: zendcool
1 Replies

2. IP Networking

How does a router directs the internet traffic to a specific host in the private network?

how does a router directs the internet traffic to a specific host in the private network? Example: My PC has ip 192.168.134.100 Router has ip 192.168.134.200 My company's ip 202.52.150.33 When i try to access internet, say google, it traverses from... (1 Reply)
Discussion started by: Arun_Linux
1 Replies

3. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

4. UNIX for Dummies Questions & Answers

Need help setting up a home solaris private network

Hi all, I just purchased 2 Ultra 10 servers and I want to practice with home networking. I want to create a private network where I can connect both boxes to the internet via broadband using my four port adsl modem/router. My ISP assigns me 192.168 addresses via DHCP and I use the ISP's DNS but... (1 Reply)
Discussion started by: Kongowea
1 Replies

5. IP Networking

Able to ping server's private network

Hi guys, I'm in the progress of setting up a private network in our Sun solaris platform. Existing ip: 172.16.102.101 New private ip: 192.168.2.3 Netmask is the same for both private & public 255.255.255.0 After setting up the ip, I'm able to ping this private ip address from our... (3 Replies)
Discussion started by: *Jess*
3 Replies

6. IP Networking

Private network

Hi all, Currently we are in the progress of setting up a private network on all of our Sun Solaris servers. Purpose is to move all backup tasks to the private, hence reduce load on public network. Some of our servers only consists of 1 network card but with several ports. Shall we purchase... (10 Replies)
Discussion started by: *Jess*
10 Replies
Login or Register to Ask a Question