Posts

Showing posts with the label python

learn how to build sdn network using mininet

Image
Learn how to build sdn network using mininet Setup the virtual machine and install necessary software Setup the virtual machine First you must download the virtual machine.Then open the virtual machine. https://github.com/mininet/mininet/releases In this window you can give name and the location for the your virtual machine. For the networking purpose you must add the two network adapter.Click the "Edit virtual machine settings" Network adapter 1  :NAT Network adapter 2  : VMNET(Host-only) For give the custom IP address and DHCP you must select the Custom selection on the connection settings. Open the virtual network editor for create the Custom virtual network.The Give the IP address as you like. Subnet ip (10.0.13.0) Subnet mask 255.255.255.0 The go to the DHCP settings string ip address as 10.0.13.1 Ending IP 10.0.13.254 Then click OK Start the virtual machine and Login using below credenti...