cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
401
Views
0
Helpful
6
Replies

WWW at Inside HELP

j.hato
Level 1
Level 1

Dear PIX Gurus,

I have a www server configured in inside. Have a static translation to the www server and also created an access list to permit www to the server. But still cannot browse the www from inside nor outside.

Any links for this?

Many Thanks,

HATO

6 Replies 6

tohuang
Level 1
Level 1

Hi,

Can you post your config for troubleshoot ?

Thanks

Tony

Building configuration...

: Saved

:

PIX Version 6.3(2)

interface ethernet0 auto

interface ethernet1 auto

nameif ethernet0 outside security0

nameif ethernet1 inside security100

hostname PIXFirewall

domain-name perkom.co.id

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

access-list compiled

access-list acl_in permit tcp any host xxx.xxx.xxx.135 eq www log

pager lines 24

logging on

logging timestamp

logging console debugging

logging buffered debugging

logging trap debugging

mtu outside 1500

mtu inside 1500

ip address outside xxx.xxx.xxx.140 255.255.255.240

ip address inside 192.168.10.1 255.255.255.0

ip verify reverse-path interface outside

ip verify reverse-path interface inside

ip audit name Info info action alarm drop reset

ip audit name Attack attack action alarm drop reset

ip audit info action alarm

ip audit attack action alarm

arp timeout 14400

global (outside) 1 xxx.xxx.xxx.139

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

alias (inside) 192.168.10.35 202.169.39.135 255.255.255.255

static (inside,outside) xxx.xxx.xxx.135 192.168.10.35 netmask 255.255.255.255 0 0

access-group acl_in in interface outside

route outside 0.0.0.0 0.0.0.0 gateway 1

timeout xlate 2: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

floodguard enable

ssh timeout 5

console timeout 0

terminal width 80

: end

[OK]

=======================================

BEst Regards,

HATO

route outside 0.0.0.0 0.0.0.0 gateway 1

I don't find any other reference to "gateway 1" in your config. This one must point to the ISP's router interface.

Ben

Thank You for your quick response. Yes....it's work now. Can you tell me how the alias work? if I clear the alias. Inside users cannot access to the webserver.

Can we specify a range of ports in PIX?

Many THanks,

HATO

bdube
Level 2
Level 2

Accessing your web server from inside or outside means 2 differents and independent configuration.

First: Outside. You need the trio static/access-list/access-group.

Second: To access your server from inside. You should be able to access it directly using his inside IP address. Now, the rest of the solution depends of your DNS server(s), is there an inside DNS server who served inside users only and and outside DNS serving the Web server OR only outside DNS server serving both inside users (resolution) and Web server. The way you are using the DNS will give you the solution. If you tell us a little more about your DNS(es), we will be able to help you more.

Regards,

Ben

Hi,

We used ISP DNS, so consider outside DNS.