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

501 setup help

Status
Not open for further replies.

cdw0308

Technical User
Oct 8, 2003
181
US
I am not able to see anything past the router.
I am new to pix configurations so here is my current config.
I appreciate any help i can get.

Result of firewall command: "sh config"

: Saved
: Written by enable_15 at 06:29:28.058 UTC Tue Jan 20 2004
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 2qoaTwQhht/bGLQR encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall1
domain-name ub-necogroup.com
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
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
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 10.1.40.1 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 lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:51a93592fea146fbb2ca84ee5c623a85
 
Just looking at it real quick, you need to get rid of the route outside statement. Your setroute option on the outside interface Ip address sets all the routes you need when it leases an IP address. Is is leasing an IP address from the ISP?
 
and just be carefull how you are testing. Pings will be disabled by default. http should be ok though.

Jeff
 
thanks for the replys but it still isnt letting me out past the router. My ISP has provided me with some IPs. I have just the basic config on the firewall now and when i look at it through PDM the outside and inside interface is up and the inside has some Kbps but the outside interface has 0 Kbps.

I am completely lost at this point as what to do. Any help will be greatly appreciated.
Here is another copy of my config.

Result of firewall command: "sh config"

: Saved
: Written by enable_15 at 14:03:01.060 UTC Wed Jan 21 2004
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 2qoaTwQhht/bGLQR encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall1
domain-name XXXXXX.com
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
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
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
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 lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:d379c78204cfafef265f8aec84155452

 
had one like this last week that was connected to a wireless ISP and it turned out to be auto negotiation.

fixed on the pix side by setting

interface ethernet0 10half

or something like that then rebooting both the internet and the pix.


Jeff
 
What is the gateway assigned by your ISP? Configure a default route for it:

route outside 0.0.0.0 0.0.0.0 <default-gateway>


 
i tried both suggestions and i still have no luck in getting out past the router. The router is set up with DHCP and NATing. However i am using the external ip gateway that the ISP provided on my route outside statement. Any suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top