[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can't find the DNS Servers



OK Rico> I followed your instructions and still have the same problem. Attached are the new files. Already installed were isc-dhcp-client and resolvconf. You are right about the br1 entry not being needed. the virtual machine works fine without it.

Gary R
# 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 enp4s0
iface enp4s0 inet dhcp
  dns-nameserver 8.8.8.8
  dns-nameserver 8.8.4.4


##The bridge network interface to qemu virtual machine
#auto br1
#iface br1 inet dhcp
#   bridge_ports br1
#   bridge_stp off
#   bridge_fd 0.0


default		0.0.0.0
loopback	127.0.0.0
link-local	169.254.0.0

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
#     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 192.168.1.1
nameserver 8.8.8.8
nameserver 8.8.4.4
search home
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 4c:cc:6a:87:fb:5d brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.6/24 brd 192.168.1.255 scope global dynamic enp4s0
       valid_lft 84574sec preferred_lft 84574sec
    inet6 fe80::5447:c98c:3f23:efe8/64 scope link 
       valid_lft forever preferred_lft forever
3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 52:54:00:d1:d9:de brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
       valid_lft forever preferred_lft forever
4: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN group default qlen 1000
    link/ether 52:54:00:d1:d9:de brd ff:ff:ff:ff:ff:ff
default via 192.168.1.1 dev enp4s0 proto static metric 100 
192.168.1.0/24 dev enp4s0 proto kernel scope link src 192.168.1.6 metric 100 
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown 

Reply to: