cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
548
Views
0
Helpful
5
Replies

Newbie - I cannot access my www from internet

winanjaya
Level 1
Level 1

Dear The Expert,

I am very new with this, I run Apache 2.0.47 on my Fedora Core 1, I can access my website thru my LAN, but I cannot access it from internet .. why? ..

it seems like the page cannot be found.. below is my PIX config:

sh fixup

fixup protocol http 80

sh access-list

access-list inbound_filter permit tcp any host 202.100.100.100 eq www

sh static

static (inside,outside) tcp 202.100.100.100 www 192.168.1.15 www netmask 255.255.255

.255 0 0

am I missing something?

thanks a lot in advance

Regards

Winanjaya

5 Replies 5

a.awan
Level 4
Level 4

Have you applied the access-list to the outside interface of the PIX?

access-group inbound_filter in interface outside

yes ..

Pixlgi# sh access-group

access-group inbound_filter in interface outside

any comment?

Is rest of the PIX functionality working ok? Are you able to reach the internet from inside clients?

Can you please post your PIX's entire configuration?

milan.kulik
Level 10
Level 10

If you enable syslog on your PIX, do you see any connections being refused or permited when you're trying to connect to your web server?

If not, isn't that a routing problem?

If you enable ICMP in your access-list, are you able to ping your web server from the Internet?

Regards,

Milan

I am very new with this, I don't know how to enable syslog on PIX, BTW I can ping www.lippogeneral.com ..

any idea?

thanks a lot in advance