Install dan Settingan Network Bridge Debian 11
sudo apt install bridge-utils
ip -f inet a s
Sesuaikan pengaturan di /etc/network/interface menggunakan perintah
cat /etc/network/interfaces
# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback
sudo vi /etc/network/interfaces.d/br0
Konfigurasi Bridge IP Static
## static ip config file for br0 ## auto br0 iface br0 inet static address 192.168.2.23 broadcast 192.168.2.255 netmask 255.255.255.0 gateway 192.168.2.254 # If the resolvconf package is installed, you should not edit # the resolv.conf configuration file manually. Set name server here #dns-nameservers 192.168.2.254 # If you have muliple interfaces such as eth0 and eth1 # bridge_ports eth0 eth1 bridge_ports eno1 bridge_stp off # disable Spanning Tree Protocol bridge_waitport 0 # no delay before a port becomes available bridge_fd 0 # no forwarding delay
Konfigurasi Bridge IP Static
## DHCP ip config file for br0 ## auto br0 # Bridge setup iface br0 inet dhcp bridge_ports eno1
0 Response to "Install dan Settingan Network Bridge Debian 11"
Post a Comment
Silahkan Kirim Komentas yang membangun,,,tidak mengandung SARA