Open http: traffic on firewall... [7:65755]

2003-03-19 Thread SMAN
I have a cisco 2611 router/firewall that I need to open up for http: traffic. I need to configure NAT to point to the static IP on the web server. How do I do this? What are the specifics? Thanks Ken Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=65755&t=65755 ---

Re: Open http: traffic on firewall... [7:65755]

2003-03-19 Thread Robert Edmonds
First, you need to define your inside and outside interfaces for NAT. Usually, the interface where your webserver is connected will be defined as inside and all others are outside. This would look something like this, assuming your web server is on interface ethernet 0: interface ethernet 0 ip a

Re: Open http: traffic on firewall... [7:65755]

2003-03-20 Thread SMAN
OK...I got to the point of issuing this command (ip route 2.2.2.2 255.255.255.255 ethernet 0) at the configure prompt and got: Internet(config)#ip route 216.224.32.195 255.255.255.240 ethernet 0 % Incomplete command. Any recommendations??? Thanks Ken ""Robert Edmonds"" wrote in message news:[

RE: Open http: traffic on firewall... [7:65755]

2003-03-20 Thread Steve Wilson
without seeing your router it may be that the ethernet port is e0/0 perchance. It may even be a fastethernet port. Check the physical make up of the router. Cheers, Steve Wilson -Original Message- From: SMAN To: [EMAIL PROTECTED] Sent: 20/03/2003 15:33 Subject: Re: Open http: traffic on