Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Talk:Installation on Debian/old

1,178 bytes added, 20:27, 29 May 2007
Interface settings still give me an error.
--[[User:Dusty|Dusty]] 19:26, 9 April 2007 (EDT)
 
== Interface settings still give me an error. ==
 
I did an update on:
 
[...]
# device: %DEV%
iface %DEV% inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
'''up sysctl -w net.ipv4.conf.%DEV%.proxy_arp=100'''
'''pre-down sysctl -w net.ipv4.conf.%DEV%.proxy_arp=0'''
[...]
 
since the debian docs (/usr/share/doc/vzctl/README.Debian) told me this were the right values, but now I get on starting/stopping a VE:
vps-net_del WARNING: Function proxy_arp for eth0 is set to 0. Enable with 'sysctl -w net.ipv4.conf.eth0.proxy_arp=1'. See /usr/share/doc/vzctl/README.Debian.
 
The previous settings (see history) also gave me errors:
[...]
# device: %DEV%
iface %DEV% inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
'''up sysctl -w net.ipv4.conf.%DEV%.proxy_arp=0'''
'''pre-down sysctl -w net.ipv4.conf.%DEV%.proxy_arp=1'''
[...]
 
Anybody got a clue what the right values are?
 
--[[User:Vipz|Vipz]] 16:27, 29 May 2007 (EDT)
4
edits