where is the equivalent to the linux pointopoint command in Windows?

auto eth0
iface eth0 inet static                                 
 address <guest ip>                                        
 gateway <host external ip>
 netmask 255.255.255.255                                        
 pointopoint <host external ip>

I have looked in Windows Vista and there is nothing. they only offer IP, Subnet and Standardgatway.

Help is very much appreciated!

link|improve this question

75% accept rate
There's no direct equivalent in Vista; what are you trying to accomplish? – Chris S Nov 2 '10 at 12:34
Thanks Chris very much. I need to run Vista in a Virtual Machine (KVM Environment) and my gateway (of the host) is in a completely different subnet then the IPs of my Guest. In linux everything is working fine with the settings above with the "pointopoint" and I was looking for an aquivalent statement in windows... – jens Nov 2 '10 at 22:22
feedback

1 Answer

Reconfigure the networking to use a /30 network. Use the first host address for Linux and the second host address for the guest.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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