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

link|improve this question

1  
This probably does not belong to stackoverflow. Anyhow, what you ask for is a NAT. – Alfabravo Dec 26 '11 at 19:18
What kind of router do you use? – RepWhoringPeeHaa Dec 26 '11 at 19:21
a zte w300 router, i'm just ask if there is posible to do that – armandfp Dec 26 '11 at 19:27
feedback

closed as off topic by Alnitak, rene, Mike Pennington, RepWhoringPeeHaa, Bo Persson Dec 26 '11 at 22:54

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

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

link|improve this answer
1  
you just made an astounding number of assumptions inside two paragraphs – Mike Pennington Dec 26 '11 at 19:23
mmm :) where do you see even one assumption, my friend? – Mr. BeatMasta Dec 26 '11 at 20:01
port forwarding, instead of one-to-one IP mapping, his router uses 192.168.1.1 instead of something else, he has more than one host, his provider allows inbound traffic on the ports you mentioned, etc – Mike Pennington Dec 26 '11 at 20:23
hmmm agree only to "has more than one host", maybe it's one host.. regarding the ports i've mentioned - they was just common examples – Mr. BeatMasta Dec 27 '11 at 14:07
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.