RE: ip http server

From: Brian Dennis (brian@5g.net)
Date: Mon Oct 14 2002 - 01:18:59 GMT-3


Yes a static entry is needed for port 80 also. If not the router (http
server) will reply back on port 2000. Sorry, I didn't have the last line
in the config I sent.

Brian Dennis, CCIE #2210 (R&S/ISP Dial)

-----Original Message-----
From: Erling Bjxntegerd (Privat) [mailto:erli-b@online.no]
Sent: Sunday, October 13, 2002 4:50 PM
To: Brian Dennis
Cc: BIGB97750@aol.com; ccielab@groupstudy.com
Subject: Re: ip http server

Maybe I have done it wrong, but I have to put on a statement for
translation of port 80 also to have it all work. My config is then as
follows:

<config>
interface Ethernet0
 ip address 172.16.2.25 255.255.255.0
 ip nat outside
!
ip nat inside source static tcp 172.16.2.25 80 172.16.2.25 80 extendable
ip nat inside source static tcp 172.16.2.25 80 172.16.2.25 2000
extendable
ip http server
</config>

Best Regards
Erling Bjontegard

----- Original Message -----
From: "Brian Dennis" <brian@5g.net>
To: "'Erling Bjxntegerd (Privat)'" <erli-b@online.no>;
<BIGB97750@aol.com>
Cc: <ccielab@groupstudy.com>
Sent: Sunday, October 13, 2002 3:14 AM
Subject: RE: ip http server

Here is port 80 and port 2000 at the same time.

<config>
interface Ethernet0
 ip address 172.16.2.25 255.255.255.0
 ip nat outside
!
ip nat inside source static tcp 172.16.2.25 80 172.16.2.25 2000
extendable
ip http server
</config>

Brian Dennis, CCIE #2210 (R&S/ISP Dial)

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Erling Bjxntegerd (Privat)
Sent: Saturday, October 12, 2002 3:30 PM
To: BIGB97750@aol.com
Cc: ccielab@groupstudy.com
Subject: Re: ip http server

I'm agree with Kym. Only one port at a time can be configured.

For more info about the stuff see following link:
UniverCD.Configuration Fundamentals.Cisco IOS User Interfaces.Using the
Cisco Web Browser UI
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/
ffun_c/ffcprt1/fcf005.htm
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/
ffun_r/ffrprt1/frf005.htm

BR
Erling Bjontegard

----- Original Message -----
From: "kym blair" <kymblair@hotmail.com>
To: <BIGB97750@aol.com>; <ccielab@groupstudy.com>
Sent: Saturday, October 12, 2002 11:26 PM
Subject: Re: ip http server

> I believe you can only specify one port, but it can be anything up to
65535
> (for example, 2000 greater than the default 80):
>
> ip http port 2080
>
> HTH, Kym
>
>
>
> >From: BIGB97750@aol.com
> >Reply-To: BIGB97750@aol.com
> >To: ccielab@groupstudy.com
> >Subject: ip http server
> >Date: Sat, 12 Oct 2002 13:45:23 EDT
> >
> >Greetings,
> >
> >How do I configure a router to allow access thru HTTP (ip http
server) on
> >port 2000+default.
>
>
>
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx



This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:46 GMT-3