IP Forwarding and Routing in Windows 2008
Posted
by
Danialzo
on Server Fault
See other posts from Server Fault
or by Danialzo
Published on 2012-11-04T07:34:18Z
Indexed on
2012/11/04
11:05 UTC
Read the original article
Hit count: 351
I have Hyper-V running on a windows 2008. I got a new ip stack from the data center to be set on my virtual machines. But I have difficulties to set these IPs on my VMs because they are on different network.
my current server ip is xxx.xxx.18.6 with MASK : 255.255.255.224 and the GW is xxx.xxx.18.1
my new ip stack is xxx.xxx.168.176/29
I can use RRAS to achieve this.
Do I need to create another NIC? How do I make these VMs reachable from outside?
© Server Fault or respective owner