Changes between Version 3 and Version 4 of Internal/VirtualPL/UML


Ignore:
Timestamp:
Jan 23, 2009, 9:04:04 PM (15 years ago)
Author:
Gautam D. Bhanage
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/UML

    v3 v4  
    11112. Once the image is loaded, create the desired tun/tap devices using the command
    1212tunctl
    13 
     13{{{
     14tunctl -u devname
     15}}}
    14163. Setup appropriate IP addresses for the tap interface.
    1517
    16184. Ensure IP forwarding is enabled on the host. This can be done by:
    17 "host# echo 1> /proc/sys/net/ipv4/ip_forward"
     19{{{
     20host# echo 1> /proc/sys/net/ipv4/ip_forward
     21}}}
    1822
    19235. Also set proxy_arp by:
    20 "host#ech0 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp"
     24{{{
     25host#ech0 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp
     26}}}
    2127
    22286. Make appropriate changes to the kernel routing table to ensure
     
    2935provided here: http://user-mode-linux.sourceforge.net/
    3036
     37Eventually a nice topology for testing the experiments would
     38be as shown in:[[Image()]]
    3139
    3240