You're using VirtualBox and the provided VM image? Two first thoughts: Check that the MAC address you see for eth1 in the VM is the same one you see for Adapter 2 in VirtualBox's network settings. It's possible that udev has gotten confused and Adapter 2 (which you have presumedly set to be Host Only) is associated with a different Linux interface than eth1.
Try running dhclient with the -v flag. It will probably show really boring failures, but there's the possibility it'll show something interesting. -- Murphy On Jun 14, 2013, at 1:34 PM, Alex Brown wrote: > Hi there, > > I am following your tutorial > (http://www.openflow.org/wk/index.php/OpenFlow_Tutorial#Pre-requisites) and > have an issue. > > I am trying to ssh into the host-only network, but cant seem to generate the > IP address for it. > When I ran: > > ifconfig -a > > I saw the settings for all 3 adapters, but no IP's for eth0 or eth1. I then > ran: > > sudo dhclient ethX > > for both eth0 and eth1. It work immediately for eth1, but for eth0 it just > hangs for about 10 minites, before returning with no error. Any help would > be much appreciated. apart from this issue I have I am finding the tutorial > very comprehensive and helpful. > > Kind Regards, > Alex Brown > _______________________________________________ > openflow-discuss mailing list > openflow-discuss@lists.stanford.edu > https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
_______________________________________________ openflow-discuss mailing list openflow-discuss@lists.stanford.edu https://mailman.stanford.edu/mailman/listinfo/openflow-discuss