|
||||||||
On Apr 9, 2005 2:16 PM, adrian <selage at sbcglobal dot net> wrote:
> I have 2 ip's
>
> One main one that the entire lan uses, and I want my web server to answer
> request on another ip
>
> Main ip is xxx.xxx.xxx.118
> I want the webserver also to answer request on xxx.xxx.xxx.228 also
>
Use inbound NAT to open port 80 to the LAN server. Then add .228 to
Server NAT, and use another inbound NAT entry on the .228 IP to the
same internal server.
-Chris |