Hello,
I'm trying to instal openvswitch on my home server and I'm having troubles to connect to ftp.fr.debian.org.
I tried to do an apt update but I've the same problem.
When I try to ping 8.8.8.8
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.1.60 icmp_seq=1 Destination Host Unreachable
My config is :
Search domain: server.com
DNS Server 1: 1.1.1.1
DNS Server 2: 8.8.8.8
ip a :
cat /etc/network/interfaces
I assume that I have a problem with my configuration, can anyone please help me solve the problem ?
I'm trying to instal openvswitch on my home server and I'm having troubles to connect to ftp.fr.debian.org.
I tried to do an apt update but I've the same problem.
When I try to ping 8.8.8.8
ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.1.60 icmp_seq=1 Destination Host Unreachable
My config is :
Search domain: server.com
DNS Server 1: 1.1.1.1
DNS Server 2: 8.8.8.8
ip a :
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
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 noprefixroute
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether e0:51:d8:16:16:7c brd ff:ff:ff:ff:ff:ff
3: wlp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether b0:ac:82:6b:b7:75 brd ff:ff:ff:ff:ff:ff
4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether e0:51:d8:16:16:7c brd ff:ff:ff:ff:ff:ff
inet 192.168.1.60/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::e251:d8ff:fe16:167c/64 scope link
valid_lft forever preferred_lft forever
5: tap700i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master fwbr700i0 state UNKNOWN group default qlen 1000
link/ether e2:02:93:d3:7f:28 brd ff:ff:ff:ff:ff:ff
6: fwbr700i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 36:9b:7f:11:2f:cc brd ff:ff:ff:ff:ff:ff
7: fwpr700p0@fwln700i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 02:7f:ff:8d:fe:39 brd ff:ff:ff:ff:ff:ff
8: fwln700i0@fwpr700p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr700i0 state UP group default qlen 1000
link/ether 36:9b:7f:11:2f:cc brd ff:ff:ff:ff:ff:ff
cat /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp2s0 inet manual
iface enx803f5dd0047e inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.60/24
gateway 192.168.1.1
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
iface wlp1s0 inet manual
# source /etc/network/interfaces.d/*
I assume that I have a problem with my configuration, can anyone please help me solve the problem ?
Last edited: