NATing 2 ip's [7:30301]

2001-12-28 Thread to cisco new
hi, i was wondering if it is possible to NAT two ip's into one? for example i want to NAT 66.89.59.1 and 168.103.127.1 (both globally unique) so that they both point to a local 192.168.2.1. is something like this possible on a cisco router? thanks Message Posted at:

Re: NATing 2 ip's [7:30301]

2001-12-28 Thread MADMAN
No, but for the learning experience just try it and see the error message. Dave to cisco new wrote: hi, i was wondering if it is possible to NAT two ip's into one? for example i want to NAT 66.89.59.1 and 168.103.127.1 (both globally unique) so that they both point to a local

Re: NATing 2 ip's [7:30301]

2001-12-28 Thread [EMAIL PROTECTED]
Hmm... I was able to do it using the extendable keyword: ip nat inside source static 192.168.1.1 30.1.1.1 extendable ip nat inside source static 192.168.1.1 30.1.1.2 extendable Mark No, but for the learning experience just try it and see the error message. Dave to cisco new wrote:

Re: NATing 2 ip's [7:30301]

2001-12-28 Thread MADMAN
mea culpa, you are correct sir Dave [EMAIL PROTECTED] wrote: Hmm... I was able to do it using the extendable keyword: ip nat inside source static 192.168.1.1 30.1.1.1 extendable ip nat inside source static 192.168.1.1 30.1.1.2 extendable Mark No, but for the learning

Re: NATing 2 ip's [7:30301]

2001-12-28 Thread sam sneed
Any reason you would want to do this? I'm curious if it has any applications. to cisco new wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi, i was wondering if it is possible to NAT two ip's into one? for example i want to NAT 66.89.59.1 and 168.103.127.1 (both globally

Re: NATing 2 ip's [7:30301]

2001-12-28 Thread to cisco new
thanks for the help. fyi, the reason i asked is because i'm trying to set up a redundant dsl connection to a different isp than my primary isp (the reason for the different isp's) i have an email and web server behind my router so i need some kind of nating to each of the dsl lines. a two

RE: NATing 2 ip's [7:30301]

2001-12-28 Thread Hire, Ejay
FatPipe makes a box that does this. They also have a vpn box that works this way as well. -Original Message- From: to cisco new [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 2:07 PM To: [EMAIL PROTECTED] Subject: Re: NATing 2 ip's [7:30301] thanks for the help. fyi

Re: NATing 2 ip's [7:30301]

2001-12-28 Thread Alan
We did this in the lab but I just don't recall the specifics. If your external routes are static default routes to the ISP, probably weighted different because one is backup then you make up a bogus network and put it on a loopback. Use that network for the external portion of NAT. Traffic

Re: NATing 2 ip's [7:30301]

2001-12-28 Thread Allen May
Try assigning 2 internal IP's to the inside host NAT it that way. - Original Message - From: to cisco new To: Sent: Friday, December 28, 2001 9:58 AM Subject: NATing 2 ip's [7:30301] hi, i was wondering if it is possible to NAT two ip's into one? for example i want to NAT