View difference between Paste ID: 7cfq5ihG and sq0ynGqH
SHOW: | | - or go back to the newest paste.
1
# This file describes the network interfaces available on your system
2
# and how to activate them. For more information, see interfaces(5).
3
4
# The loopback network interface
5
auto lo
6
iface lo inet loopback
7
8
auto eth0
9-
# iface eth0 inet dhcp
9+
10
address 192.168.1.253
11
netmask 255.255.255.0
12
network 192.168.1.0
13-
# network 192.168.1.1
13+
broadcast 192.168.1.255
14-
# broadcast 192.168.1.255
14+
gateway 192.168.1.1