Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2 Netzwerkkarten
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Fri Mar 14, 2003 2:20 pm    Post subject: 2 Netzwerkkarten Reply with quote

Hallo

ich habe 2 Netzwerkkarten

Inhalt von /etc/modules.autoload:
alias natsemi eth1
alias 3c59x eth0
ppoe
ppp_async

beim Booten werden alle Module ohne Probleme geladen

wenn ich dann ifconfig ausführe, wird mir nur eth0 und lo angezeigt
eth0 ist natsemi
Back to top
View user's profile Send private message
jew.de
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 226
Location: Frankfurt/Main

PostPosted: Fri Mar 14, 2003 2:25 pm    Post subject: Reply with quote

was sagt
Code:
ifconfig -a
?

jew.de
_________________
http://www.jew.de
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Fri Mar 14, 2003 4:56 pm    Post subject: Reply with quote

du mußt die zweite karte auch starten...

Code:
rc-update add eth1 default


dazu einfach das net.eth0 script auf den namen net.eth1 duplizieren und /etc/conf.d/net bearbeiten... dann sollte es beim booten gestartet werden...

(ich hoffe ich hab das problem richtig verstanden - die TREIBER werden beim booten geladen aber die zweite karte nicht gestartet...)
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
stream
Guru
Guru


Joined: 04 Jan 2003
Posts: 401

PostPosted: Fri Mar 14, 2003 5:21 pm    Post subject: Reply with quote

danke für die Antworten ich hab das Problem jetzt so gelöst:
In der /etc/modules.autoload die Stellen der Netzwerkkarte getauscht.
alias 3c59x eth0
alias natsemi eth1



Eine Frage noch ich versuche gerade mit dem HowTo von http://www.belwue.de/support/ulm/faq/dhcp73.htm einen DHCP Server zu installieren

Dort wird die Datei /etc/rc.config.d/dhcpd.rc.config verwendet, um die Netzwerkkarte die als DHCP-Server angesprochen wird zu definieren. Welche Datei muss ich unter Gentoo verwenden?
Back to top
View user's profile Send private message
simon
Apprentice
Apprentice


Joined: 26 Apr 2002
Posts: 225
Location: Vienna

PostPosted: Fri Mar 14, 2003 11:42 pm    Post subject: Reply with quote

Schaut ganz nach dieser Datei aus:
Code:

/etc/conf.d/dhcp

#configure which interface or interfaces to for dhcp to listen on
#list all interfaces space separated.
IFACE="ethx"

# Insert any other options needed
DHCPD_OPTS=""


Simon
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum