[URGENT] add two ips range different subnet same gateway

iLinux85

New Member
May 20, 2013
5
0
1
hello

i installed proxmox on debian squeeze 64 bit , i follow the instruction and here we got at interface

Code:
# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual
        broadcast  x.x.96.159
        up route add -net x.x.96.128 netmask 255.255.255.224 gw x.x.96.129 eth0
# default route to access subnet

auto vmbr0
iface vmbr0 inet static
        address  x.x.96.132
        netmask  255.255.255.224
        gateway  x.x.96.129
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0


how do i add the following ips

Code:
x.x.134.48/29
Gateway : x.x.96.132
Netmask: 255.255.255.248
Broadcast : x.x.134.55

Code:
x.x.183.0/29
Gateway : x.x.96.132
Netmask: 255.255.255.248
Broadcast : x.x.183.7
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!