Hi all,<div><br></div><div>I've managed to get Openstack pretty much up and running as I wanted it. I do have, however, a rather strange networking issue.</div><div><br></div><div>I created the network with</div><div>nova-manage network create --fixed_range_v4=<a href="http://10.0.41.0/24">10.0.41.0/24</a> --num_networks=1 --bridge=br41 --bridge_interface=eth0 --label=development --gateway=10.0.41.1 --dns1=10.0.0.2 --vlan=41 --project_id=XXXXXXX<br>
</div><div><br></div><div>And i can boot instances fine. I've configured the default security group to allow port 22, 80 and ICMP -1 in and I can ping from my work station to the virtual instance ok:</div><div><br></div>
<div><div>joe@kaneda:~$ ping 10.0.41.3</div><div>PING 10.0.41.3 (10.0.41.3) 56(84) bytes of data.</div><div>64 bytes from <a href="http://10.0.41.3">10.0.41.3</a>: icmp_req=1 ttl=63 time=1.18 ms</div></div><div><br></div>
<div>And i can ping from the virt back too:</div><div><div>ubuntu@test:~$ ping 10.0.0.240</div><div>PING 10.0.0.240 (10.0.0.240) 56(84) bytes of data.</div><div>64 bytes from <a href="http://10.0.0.240">10.0.0.240</a>: icmp_req=1 ttl=64 time=0.713 ms</div>
</div><div><br></div><div><br></div><div>I can SSH out from the virt to a host in the outside world fine:</div><div><div>ubuntu@test:~$ ssh joe@XXXXX</div><div>joe@XXXXXX password: </div></div><div><div>-bash: fortune: command not found</div>
<div>joe@dixon:~ $ </div></div><div><br></div><div>BUT I can't ssh from the virt to my workstation, nor from my workstation to the Virt. Neither does http work.</div><div><br></div><div>What I am seeing in Tcpdump is a lot of incorrect cksums. This happens with all Tcp connections. </div>
<div><br></div><div><div>17:12:38.539784 IP (tos 0x0, ttl 64, id 53611, offset 0, flags [DF], proto TCP (6), length 60)</div><div>    10.0.0.240.56791 > 10.0.41.3.22: Flags [S], cksum 0x3e21 (incorrect -> 0x6de2), seq 2650163743, win 14600, options [mss 1460,sackOK,TS val 28089204 ecr 0,nop,wscale 6], length 0</div>
</div><div><br></div><div><br></div><div><div>17:12:38.585279 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60)</div><div>    10.0.41.3.22 > 10.0.0.240.56791: Flags [S.], cksum 0x3e21 (incorrect -> 0xe5c5), seq 1530502549, ack 3098447117, win 14480, options [mss 1460,sackOK,TS val 340493 ecr 28089204,nop,wscale 3], length 0</div>
</div><div><br></div><div>Anyone come across this before?</div><div><br></div><div> -- joe.</div><div><br></div>