Hi,
I want to connect some different subnets, using 'software Ref.
openflow-switch', and I did it using the following ways:
Subnet1(192.168.0.0/24)---
RouterA------------------RouterB---Subnet2(192.168.1.0/24)
\
/
\ /
NOX
When a packet send from Subnet1 to Subnet2, I insert flow entries from the nox
into the RouterA and RouterB to make the routing. But when the packet reach the
RouterB, we know the RouterB must replace the MAC address to the real MAC
address of the PC in the Subnet2. How could the RouterB make it?, and is there
any component in the nox to make it? In my experiment, the way I did is write
a 'ARP_Request_and_MAC_Replace.py' componet to learn the MAC and replace the
MAC address corresponding.
I want to know how did you make it, and is there any method available in the
nox?
Thanks a lot!
Regards!
J.