Changes between Version 1 and Version 2 of Internal/VirtualPL/UML


Ignore:
Timestamp:
Jan 23, 2009, 7:18:05 PM (15 years ago)
Author:
Gautam D. Bhanage
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/UML

    v1 v2  
    881. Load the concerned ORBIT nodes with the image "uml_orbit.ndz" using the
    99omf load command.
     10
     112. Once the image is loaded, create the desired tun/tap devices using the command
     12tunctl
     13
     143. Setup appropriate IP addresses for the tap interface.
     15
     164. Ensure IP forwarding is enabled on the host. This can be done by:
     17"host# echo 1> /proc/sys/net/ipv4/ip_forward"
     18
     195. Also set proxy_arp by:
     20"host#ech0 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp"
     21
     226. Make appropriate changes to the kernel routing table to ensure
     23packets can be sent to and from the interface.
     24
     257. Start the UML instance
     26
     27
     28