Ubuntu: Bridge

From OnnoWiki
Revision as of 09:58, 2 February 2019 by Onnowpurbo (talk | contribs) (Created page with "Install apt install bridge-utils Konfigurasi /etc/network/interfaces # The local network bridge auto br0 iface br0 inet static bridge_ports enp3s0 tun0 addres...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Install

apt install bridge-utils 


Konfigurasi

/etc/network/interfaces
# The local network bridge
auto br0
iface br0 inet static
  bridge_ports enp3s0 tun0
  address 192.168.0.10
  netmask 255.255.255.0