OpenVZ Forum


Home » General » Support » Multicast client can't see traffic inside the virtual machine
Re: Multicast client can't see traffic inside the virtual machine [message #15128 is a reply to message #15029] Thu, 19 July 2007 14:58 Go to previous message
danielcamara is currently offline  danielcamara
Messages: 8
Registered: July 2007
Location: France
Junior Member
Yes it was the Open vz version Embarassed sorry for that Sad.

However, without enabling the send_redirects and disabling the icmp_echo_ignore_all and icmp_echo_ignore_broadcasts, it doesn't work. I don't know if the redirect in all interfaces is needed, I didn't have time to test it yet, but any way, at least in this way it works Very Happy. Could be interesting to add some thing like this at the http://wiki.openvz.org/Veth wiki page:
[host-node]# enable () { for file in $@; do echo $file; echo 1 > $file; done }
[host-node]# enable /proc/sys/net/ipv4/conf/*/send_redirects
[host-node]# cat 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all
[host-node]# cat 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts


The problem is that I don't know if this is fine for every case, it even maybe cause some trouble to some one. I don't know, what do you think?

Best regards, and thanks again guys, I would get stuck there for a loooooong time prior than thinking in update the kernel Sad

Daniel
 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: *DISCUSSED* Does OpenVZ have support for GrSecurity?
Next Topic: *SOLVED* APF not logging on openVZ VE
Goto Forum:
  


Current Time: Fri Sep 13 16:07:33 GMT 2024

Total time taken to generate the page: 0.09676 seconds