Hi,

I am setting up openVswitch between planetlab nodes.
I am using the make and conf.mk files from PlanetLab, as suggested here https://www.planet-lab.eu/doc/guides/user/practices/openflow .

I am having trouble with getting my openVswitch to start with the following errors.

I have attached my conf.mk file if this helps.

_*Terminal output*_
bash-4.0# make
Starting db server on planetlab2.nrl.eecs.qmul.ac.uk - logs in log/db.2
Creating bridge on planetlab2.nrl.eecs.qmul.ac.uk - logs in log/bridge.2
Creating interface for link 1-2 on planetlab2.nrl.eecs.qmul.ac.uk - logs in log/iface.1-2@2
Starting vswitchd on planetlab2.nrl.eecs.qmul.ac.uk - logs in log/switch.2
Getting port number for link 1-2 on planetlab2.nrl.eecs.qmul.ac.uk - logs in log/port.1-2@2
Starting db server on planetlab1.nrl.eecs.qmul.ac.uk - logs in log/db.1
Creating bridge on planetlab1.nrl.eecs.qmul.ac.uk - logs in log/bridge.1
Creating interface for link 1-2 on planetlab1.nrl.eecs.qmul.ac.uk - logs in log/iface.1-2@1 Setting port number of link 1-2 on planetlab1.nrl.eecs.qmul.ac.uk - logs in log/endpoint.1-2@1
make: *** [cache/endpoint.1-2@1] Error 1

-----------------------------------------------------
bash-4.0# make -j
Setting port number of link 1-2 on planetlab1.nrl.eecs.qmul.ac.uk - logs in log/endpoint.1-2@1
Starting vswitchd on planetlab1.nrl.eecs.qmul.ac.uk - logs in log/switch.1
IP lookup for planetlab3.xeno.cl.cam.ac.uk
/bin/bash: host: command not found
Starting db server on planetlab3.xeno.cl.cam.ac.uk - logs in log/db.3
Creating interface for link 2-3 on planetlab2.nrl.eecs.qmul.ac.uk - logs in log/iface.2-3@1
make: *** [cache/endpoint.1-2@1] Error 1
make: *** Waiting for unfinished jobs....


I should be able to ping from node 1 to 2 and from node 2 to 3, but this is not possible.

I have been assigned the vsys_vnet subnet of 192.168.1.0/24 to my slice qmulple_clientmonSDN in Planetlab.

I am using ip address range from 192.168.1.1 to 192.168.1.20


Thanks

Kishan




/usr/sbin/sliver-ovs set_remote_endpoint <local_port> <remote_ip> 
<remote_UDP_port>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to