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

PIX 506e and wireless issue

Status
Not open for further replies.

newkid123

Technical User
Dec 18, 2006
30
US
I just added a PIX 506e to my home network,however I am unable to access internet from two PCs which are connected to network through linksys wireless router. I have no problem with the other two PCs which are connected directly to the router. is there any specific configuration for wireless PCs. All PCs have static IPs since they were unable to contact DHCP which is in PIX.

Thanks
newkid123


 
It might help if we can see you PIX's config.

From what you said your enviroment is hooked up like this,
internet_router---PIX---linksys-----2PCs

can the two PCs ping beyond the PIX, the backside of the firewall will have to be in a different segmnet to that of the internet router.


 
Network consist of following devices:

Linksys Cable Modem
Linksys Wireless Router
Cisco 506e PIX (just two days ago was added into network)
2 Desktop PCs, connected directly to the wireless router
2 Desktop PCs, connected through wireless adaptor

cable modem--> Router (WAN port)
PIX Ethernet(0 & 1)--> Router
PC 1&2--> Router

PC 3&4--> Router

and all PCs can ping each other and they can also ping PIX. PCs 1&2 have full internet access, and all PCs have static IP address (192.168.1.102,103,104&105) and here is my PIX configuration:

show run

: Saved

:

PIX Version 6.3(4)

interface ethernet0 10baset

interface ethernet1 100full

nameif ethernet0 outside security0

nameif ethernet1 inside security100

enable password ZsvyNlgxmf3B6y0K encrypted

passwd ZsvyNlgxmf3B6y0K encrypted

hostname pix101

domain-name ciscopix.com

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

<--- More --->

names

access-list outbound permit tcp 10.0.0.0 255.0.0.0 any eq www

access-list outbound permit tcp 192.168.1.0 255.255.255.0 any eq www

pager lines 24

mtu outside 1500

mtu inside 1500

ip address outside 1.1.1.1 255.255.255.0

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

global (outside) 1 1.1.1.2

nat (inside) 1 192.168.1.0 255.255.255.0 0 0

nat (inside) 1 10.0.0.0 255.0.0.0 0 0

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

access-group outbound in interface inside

route outside 0.0.0.0 0.0.0.0 1.1.1.254 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

<--- More --->

aaa-server TACACS+ protocol tacacs+

aaa-server TACACS+ max-failed-attempts 3

aaa-server TACACS+ deadtime 10

aaa-server RADIUS protocol radius

aaa-server RADIUS max-failed-attempts 3

aaa-server RADIUS deadtime 10

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 5

ssh timeout 5

console timeout 0

dhcpd lease 3600

dhcpd ping_timeout 750

dhcpd auto_config outside

terminal width 80

Cryptochecksum:8582429e9c388ee5d43daeade5a1da2f

: end

<--- More --->


pix101#
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top