OpenVZ Forum


Home » International » Russian » [solved]проблемы с сетью в VE
Re: проблемы с сетью в VE [message #34761 is a reply to message #34759] Sun, 01 February 2009 06:52 Go to previous messageGo to previous message
anray is currently offline  anray
Messages: 13
Registered: January 2009
Junior Member
Вот по этому:
http://wiki.openvz.org/Quick_installation
Из-за того, что sysctl был неверно настроен, вот это там пишется:
===============================================
# On Hardware Node we generally need
# packet forwarding enabled and proxy arp disabled
net.ipv4.ip_forward = 1
net.ipv6.conf.default.forwarding = 1
net.ipv6.conf.all.forwarding = 1
net.ipv4.conf.default.proxy_arp = 0

# Enables source route verification
net.ipv4.conf.all.rp_filter = 1

# Enables the magic-sysrq key
kernel.sysrq = 1

# We do not want all our interfaces to send redirects
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.all.send_redirects = 0
================================================
Нужно это:
net.ipv6.conf.default.forwarding = 1
Сменить на это:
net.ipv4.conf.default.forwarding=1

Я так настроил в самом начале, но так как не заработало, поставил алиас, но и с ним не работало.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Снимать показания трафика с VE
Next Topic: Как сделать бридж внутри VE?
Goto Forum:
  


Current Time: Wed Nov 06 08:54:34 GMT 2024

Total time taken to generate the page: 0.03407 seconds