Re: One NIC two gateways IF possible?
- From: grep <grep@xxxxxxxxxxxxx>
- Date: Tue, 17 Apr 2007 13:25:50 -0400
I'm not sure I understand what you're trying to do:
It sounds like you're just trying to get two inbound public IP addresses to go to two different servers on your internal network. That shouldn't be a problem with even a single router, depending on the router, I guess. It's called static NAT and is the way the original NAT spec was defined in the first place.
Somewhere in your router, you set up NAT rules that define the two public IP addresses as being NATed to the internal IP addresses of the servers. So *.68 gets traffic sent to SERVER1 and *.69 goes to SERVER2. All the decent NAT routers (i.e. not the *really* cheap junk) will allow you to do this.
Is there another reason you needed two routers?
grep
Joe wrote:
Hello,.
I am wondering if I can have tthis configuration with the expected results?
Two servers and two routers one router has a public IP of 69.xxx.xxx.68
Other router has public IP of 69.xxx.xxx.69
all in the same network Public IP router ending in .68 LAN IP is 192.168.1.1
Public IP router ending in .69 LAN IP is 192.168.1.2
Since in IIS youcan't have more than one SSL site on one IP I am trying to add the
gateways to each servers NIC and repectivley addd the IP in the NIC of each server that is NATed in By the router.
I think I have to change the one LAN IP to 192.168.2.1 but I am not sure?
Thanks
Joe
- Prev by Date: Re: One computer on 2 networks
- Next by Date: Re: One computer on 2 networks
- Previous by thread: Re: One NIC two gateways IF possible?
- Index(es):
Relevant Pages
|