View previous topic :: View next topic |
Author |
Message |
peter@work n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 31 Jan 2005 Posts: 52
|
Posted: Thu May 24, 2007 7:19 am Post subject: /etc/conf.d/net +aliases |
|
|
My /etc/conf.d/net
Code: |
modules=("iproute2")
config_eth1=( "192.168.1.252/24"
"192.168.1.253/24"
)
|
As result I get this, but I want eth1:0
Whats wrong?
Code: |
2: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:a9:40:0f:92:1d brd ff:ff:ff:ff:ff:ff
inet 192.168.1.252/24 brd 192.168.1.255 scope global eth1
inet 192.168.1.253/24 brd 192.168.1.255 scope global secondary eth1
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mudrii l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 26 Jun 2003 Posts: 789 Location: Singapore
|
Posted: Thu May 24, 2007 7:31 am Post subject: |
|
|
I did not understand your question ?
could you explain what do you expect from the aliases on net interfaces ?
As an additional solution would be tu remove iproute2 and use modules="ifconfig"
check this thread _________________ www.gentoo.ro |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|