cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
369
Views
0
Helpful
1
Replies

PIX-Nortel VPN client

jeffliu
Level 1
Level 1

Config: PIX 520, software 5.1(2), currently we static nat for about 40 PC inside firewall in order to communicate to a Nortel VPN concentrater of another big corporation. All PC have Nortel VPN client.

Question: Can I just have a few statements so I could have those PC go through one IP address(PAT)?

Thanx!

Jeff

1 Reply 1

rsnider
Level 1
Level 1

I think the PC's need individual public addresses.You can do this with the following example to set up a pool.

!This pool gives you 40 translated addresses, but I think they must be public

global (outside) 2 xxx.xxx.xxx.1-xxx.xxx.xxx.40 netmask 255.255.255.0

!

!This line is the private network of the work stations

nat (inside) 2 192.168.2.0 255.255.255.0

You may have to open up udp 500 and protocols 50 & 51