I have 2 VMs with ip 192.168.1.101 and 102 separately, connected to br1, whose ip is set to 192,168,1,1. I run pox with ./pox.py log.level --DEBUG openflow.of_01 misc.ip_loadbalancer --ip=192.168.1.1 --servers=192.168.1.101,192.168.1.102
But the log info did not show "Server XX up", when I ping 192,168,1,102, the log show "server 192.168.1.102 is up" sometimes, and "server 192.168.1.102 down", soon. And there are ERRORS with keywords: header OFPET_VAD_REQUEST, OFPBRC_BUFFER_EMPTY etc. I am quite confused with this module, can anyone tell how to run this app correctly? Thanks in advance!