Search results

  1. C

    [SOLVED] VMs on separate networks but share single internet connection

    @aaron Thank you for the assistance. I used your recommended settings and it finally worked. not sure what was the issue yesterday but thanks again.
  2. C

    [SOLVED] VMs on separate networks but share single internet connection

    Tried this but still unable to communicate on the network. Unable to pull IP address via DHCP. Any other suggestion? NB: The same trunk link work perfectly on my netgear layer 3 switch without any issue.
  3. C

    [SOLVED] VMs on separate networks but share single internet connection

    auto lo iface lo inet loopback iface enp2s0 inet manual auto vmbr0 iface vmbr0 inet static address 10.0.0.5/24 gateway 10.0.0.1 bridge-ports enp2s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094 auto vmbr0.3 iface...
  4. C

    [SOLVED] VMs on separate networks but share single internet connection

    @aaron could you elaborate on the scenario if using a single NIC. I cant seem to get this working even though it was easily configured on VMware.
  5. C

    Multiple Networks, Single NIC, VLANs on switch

    did anyone came up with a valid solution for this scenario? This is how i had always don't it with VMware but I'm unable to make this work with proxmox.