Hi,
got a new server from Hetzner, with 32 IPs for VPSes.
followed Ellen's guide to install Proxmox. (Guide)
Host is running fine,
I'm struck at assigning IPs to openvz / KVM guest machines.
could you guys please Help me to get this server running.
Hetzner Provided me the following details.
Host IP-Adresse: 88.198.57.68
Additional IPs
IP: 46.4.192.224 /27
Mask: 255.255.255.224
Broadcast: 46.4.192.255
Useable IP addresses:
46.4.192.225 to 46.4.192.254
__________
My Host IP setup
My sysctl.conf
could you guys please advise me what is the config for openvz guest?
also i've got some KVMs to run. more and more I read the posts on ellen's guide I get more confused.
Please help me to setup this server.
thank you
Rahulan.
got a new server from Hetzner, with 32 IPs for VPSes.
followed Ellen's guide to install Proxmox. (Guide)
Host is running fine,
I'm struck at assigning IPs to openvz / KVM guest machines.
could you guys please Help me to get this server running.
Hetzner Provided me the following details.
Host IP-Adresse: 88.198.57.68
Additional IPs
IP: 46.4.192.224 /27
Mask: 255.255.255.224
Broadcast: 46.4.192.255
Useable IP addresses:
46.4.192.225 to 46.4.192.254
__________
My Host IP setup
Code:
# network interface settings
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 88.198.57.68
broadcast 88.198.57.95
netmask 255.255.255.255
gateway 88.198.57.65
post-up echo 1 > /proc/sys/net/ipv6/conf/eth0/proxy_ndp
post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
auto vmbr0
iface vmbr0 inet static
address 88.198.57.68
broadcast 88.198.57.95
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
Code:
### Hetzner Online AG installimage
# sysctl config
#net.ipv4.ip_forward=1
net.ipv4.ip_forward = 1
net.ipv6.conf.all.forwarding = 1
net.ipv4.conf.default.proxy_arp = 1
net.ipv4.conf.all.rp_filter = 1
kernel.sysrq = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
could you guys please advise me what is the config for openvz guest?
also i've got some KVMs to run. more and more I read the posts on ellen's guide I get more confused.
Please help me to setup this server.
thank you
Rahulan.