[pox-dev] Mininet Script for Pox Router Example
Murphy McCauley
murphy.mccauley at gmail.com
Mon Oct 1 02:07:44 PDT 2012
I think Mininet also has a list; you might also try there.
On Sep 30, 2012, at 9:52 PM, William Emmanuel Yu wrote:
> # Configuration of IP addresses in interfaces
> s0.setIP(s0int, '192.168.1.1', 26)
> h0.setIP(h0int, '192.168.1.2', 26)
> s1.setIP(s1int, '192.168.1.65', 26)
> h1.setIP(h1int, '192.168.1.66', 26)
> s0.setIP(s0pint, '192.168.1.129', 26)
> s1.setIP(s1pint, '192.168.1.130', 26)
What does it mean to assign IP addresses to ports on an instance of Open vSwitch? What IP stack is associated with these IP addresses?
> After running this script, I should NOT be able to ping h0 and h1 but I
> can.
h0 is connected to s0, s0 is connected to s1, s1 is connected to h1. So... I may be missing something obvious (I haven't looked at or thought about this in any detail at all), but... why shouldn't you be able to?
-- Murphy
More information about the pox-dev
mailing list