Re: nat pool problem [7:38872]

2002-03-20 Thread Marc Thach Xuan Ky
Have you got a route to the pool? Marc george wrote: > > I having problems staticaly translatinga server to the outside world , bu= > t > looking at my config is their somthing im misssing=0D > =0D > =0D > ostname Router=0D > !=0D > logging buffered 8192 debugging=0D > enable secret 5 $1$D7U1$YM

Re: NAT pool timeout [7:21206]

2001-09-26 Thread tuffgong
It depends on if you are using NAT or PAT. The default timeout for dynamic NAT translations (not using overload) is 24 hours and can be adjusted: router(config)#ip nat translation timeout If you are using PAT (overload), then you have to deal with other timeout settings. If you execute: route

RE: NAT pool timeout [7:21206]

2001-09-26 Thread Schneider, Matt
On a cisco router you can set the lease time by going into config t, and then into the dhcp pool name and issue the command lease 0-365 days, I think the default lease time is 1 day. -Original Message- From: Quadri, Habeeb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 4:0

Re: NAT POOL URGENT

2000-06-16 Thread Mark
FOr those folks who resopnded or emailed thanks...I got it. Just so you know it is an IOS issue, IP only wont do it. "Mark" <[EMAIL PROTECTED]> wrote in message 8idkrd$6a3$[EMAIL PROTECTED]">news:8idkrd$6a3$[EMAIL PROTECTED]... > Here I go again, when configuring NAT, I want to configure a NAT po

Re: NAT POOL URGENT

2000-06-16 Thread E. Carolina Arias S.
Check your feature set, it must be a plus one. If you do a sh ver, it must inlude an "s", i.e. -is-, -js-,... Mark wrote: > Here I go again, when configuring NAT, I want to configure a NAT pool, I > know the commands and I am running 11.3 but It does not recognize the "ip > nat pool" command...i

RE: NAT POOL URGENT

2000-06-16 Thread Jerome Herrman
You need to get the right IOS Feature Pack. -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, June 16, 2000 11:38 AM To: [EMAIL PROTECTED] Subject: NAT POOL URGENT Here I go again, when configuring NAT, I want to configure a NAT pool, I know the commands and I am ru

RE: NAT Pool

2000-06-16 Thread Vijay Ramcharan
If you only need Internet access for browsing use PAT, it's more efficient in conserving your global IP addresses. You only need one global IP address to use PAT and there should no noticeable latency in the translations for 150 PCs. Vijay Ramcharan, MCSE, CCNA -Original Message- From

Re: NAT Pool

2000-06-15 Thread Javier Contreras
Hola Paco >From cisco, 1 ip address can support aprox. 64000 tcp connections, but remember that each machine can open several tcp connections while browsing. A very bad example is IExplorer, which can open 6 or 7 simultaneus connections. Netscape is limited (i think) to 4. So you can do some math

Re: NAT Pool

2000-06-14 Thread Javier Contreras
Hola Paco >From cisco, 1 ip address can support aprox. 64000 tcp connections, but remember that each machine can open several tcp connections while browsing. A very bad example is IExplorer, which can open 6 or 7 simultaneus connections. Netscape is limited (i think) to 4. So you can do some math

Re: NAT Pool

2000-06-13 Thread Vern Stitt
How many unused registered addresses are available? How many simultaneous outgoing connections do you expect? NAT addresses are dynamically assigned one per outgoing connection. My advise is to save a group of addresses for static NATs and future growth, put most of the rest in a NAT pool and c