search for: transfer_routes

Displaying 4 results from an estimated 4 matches for "transfer_routes".

2010 Feb 10
0
Script for bond+vlan bridging from red hat
2008 Apr 14
0
Etch Release / Bond networking
...\( \|$\)/ { s/^/ip route del / p }" | bash } transfer_mac () { local src=$1 local dst=$2 src_mac=`ip addr show dev $src | egrep '^ *link/ether ' | awk '{print $2}'` ip link set $src address fe:ff:ff:ff:ff:ff ip link set $dst address $src_mac } # Usage: transfer_routes src dst # Get all IP routes to device $src, delete them, and # add the same routes to device $dst. # The original routes have to be deleted, otherwise adding them # for $dst fails (duplicate routes). transfer_routes () { local src=$1 local dst=$2 # List all routes and grep the ones with...
2008 Dec 23
2
DomU strange network behavior
...'' | sed -e " s/inet/ip addr add/ s@\([0-9]\+\.[0-9]\+\.[0-9]\+\.[0-9]\+/[0-9]\+\)@\1@ s/${src}/dev ${dst}/ " | sh -e # Remove automatic routes on destination device ip route list | sed -ne " /dev ${dst}\( \|$\)/ { s/^/ip route del / p }" | sh -e } # Usage: transfer_routes src dst # Get all IP routes to device $src, delete them, and # add the same routes to device $dst. # The original routes have to be deleted, otherwise adding them # for $dst fails (duplicate routes). transfer_routes () { local src=$1 local dst=$2 # List all routes and grep the ones with...
2006 Jan 29
8
Infinite loop shutting down xendomains
Pardon me for a long detailed post but this looks pretty serious. The bottom line is that, when I attempt to shut down or reboot my simple xen-2.0.7 server running FC3 with two domUs, shutting down xendomains appears to send python into an infinite loop. This may be due to a serious misconfiguration on my part but it is certainly a big problem. If we shutdown the domUs manually first, the