Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Loopback
- auto lo
- iface lo inet loopback
- address 127.0.0.1
- # Network interface, this should match your network
- auto eth1
- iface eth1 inet dhcp
- address 192.168.111.200
- netmask 255.255.255.0
- gateway 192.168.111.1
- broadcast 192.168.111.255
- # virtual interface for clonezilla, make sure you use a "class C" IP (192.168.x.x)
- auto eth1:1
- iface eth1:1 inet static
- address 192.168.112.1
- netmask 255.255.255.0
- # BACKUP
- # This file describes the network interfaces available on your system
- # and how to activate them. For more information, see interfaces(5).
- #
- # The loopback network interface
- # auto lo
- # iface lo inet loopback
- #
- # The primary network interface
- # auto eth1
- # iface eth1 inet dhcp
- # address 192.168.111.254
- # netmask 255.255.255.0
- # network 192.168.111.0
- # broadcast 192.168.111.255
- #
- # The secondary network interface
- # auto eth0
- # iface eth0 inet static
- # address 192.168.111.2
- # netmask 255.255.255.0
- # network 192.168.111.2
- # broadcast 192.168.111.255
- # gateway 192.168.111.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement