Possible Duplicate:
IP Address Alias

I need to have a wan ip to be listen in ipconfig but computer is behind router.

link|improve this question
So what is your question? Care to tell us about what type of router? How about giving us a hint about what type of WAN connectivity you have. – Zoredache Jun 14 '10 at 22:00
Currently if I type ipconfig I see only ip 192.168.0.133 which is given by router. I need that IP to be my actual WAN IP but stay behind router. In other words, have direct2internet alike connection/interface but stay behind router. – DanSpd Jun 14 '10 at 22:05
1  
Your lack of general network knowledge leads me to believe that you're going about doing something trivial in a convoluted, needlessly-complex or unsecure way. Like BillN said: you need to provide some more information as to what you're trying to accomplish. – gravyface Jun 14 '10 at 23:06
Voting to close, too ambiguous. DanSpd: In the context of most SOHO routers.. you probably want NATing or to specify a DMZ host. Specifying the client as DMZ will be similar to plugging the modem directly to the PC. – Warner Jun 15 '10 at 2:49
feedback

closed as exact duplicate by Zoredache, sysadmin1138, Dennis Williamson, Warner, Mark Henderson Jun 15 '10 at 6:13

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

Without more details about your current configuration and what exactly you want to do we can only give general answers. You may have two options if your router supports them: 1) Create a DMZ with a Public IP address and place your PC on the DMZ (assign it the public IP address) 2) Setup the router to forward some or all ports to the internal IP address.

link|improve this answer
Tell me more about solution #1 please – DanSpd Jun 14 '10 at 22:34
If your router supports a DMZ, and your have more than 1 Public IP address from your ISP, then you could assign the PC to a different Public IP from your WAN IP, and connect it to the DMZ, how this works vary's from Router to router, some have a dedicated DMZ port (WAN,DMZ,LAN) some do it internally. We really need more info from you. And I think for most uses, #2 is what you want. – BillN Jun 14 '10 at 23:54
feedback