cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
474
Views
0
Helpful
2
Replies

PIX 506E as gateway to internet

mhel
Level 1
Level 1

I have an existing win2k server with wingate (act as proxy server for my workstations to connect to the internet). I want to remove the wingate and put the pix 506E as my gateway.

Here's the current configuration of the PIX:

sh conf

: Saved

:

PIX Version 6.1(4)

nameif ethernet0 outside security0

nameif ethernet1 inside security100

enable password (edit)

passwd (edit)

hostname cisco

domain-name http://www.cisco.com

fixup protocol ftp 21

fixup protocol http 80

fixup protocol h323 1720

fixup protocol rsh 514

fixup protocol rtsp 554

fixup protocol smtp 25

fixup protocol sqlnet 1521

fixup protocol sip 5060

fixup protocol skinny 2000

names

pager lines 24

interface ethernet0 auto

interface ethernet1 auto

mtu outside 1500

mtu inside 1500

ip address outside 210.x.x.x 255.255.255.x

ip address inside 192.168.1.12 255.255.255.0

ip audit info action alarm

ip audit attack action alarm

pdm location 192.168.1.1 255.255.255.255 inside

pdm history enable

arp timeout 14400

global (outside) x.x.203.35

netmask 255.255.255.248

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

route outside 0.0.0.0 0.0.0.0 210.x.x.33 1

timeout xlate 3:00:00

timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323

0:05:00 si

p 0:30:00 sip_media 0:02:00

timeout uauth 0:05:00 absolute

aaa-server TACACS+ protocol tacacs+

aaa-server RADIUS protocol radius

http server enable

http 192.168.1.1 255.255.255.255 inside

no snmp-server location

no snmp-server contact

snmp-server community public

no snmp-server enable traps

floodguard enable

no sysopt route dnat

telnet timeout 5

ssh timeout 5

terminal width 80

Cryptochecksum:(edit)

Thanks.

2 Replies 2

ruzicka
Level 1
Level 1

So ? Whot U would like to know ?

Hi !

It should be easy , when users need to surf the web they are using your proxy , disable the option on every workstation and make sure every workstation has a default route configured pointing to the inside ip of the PIX. According to your configuration that would be 192.168.1.12.

These commands allow every workstation on the inside interface to connect to the internet using PAT.

global (outside) 1 x.x.203.35 netmask 255.255.255.248

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

Review Cisco Networking for a $25 gift card