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

[URGENT] add two ips range different subnet same gateway

$
0
0
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
x.x.134.48
x.x.134.49
x.x.134.50
x.x.134.51
x.x.134.52
x.x.134.53
x.x.134.54
x.x.134.55

x.x.183.0 / 29
x.x.183.0
x.x.183.1
x.x.183.2
x.x.183.3
x.x.183.4
x.x.183.5
x.x.183.6
x.x.183.7

Netmask: 255.255.255.248
Getway: x.x.96.153


Viewing all articles
Browse latest Browse all 170561

Trending Articles



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