linux_router:network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_router:network [2023-07-08 Sat wk27 09:28] – [Debian / Ubuntu Network - Interface Setup] baumkplinux_router:network [2023-07-08 Sat wk27 10:13] (current) – [Debian / Ubuntu Network - Interface Setup] baumkp
Line 29: Line 29:
   auto eno1 eno1:0   auto eno1 eno1:0
   iface eno1 inet dhcp   iface eno1 inet dhcp
-  # dhcp for IP/DHCP WAN static? for PPPOE +  # dhcp for IP/DHCP WAN (static? for PPPOE)
   # set up static ip address to access modem web page on WAN NIC    # set up static ip address to access modem web page on WAN NIC 
   iface eno1:0 inet static   iface eno1:0 inet static
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/24     address 192.168.1.1/24
  • /app/www/public/data/attic/linux_router/network.1688779690.txt.gz
  • Last modified: 2023-07-08 Sat wk27 09:28
  • by baumkp