Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170718

Networking - Two subnets

$
0
0
Hi,

I have two subnets, a /29 and a /27

xxx.xxx.199.208/29
xxx.xxx.221.64/27

The /29 IP block is available directly from the network drop
The /27 IP block is statically routed to xxx.xxx.199.210 of the /29

I will be using the /27 for containers. But can't get it through using venet. Here are my interfaces:

Code:

# network interface settingsauto lo
iface lo inet loopback


auto eth0
allow-hotplug eth0
iface eth0 inet static
    address  xxx.xxx.199.210
    netmask  255.255.255.248
    gateway  xxx.xxx.199.209
    broadcast  xxx.xxx.199.215
    network xxx.xxx.199.208
    dns-nameservers 8.8.8.8 8.8.4.4


auto eth0.100
allow-hotplug eth0.100
iface eth0.100 inet static
    address xxx.xxx.221.65
    netmask 255.255.255.224
    broadcast xxx.xxx.221.95
    network xxx.xxx.221.64


auto eth0.101
allow-hotplug eth0.101
iface eth0.101 inet static
        address xxx.xxx.221.66
        netmask 255.255.255.224
        broadcast xxx.xxx.221.95
        network xxx.xxx.221.64


auto eth0.102
allow-hotplug eth0.102
iface eth0.102 inet static
        address xxx.xxx.221.67
        netmask 255.255.255.224
        broadcast xxx.xxx.221.95
        network xxx.xxx.221.64


auto eth0.103
allow-hotplug eth0.103
iface eth0.103 inet static
        address xxx.60.221.68
        netmask 255.255.255.224
        broadcast xxx.xxx.221.95
        network xxx.xxx.221.64


auto eth0.104
allow-hotplug eth0.104
iface eth0.104 inet static
        address xxx.xxx.221.69
        netmask 255.255.255.224
        broadcast xxx.xxx.221.95
        network xxx.xxx.221.64


auto eth0.105
allow-hotplug eth0.105
iface eth0.105 inet static
        address xxx.xxx.221.70
        netmask 255.255.255.224
        broadcast xxx.xxx.221.95
        network xxx.xxx.221.64


iface eth1 inet manual


iface vmbr0 inet manual
    bridge_ports none
    bridge_stp off
    bridge_fd 0


Viewing all articles
Browse latest Browse all 170718

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>