Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux_router:network [2023-07-08 Sat wk27 10:03] – [Debian / Ubuntu Network - Interface Setup] baumkp | linux_router:network [2025-01-03 Fri wk01 08:59] (current) – [Debian / Ubuntu Network - Interface Setup] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
- | ======Debian | + | ======Debian |
- | ====Debian | + | ====Debian Network - Server |
As of Debian 10 (Buster) Debian still by default uses this interface Setup. | As of Debian 10 (Buster) Debian still by default uses this interface Setup. | ||
Line 36: | Line 36: | ||
# Then LAN networks are eno2 eno3 eno4 in bridged mode br1 | # Then LAN networks are eno2 eno3 eno4 in bridged mode br1 | ||
# on the 192.168.1.1 subnet | # on the 192.168.1.1 subnet | ||
- | auto br1 | + | auto br0 |
- | iface br1 inet static | + | iface br0 inet static |
bridge_ports eno2 eno3 eno4 | bridge_ports eno2 eno3 eno4 | ||
address 192.168.1.1/ | address 192.168.1.1/ |