Hello,
i have an subnet from ripe
like
IP: 77.66.114.128 /25
Maske: 255.255.255.128
Broadcast: 77.66.114.255
subnet range 77.66.114.129 to 178.63.114.254
and 1 additional ip for proxmox host like
address 77.66.18.202
netmask 255.255.255.192
gateway 77.66.18.193
how to configure right /etc/network/interfaces for this ripe data? right?
atm i have such config but when i can't ping from kvm vps(veth) to any openvz(venet) container
i have an subnet from ripe
like
IP: 77.66.114.128 /25
Maske: 255.255.255.128
Broadcast: 77.66.114.255
subnet range 77.66.114.129 to 178.63.114.254
and 1 additional ip for proxmox host like
address 77.66.18.202
netmask 255.255.255.192
gateway 77.66.18.193
how to configure right /etc/network/interfaces for this ripe data? right?
atm i have such config but when i can't ping from kvm vps(veth) to any openvz(venet) container
Code:
# network interface settings
auto lo
iface lo inet loopback
#iface eth0 inet manual
auto eth0
iface eth0 inet static
address 77.66.18.202
netmask 255.255.255.192
gateway 77.66.18.193
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 77.66.114.254
netmask 255.255.255.128
network 77.66.114.0
bridge_ports none
bridge_stp off
bridge_fd 0
post-up echo 1 > /proc/sys/net/ipv6/conf/eth0/proxy_ndp
post-up /etc/danil/kvm-routing-up.sh