User Tools

Site Tools


ubuntu:networking:configuration:virtual_network_interfaces:configure_permanent_virtual_network_interface

Ubuntu - Networking - Configuration - Virtual Network Interfaces - Configure Permanent Virtual Network Interface

For a Static IP

Edit /etc/network/interfaces:

/etc/network/interfaces
iface eth0:0 inet static
address 123.123.123.123
netmask 255.0.0.0
broadcast 123.255.255.255

For a Dynamic IP

Edit /etc/network/interfaces:

/etc/network/interfaces
iface eth0:0 inet dhcp
ubuntu/networking/configuration/virtual_network_interfaces/configure_permanent_virtual_network_interface.txt · Last modified: 2021/01/08 16:07 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki