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!
Reconfigure the networking to use a /30 network. Use the first host address for Linux and the second host address for the guest.