tags:

views:

23

answers:

0

I have installed ubuntu server edition in virtual box. I have already assigned static ip to my host operating system which is Windows Server. I have another ip which I want to assign my guest Ubuntu Server. I known how to assign following things in ubuntu but I don't know how can I find these things from windows. I have another extra ip than host operating system which belongs to the same network. How can I find following things in Windows.

iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.254

This is an example configurations copied from internet. I just only know the static ip address. Please advice.

Thanks