View difference between Paste ID: DUWC5gv2 and 1xqybyeg
SHOW: | | - or go back to the newest paste.
1
#########################################################################################
2
/etc/hosts
3
4
127.0.0.1	localhost	Aspire-LT
5
6
# The following lines are desirable for IPv6 capable hosts
7
::1     ip6-localhost ip6-loopback
8-
ff02::2 ip6-allrouters
8+
9
ff00::0 ip6-mcastprefix
10
ff02::1 ip6-allnodes
11
ff02::2 ip6-allrouters
12
13
#########################################################################################
14
/etc/network/interfaces
15
16
auto localhost
17
iface localhost inet loopback
18
 
19
# Default Interface
20
auto eth0
21
iface eth0 inet dhcp
22
 
23
# Virtual Interface for Conezilla, make sure you use a 'class C' IP (192.168.x.x)
24
# auto eth0:0
25
# iface eth0:0 inet static
26
# address 192.168.3.200
27
# netmask 255.255.255.0
28
29
30
#########################################################################################
31
/etc/resolv.conf
32
33
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
34
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
35
nameserver 192.168.15.1