Re: [lxc-users] Raw socket works not right in lxc

2015-10-19 Thread Bostjan Skufca
This seems like NAT issue on the host. Did you do "iptables -t nat -I -o lxcbrX -o phyY -j MASQUERADE"? b. On 14 October 2015 at 11:25, wrote: > I use raw socket to send an ip packet and fill the source ip 5.5.5.5. I > use tcpdump to capture it: > > * 15:01:29.385061 IP 5.5.5.5 > 224.0.0.18

[lxc-users] Raw socket works not right in lxc

2015-10-16 Thread sanyechong12
I use raw socket to send an ip packet and fill the source ip 5.5.5.5. I use tcpdump to capture it: 15:01:29.385061 IP 5.5.5.5 > 224.0.0.18: VRRPv4, unknown type (9) It works well. But when I setns to a lxc and also send the packet: 15:03:41.724126 IP 10.28.50.198 > 224.0.0.18: VRRPv4, unknown ty