Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- source /etc/network/interfaces.d/*
- # The loopback network interface
- auto lo
- iface lo inet loopback
- # (network Adapter VMnet0 link to ethernet )
- auto ens33
- iface ens33 inet static
- address 10.0.0.31
- netmask 255.255.255.0
- # ( Network Adapter NAT link to wifi )
- auto ens34
- iface ens34 inet manual
- up ip link set dev $IFACE up
- down ip link set dev $IFACE down
Advertisement
Add Comment
Please, Sign In to add comment