IP aliases in /etc/sysconfig... UNIQUE=
I want to create an IP alias for a network card. I suppose I'll have to create a file /etc/sysconfig/network/ifcfg-eth0:0, right? mail:~ # cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO="static" BROADCAST="192.168.1.255" IPADDR="192.168.1.1" NETMASK="255.255.255.0" NETWORK="192.168.1.0" STARTMODE="onboot" UNIQUE="3hqH.mEFYsodfj1YXC" What is UNIQUE for? Does it work without it? -- Silviu Marin-Caea Systems Engineer Linux/Unix http://www.genesys.ro Phone +40723-267961
* Silviu Marin-Caea <silviu@genesys.ro> [Jul 02. 2002 14:21]:
mail:~ # cat /etc/sysconfig/network/ifcfg-eth0 BOOTPROTO="static" BROADCAST="192.168.1.255" IPADDR="192.168.1.1" NETMASK="255.255.255.0" NETWORK="192.168.1.0" STARTMODE="onboot" UNIQUE="3hqH.mEFYsodfj1YXC"
What is UNIQUE for? Does it work without it?
It is something YaST uses, it will work just fine without it. -- Mads Martin Jørgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
participants (2)
-
Mads Martin Joergensen
-
Silviu Marin-Caea