2
|
Navigate to the Network > Routes page and make sure the Default Gateway is set to 192.168.200.2 When done, click on the Accept button in the upper-right-hand corner to save and activate the change.
|
3
|
Navigate to the NetExtender > Client Addresses page. Enter 192.168.200.201 in the field next to Client Address Range Begin:, and enter 192.168.200.249 in the field next to Client Address Range End:’. When done, click on the Accept button in the upper-right-hand corner to save and activate the change.
|
4
|
Navigate to the NetExtender > Client Routes page. Add a client route for 192.168.100.0 and 192.168.200.0.
|
5
|
Navigate to the Network > DNS page and enter your internal network’s DNS addresses, internal domain name, and WINS server addresses. These are critical for NetExtender to function correctly. When done, click on the Accept button in the upper-right-hand corner to save and activate the change.
|
6
|
9
|
Issue the command ‘clear http’ to shut off the PIX’s HTTP/S management interface.
|
10
|
Issue the command ‘interface ethernet2 auto’ (or whatever interface you will be using)
|
11
|
Issue the command ‘nameif ethernet2 dmz security4’ (or whatever interface you will be using)
|
12
|
Issue the command ‘ip address dmz 192.168.200.2 255.255.255.0’
|
13
|
Issue the command ‘nat (dmz) 1 192.168.200.0 255.255.255.0 0 0’
|
14
|
Issue the command ‘access-list sslvpn permit tcp any host x.x.x.x eq www’ (replace x.x.x.x with the WAN IP address of your PIX)
|
15
|
Issue the command ‘access-list sslvpn permit tcp any host x.x.x.x eq https’ (replace x.x.x.x with the WAN IP address of your PIX)
|
16
|
Issue the command ‘access-list dmz-to-inside permit ip 192.168.200.0 255.255.255.0 192.168.100.0 255.255.255.0’
|
17
|
Issue the command ‘access-list dmz-to-inside permit ip host 192.168.200.1 any’
|
18
|
Issue the command ‘static (dmz,outside) tcp x.x.x.x www 192.168.200.1 www netmask 255.255.255.255 0 0’ (replace x.x.x.x with the WAN IP address of your PIX)
|
19
|
Issue the command ‘static (dmz,outside) tcp x.x.x.x https 192.168.200.1 https netmask 255.255.255.255 0 0’ (replace x.x.x.x with the WAN IP address of your PIX)
|
20
|
Issue the command ‘static (inside,dmz) 192.168.100.0 192.168.100.0 netmask 255.255.255.0 0 0’
|
21
|
Issue the command ‘access-group sslvpn in interface outside’
|
22
|
Issue the command ‘access-group dmz-to-inside in interface dmz’
|
23
|
Exit config mode and issue the command ‘wr mem’ to save and activate the changes.
|