Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. A

    OpenWRT

    Initially I wanted to run just a NetworkManager on a Linux server, OpenWRT happens to be an odd workaround - I set up a virtual machine which owns a physical port. Some glimpses into how I did that: incus create --vm images:openwrt/snapshot openwrt-uplinks incus config device add...
  2. A

    OpenWRT

    more screenshots specifically about IPv6 settings
  3. A

    OpenWRT

    For CityFibre. First, create a VLAN interface. Navigate: Network -> Interfaces. Select tab "Devices". Press "Add device configuration". Select "Device type": "VLAN (802.1q)". Select "Base device": physical interface for where the patchcord from the ONT enters. Enter "VLAN ID" 911. "Device...
  4. A

    Linux NetworkManager

    I have a setup with the ethernet patchcord from CityFibre ONT going straight into a Linux server. To create a NetworkManager connection for it, run `nmcli con add con-name olilo type vlan dev YOUR_INTERFACE_NAME id 911 ipv4.method auto ipv6.method auto connection.autoconnect yes...
Back
Top