Would we like to setup br1 on native Debian Buster 10.3

Story: Setting up KVM on LMDE 4 in Debian Buster Style (Classic)Total Replies: 0
Author Content
dba477

Mar 26, 2020
12:46 PM EDT
root@boris-pchsw:~# cd /etc/network

root@boris-pchsw:/etc/network# cat interfaces

source-directory /etc/network/interfaces.d

root@boris-pchsw:/etc/network# cd interfaces.d

root@boris-pchsw:/etc/network/interfaces.d# cat br1

#Primary network interface(enp3s0)

auto enp3s0

iface enp3s0 inet manual

#Configure bridge and give it a static ip

auto br1

iface br1 inet static

address 192.168.0.19

netmask 255.255.255.0

network 192.168.0.0

broadcast 192.168.0.255

gateway 192.168.0.1

bridge_ports enp3s0

bridge_stp off

bridge_fd 0

bridge_maxwait 0

dns-nameservers 8.8.8.8

Posting in this forum is limited to members of the group: [ForumMods, SITEADMINS, MEMBERS.]

Becoming a member of LXer is easy and free. Join Us!