i have my local network with a router connected to the internet, i wonder if is possible to create another LAN ip with one external WAN IP?
in conclusion: WAN IP xxx.xxx.xxx.xxx assign to 192.168.1.x
|
i have my local network with a router connected to the internet, i wonder if is possible to create another LAN ip with one external WAN IP? in conclusion: WAN IP xxx.xxx.xxx.xxx assign to 192.168.1.x
| |||||||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
ip is given from your outbound provider, you can only provide NAT (port forwarding) to each of your internal hosts (192.168.1.x) with a port difference like xxx.xxx.xxx.xxx:8080 can go to 192.168.1.2 for example, and xxx.xxx.xxx.xxx:3128 can go to 192.168.1.3 host... for this purpose (not to mess with the router config file itself) almost all routers provide a web interface usually bound to http://192.168.1.1 you can look there for NAT or Port Forwarding. i hope that helps | |||||||||||
feedback
|