Hi experts,
We've been assigned the following I.P's from our ISP:-
91.84.158.57
91.84.158.58
91.84.158.59
91.84.158.60
91.84.158.61
91.84.158.62
Ive configured the following:-
I.P Address: 91.84.158.57 (assigned to the WAN port on the ADSL router)
I.P address: 91.84.158.58 (assigned LAN port on the ADSL router)
I.P address: 91.84.158.59 (assigned to the PIX WAN E0 port)
Subnet mask :- 255.255.255.248
Below is my running PIX configuration file as of this evening:-
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password SX/Y7cXtfgcNOcz9 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pix506e
domain-name xxxxlocal
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
names
pager lines 24
icmp deny any outside
mtu outside 1500
mtu inside 1500
ip address outside 91.84.158.59 255.255.255.248
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.1.1 255.255.255.255 outside
pdm location 0.0.0.0 255.255.255.0 inside
pdm location 0.0.0.0 255.255.255.0 outside
pdm history enable
arp timeout 14400
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 255.255.255.0 91.84.158.58 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 15
ssh timeout 5
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 750
terminal width 80
Cryptochecksum:baf8beb407e
36304abe63
376478ef7b
d
: end
Using my laptop, assigned a 192.168.16.x I.P from our Windows 2003 server, Im unable to obtain an Internet connection, however when assigning the following configuration to the LAN interface on my laptop:-
I.P address:- 91.84.158.59
SN:- 255.255.255.248
DG:- 91.84.158.59
DNS1:- 81.26.107.2
DNS2:- 81.26.107.3
With the above configuration, Im able to gain Internet access.
Please advise whats wrong with the PIX configuration above?