Gentoo Archives: gentoo-user

From: Martins Steinbergs <mar@××.lv>
To: gentoo-users <gentoo-user@l.g.o>
Subject: [gentoo-user] ifconfig vs iproute2
Date: Sat, 15 Oct 2005 15:24:13
Message-Id: 200510130811.44355.mar@ml.lv
1 hi
2
3 what is the difference in general between these - ifconfig and iproute2?
4
5 i used old style /etc/conf.d/net and it worked well until system last update i
6 run - net was gone. made new style /etc/conf.d/net but ifconfig version
7 refused to work, lucky i got windoze on other drive to get iproute2 source
8 from mirror. ok, now net is working but im still confused about ifconfig not
9 working, got these setings for single box connected to i-net, is there
10 somethin' wrong?
11
12 hotplug_eth0="yes"
13
14 modules=( "iproute2" )
15 here i tried both modules
16
17 config_eth0=( "some_IP netmask some_IP broadcast some_IP" )
18 routes_eth0=(
19 "default via some_IP"
20 "::/0"
21 )
22
23
24
25 martins
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ifconfig vs iproute2 Joshua Schmidlkofer <joshland@×××××.com>