Link to home
Start Free TrialLog in
Avatar of twumasisarfo
twumasisarfo

asked on

How do I configure my website on the web using a PIX501 with.

I am running an apache webserver at home using www.no-ip.com for DNS forwarding (I have DSL service with Dynamic IP).  I am currently using a Linksys Wireless router (WRT54G) and everything is working just fine (remote desktop from the outside world also works just fine).  Here is the problem I am having.  I replace the Linksys router with a PIX501 and want to configure to allow the outside world to see my site.  Please help.  I am not a network admin/engineer but I am an advance PC user who can follow instructions well.  Thanks for your help.

PS:  Please let me if you need my current configuration code.
ASKER CERTIFIED SOLUTION
Avatar of rsivanandan
rsivanandan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
 I believe Rajesh meant to say the following for the ACL (hey, no worries, it's Friday):
access-list Outside_In permit tcp any interface outside eq www

  Also, very important, run this after creating your "static (inside,outside)..." entry:
clear xlate   <- clears the NAT table

cheers
:-) Yeap thnx for correcting it Calvinetter.

Cheers,
Rajesh
Avatar of twumasisarfo
twumasisarfo

ASKER

Thank you very much guys.  But I have another problem.  How dow I assign an internal IP address to my server. The PIX 501 Firewall is currently loaded with the factory default configuration and can get on the internet okay. The DHCP is set as <dhcpd address 192.168.1.2-192.168.1.33 inside>

I assign the my server machine with the 192.168.1.10, subnet 255.255.255.0, and Gateway 192.168.1.1.  This does not allow me to connect to the internet any longer (no connection).

Please help.
post your current configuration please...