6 o For IP aliasing you must have IP_ALIAS support included by static
10 Alias creation is done by 'magic' iface naming: eg. to create a
11 200.1.1.1 alias for eth0 ...
13 # ifconfig eth0:0 200.1.1.1 etc,etc....
14 ~~ -> request alias #0 creation (if not yet exists) for eth0
15 and routing stuff also ...
16 # route add -host 200.1.1.1 dev eth0:0 (if same IP network as
19 # route add -net 200.1.1.0 dev eth0:0 (if completely new network wanted
23 Also done by shutting the interface down:
25 # ifconfig eth0:0 down
26 ~~~~~~~~~~ -> will delete alias
29 Alias (re-)configuring
31 Aliases are not real devices, but programs` should be able to configure and
32 refer to them as usual (ifconfig, route, etc).
34 Relationship with main device
35 -----------------------------
37 - the main device is an alias itself like additional aliases and can
38 be shut down without deleting other aliases.
42 Please finger or e-mail me:
43 Juan Jose Ciarlante <jjciarla@raiz.uncu.edu.ar>
45 Updated by Erik Schoenfelder <schoenfr@gaertner.DE>