|
Posted by Kees Nuyt on 10/09/92 11:28
On Tue, 19 Apr 2005 23:00:57 +0200, "Stefan Mueller"
<seekware-remove-@yahoo.com> wrote:
( Better late than never )
>Yes, you're right. The behavior of my network is somehow strange, but I
>can't change it.
>If I do a connection from my internal network to an internet address the
>traffic goes to my ZyXEL H650i (ADSL Router) and from there to the internet.
>Everything works fine.
>If you do a connection from the internet to my server with
> http://www.myserver.com/php/phpmyadmin
>the traffic also goes to my ZyXEL H650i and is NATted there to my internal
>server address.
>If I do this connection from my internal network the traffic also goes to my
>ZyXEL H650i but is not NATted there to my internal server address.
>It seems that my ZyXEL H650i can only do NAT for traffic comming from the
>internet to my internal network and not if the traffic is comming from the
>LAN side with a WAN address.
Try:
ip nat loopback on
If it works, try to insert it in the startup script of the
router, so the command will be executed at every power up and
reset:
sys edit autoexec.net
i (=Insert)
<enter> until you see: wan adsl ...etc
ip nat loopback on<enter>
x (=exit and save)
>Stefan
Should work on that ZyXEL ..
--
) Kees Nuyt
(
c[_]
[Back to original message]
|