Hi Hilman
NOX does not already the functionality for doing this. You should be
able to modify the NOX-routing module to achieve this functionality.

Any controller you build upon should do the following:
- Provide common public IP address to all servers.
- Allow MAC address resolution by:
  a) Handling ARP directly from the controller, or
  b) Adding static MAC resolution for the alias IP and
      then performing MAC rewriting at the gateway switch, or
  c) use ff:ff:ff:ff:ff:ff as the corresponding MAC for the alias.

Srini.

On Fri, Mar 18, 2011 at 3:31 AM, Hilman Fathurrahman <[email protected]> wrote:
> server1 and server2 connect to OF switch
>
> On 18/03/2011 17:28, Hilman Fathurrahman wrote:
>>
>> I want to do a simple test using openflow for load balancing between 2
>> server
>>
>> Topology :
>>
>> clients ---- internet ---- OF switch ---- NOX contoller
>>                                       |             |
>>                                    server1    server2
>>
>>
>> How i configure nox contoller ?
>> Thanks for your help
>
> _______________________________________________
> openflow-discuss mailing list
> [email protected]
> https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
>
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to