Displaying 1 result from an estimated 1 matches for "magicallly".
Did you mean:
magically
2005 May 31
0
custom network script for SuSE boxes
...pt in /etc/xen/scripts/ .
The existing script, by default, uses eth0 and xen-br0 for the
device and bridge respectively.
The custom script just takes one parameter, say eth0. It move
eth0 to one side by renaming it to eth0slv (eth0 slave) . Then
it create a bridge with the name eth0. Thus eth0 is magicallly
changed from an oridinary network device to a bridge.
This idea is shamelessly stolen from the /usr/lib/YaST2/bin/start-uml .
(I used the names eth0 / eth0slv . This might have been a mistake.
The start-uml script used eth0 / hweth0 . )
Doing things this way means that your firewall and routing...