mattyribbo
28-07-2010, 23:47
Haha! Got it working. However the guide was only helpful to a certain extent.
For debian, the guide stated this:
auto eth0
iface eth0 inet static
address # the VM's address
netmask 255.255.255.255
post-up /sbin/ip route add "Dedicated.Server.IP.but.end.in.254" dev eth0 #The gateway of the server
post-up /sbin/ip route add default via "Dedicated.Server.IP.but.end.in.254"
I used the same in Windows, but the gateway was my server's IP, not Server IP with 254 at the end, wouldn't work otherwise.
Oh well
For debian, the guide stated this:
auto eth0
iface eth0 inet static
address
netmask 255.255.255.255
post-up /sbin/ip route add "Dedicated.Server.IP.but.end.in.254" dev eth0 #The gateway of the server
post-up /sbin/ip route add default via "Dedicated.Server.IP.but.end.in.254"
I used the same in Windows, but the gateway was my server's IP, not Server IP with 254 at the end, wouldn't work otherwise.
Oh well