VirtualBox

Ticket #16595: guest-etc-network-interfaces.txt

File guest-etc-network-interfaces.txt, 727 bytes (added by Vsevolod, 8 years ago)

Contents of /etc/network/interfaces on guest

Line 
1root@box-1:~# cat /etc/network/interfaces
2# This file describes the network interfaces available on your system
3# and how to activate them. For more information, see interfaces(5).
4
5# The loopback network interface
6auto lo
7iface lo inet loopback
8
9# Source interfaces
10# Please check /etc/network/interfaces.d before changing this file
11# as interfaces may have been defined in /etc/network/interfaces.d
12# NOTE: the primary ethernet device is defined in
13# /etc/network/interfaces.d/eth0
14# See LP: #1262951
15source /etc/network/interfaces.d/*.cfg
16
17#VAGRANT-BEGIN
18# The contents below are automatically generated by Vagrant. Do not modify.
19auto eth1
20iface eth1 inet dhcp
21 post-up route del default dev $IFACE || true
22#VAGRANT-END

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy