| Author |
how to open NW 6.5 apache to the external network
|
|
| ming@yahoo.cn 2006-07-27, 7:11 pm |
| I have a NW 6.5 server running apache. It is accessible on the internal
network. I have a cisco router for internet access.
On the cisco router, I have redirect port 80 to the apache server but still
cannot access the default web page from the Internet.
ip nat inside source static tcp 192.168.1.3 80 interface FastEthernet0/0 80
Have I missed anything else?
Thanks
Ming
| |
| Guenter 2006-07-27, 7:11 pm |
|
ming@yahoo.cn Wrote:
> I have a NW 6.5 server running apache. It is accessible on the internal
> network. I have a cisco router for internet access.
>
> On the cisco router, I have redirect port 80 to the apache server but
> still
> cannot access the default web page from the Internet.
>
> ip nat inside source static tcp 192.168.1.3 80 interface
> FastEthernet0/0 80
>
> Have I missed anything else?
>
> Thanks
> Ming
Hi Ming,
you have probably not set your cisco router to be default gateway which
is mandatory for that - edit your autoexec.ncf:
Code:
--------------------
BIND IP CARD_1_EII addr=server.dotted.ip.address mask=255.255.255.0 gate=cisco.dotted.ip.address
--------------------
Guenter.
--
Guenter
| |
| ming@yahoo.cn 2006-07-28, 1:11 pm |
| I did and I can do a ping from the server to an address on the internet and
Groupwise GWIA is able to route messaages out to the internet.
Any other suggestions?
Thanks
Ming
>
> ming@yahoo.cn Wrote:
> Hi Ming,
> you have probably not set your cisco router to be default gateway which
> is mandatory for that - edit your autoexec.ncf:
>
> Code:
> --------------------
> BIND IP CARD_1_EII addr=server.dotted.ip.address mask=255.255.255.0
gate=cisco.dotted.ip.address
> --------------------
>
>
> Guenter.
>
>
> --
> Guenter
|
|
|
|