[PVE-User] Fix ip in ubuntu server vm
Thomas Lamprecht
t.lamprecht at proxmox.com
Sun Oct 18 15:48:55 CEST 2015
Hi,
Note that this is a mailing list related to using Proxmox. Although your
VM may run on a Proxmox host the list/websites from the Operating System
running in the VM should be used when searching or asking OS specific stuff.
With Ubuntu you can configure network interfaces in the
/etc/network/interfaces file. A configuration entry for a static IP
should look something like:
auto eth0
iface eth0 inet static
address 10.0.0.100
netmask 255.255.255.0
gateway 10.0.0.1
https://help.ubuntu.com/lts/serverguide/network-configuration.html
this linlk may help you on further questions.
regards,
Thomas
Am 18.10.2015 um 15:09 schrieb InfoTest:
> Hello
> How to fixe ip in ubuntu server vm?
> Thanks
> _______________________________________________
> pve-user mailing list
> pve-user at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
>
More information about the pve-user
mailing list