Monday, January 3, 2011

Linux operating system network settings for the Virtual Box

Scenario four: ARPProxy (byLinux) + Route through the routing for the primary Host of passenger traffic: # echo1 >/proc/sys/net/ipv4/ip_forward # open a forwarded function # chmod0666/dev/net/tun # set access permission to build a # tunctl-ttap0-uleemars # tap device, first name, owner as tap0 leemars # iplinksettap0up # activate tap0 # routeadd-host192.168.1.201devtap0 # add a route that will redirect tap0 # 192.168.1.201 echo1 >/proc/sys/net/ipv4/conf/ath0/proxy_arp # open ath0 on ARPProxy # echo1 >/proc/sys/net/ipv4/conf/tap0/proxy_arp # open tap0 ARPProxyGuest: on the network adapter settings are as follows: IP: 192.168.1.201Netmask: 255.255.255.0Gateway: 192.168.1.1 visited 3.Internalnetwork directly to this do not know what is.

No comments:

Post a Comment