Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164947 - /etc/conf/net does not alias_ethX setup for bridge aliases
Summary: /etc/conf/net does not alias_ethX setup for bridge aliases
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-02 06:04 UTC by Alexander Wigen
Modified: 2007-02-02 10:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Wigen 2007-02-02 06:04:27 UTC
I believe the /etc/conf/net configuration directive alias_ethX should also support bridges.

alias_eth0=("192.168.1.1") # This works
alias_br0=("192.168.1.1") # This does not work



Reproducible: Always
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-02-02 07:40:37 UTC
alias_ethx config directive has been deprecated for some time. Just add extra ipv4 addresses via the config_ethx command.

See /etc/conf.d/net.example for details.
Comment 2 Alexander Wigen 2007-02-02 08:19:56 UTC
Oh yes, I did also try:

config_br0( "192.168.1.1/24",
            "192.168.2.1/24" )

But this does not bring up an alias for the bridge
Comment 3 Roy Marples (RETIRED) gentoo-dev 2007-02-02 08:38:21 UTC
Was there an error?
Can you see the addresses using the command "ip a" ?
Comment 4 Alexander Wigen 2007-02-02 10:50:18 UTC
Sorry, my fault, this does work