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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where is the config wrong?

Status
Not open for further replies.

Dudbolt

IS-IT--Management
Nov 28, 2002
19
0
0
GB
I have spent a week trying to get a config to work, to no avail! Could someone put me out of my misery! I can ping the inside of the network and the internet from the pix but nothing can get outside!

Regards

Garrett

*********************************************************
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ****************** encrypted
passwd ******************encrypted
hostname fuse
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
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
fixup protocol tftp 69
names
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside ***.**.***.130 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 logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 ***.***.***.130 1
timeout xlate 0:05: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 timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.33 inside
dhcpd dns 194.72.6.38 194.72.6.39
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
: end
 
access-list outside permit icmp any any log
access-list outside permit ip any any log
access-group outside in interface outside

that will work.
 
Ah,

It's the old default deny thing again? I looked at the example Cisco Configs but they didnt show those statements.

I'll give it a try!
 
What cant get outside exactly? It is not necessary to allow any on the outside interface. Not only is it not necessary but it is not good security practice.
 
I took Cisco's default setup and was able to get the inside network able to ping out but it could not resolve any DNS address's.

The Pix is conected to a SDSL router which is the gateway. Should i specify the DNS servers? I thought that the inside workstations should use the Pix inside address for DNS?

Garrett
 
The pix won't do DNS services. You should add either an internal DNS server or the external servers for your ISP.




Brent
Systems Engineer / Consultant
CCNP
 
dhcpd dns ***.***.***.*** ?

thats the correct command isnt it?

Garrett
 
You can add them via

dhcpd dns 4.2.2.1


or

dhcpd auto_config outside

That will automatically pass your ISPs DNS Servers to your PC
 
Hi folks,

Jut wanted to say thanks for all the help and pointers. After some time, i found out the problem. The pix config was fine except for the DNS IP addresssing. These address's were given to me by BT and it seems that they were wrong. I changed the IP's and up popped the network!

Many thanks again

Garrett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top