Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet connectivity drops for a couple of users 1

Status
Not open for further replies.

pollardw

IS-IT--Management
Joined
Sep 23, 2003
Messages
5
Location
US
I have a PIX 525 and every day I have 3-5 users that can not access the internet. They can access internal resources just not the internet. Rebooting the PIX will allow them to connect to the internet for the day. When they return to work the next day the same 3-5 users are affected. It does not happen everday and when it happens it may happen to all of them or just a couple of them that day. Any thoughts or ideas would be greatly appreciated.

Robby
 
Might be a NAT problem, do u use PAT or a pool of addresses in your global statement ? it may be a bug. what sw you running ?


Jan
 
Yes, I use a pool in a global statement my pool is xxx.xxx.xxx.100 - xxx.xxx.xxx.230. If I do a sho xlate count it shows 106 in use, 106 most used. I could be wrong but shouldn't I have about 24 more available?

6.2(2)

Thanks,

Robby
 
I seem to recall that when you use IE to browse the web, it also opens up multiple connections. So one user could have multiple connections in the xlate table. If that is the case, you can use a PAT address:
global (outside) 1 xxx.xxx.xxx.231
 
I will expand the pool to .254 and see what happens.

Thanks for everybodies help,

Robby
 
You don't have to expand the pool. If you wanted to save those addresses for servers or other statics, you can use a PAT address. A PAT address can support up 65,535 active xlate objects.
 
How would I do that? Would it just basically be another statement of global (outside) 1 xxx.xxx.xxx.231?

Thanks,

Robby
 
Correct, just make sure that IP is not being use. The PIX will use all the address from you global pool first. Once they are all used, then it will use the PAT address.
 
Great thanks again.

Robby
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top