Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
2 schede di rete sullo stesso pc
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
_Echelon_
Apprentice
Apprentice


Joined: 20 Jul 2003
Posts: 293

PostPosted: Thu Oct 02, 2003 5:27 pm    Post subject: 2 schede di rete sullo stesso pc Reply with quote

...ho 2 linee differenti a cui posso attaccare ciascuna scheda di rete. Vorrei fare in modo da "sommare" la banda di ciascuna linea per aumentare la velocità. Le schede di rete sono una pci interna (eth0) e una usb (eth1). Ora, mi funziona solo eth1 quando provo a scaricare qualcosa, eth0 è up ma non la usa. C'è un modo per usarle entrambe contemporaneamente ?
_________________
Did you know that if you play a Windows 2000 cd backwards, you will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows 2000.
Back to top
View user's profile Send private message
bibi[M]
Apprentice
Apprentice


Joined: 10 Aug 2003
Posts: 153

PostPosted: Thu Oct 02, 2003 6:22 pm    Post subject: Reply with quote

Tempo fa, mentre studiavo a fondo il kernel (il 2.6 per l'esattezza), avevo scovato questo:
Code:

CONFIG_BONDING:
Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
Channels together. This is called 'Etherchannel' by Cisco,   'Trunking' by Sun, and 'Bonding' in Linux.
If you have two Ethernet connections to some other computer, you can make them behave like one double speed connection using this driver.
Naturally, this has to be supported at the other end as well, either    with a similar Bonding Linux driver, a Cisco 5500 switch or a SunTrunking SunSoft driver.
 
This is similar to the EQL driver, but it merges Ethernet segments  instead of serial lines.

Non so se è quello che cerchi... :oops:
_________________
jazz lives!
For the italians: evitate: "ke", "xké", "qlc", "nn"...
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Thu Oct 02, 2003 7:57 pm    Post subject: Reply with quote

Non credo che vada bene... L'aggregazione di eth serve solo se sei collegato allo stesso switch.

Quello che puoi fare, ma è roba sporca, è cambiare i pesi sulle tabelle di routing a rotazione, e roba simile, aggiungendo delle route per certi gruppi di destinazione.

Puoi anche usare il source-routing ... ma si cade nella preistoria...
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
_Echelon_
Apprentice
Apprentice


Joined: 20 Jul 2003
Posts: 293

PostPosted: Fri Oct 03, 2003 12:01 pm    Post subject: Reply with quote

Con iptables potrei risolvere ??
Ma io su certi mirror dell'rsync di gentoo ho visto per esempio:
2 x 10/100 .... quindi deduco ci siano 2 schede di rete... non capisco..
_________________
Did you know that if you play a Windows 2000 cd backwards, you will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows 2000.
Back to top
View user's profile Send private message
paolo
l33t
l33t


Joined: 23 Jul 2002
Posts: 768
Location: SBT (AP)

PostPosted: Fri Oct 03, 2003 12:57 pm    Post subject: Reply with quote

Spiega bene a cosa sono collegate quelle schede di rete.

Paolo
_________________
Nihil sine magno labore
Back to top
View user's profile Send private message
bubble27
Guru
Guru


Joined: 07 Aug 2003
Posts: 365
Location: Campobasso

PostPosted: Fri Oct 03, 2003 1:15 pm    Post subject: Re: 2 schede di rete sullo stesso pc Reply with quote

_Echelon_ wrote:
...ho 2 linee differenti a cui posso attaccare ciascuna scheda di rete. Vorrei fare in modo da "sommare" la banda di ciascuna linea per aumentare la velocità. Le schede di rete sono una pci interna (eth0) e una usb (eth1). Ora, mi funziona solo eth1 quando provo a scaricare qualcosa, eth0 è up ma non la usa. C'è un modo per usarle entrambe contemporaneamente ?


Scusa ma da quel che ho capito eth1 è quella che va in Internet e eth0 è quella x esempio per una rete interna (scheda di rete), xò nn capisco il nesso quando dici:

Quote:
Ora, mi funziona solo eth1 quando provo a scaricare qualcosa, eth0 è up ma non la usa. C'è un modo per usarle entrambe contemporaneamente ?


se con eth1 scarichi e eth0 è up, come vorresti che la usasse la eth0 ??


ciao Gentooaglia
Back to top
View user's profile Send private message
_Echelon_
Apprentice
Apprentice


Joined: 20 Jul 2003
Posts: 293

PostPosted: Fri Oct 03, 2003 1:25 pm    Post subject: Reply with quote

Ho 2 linee fastweb (quindi 2 hag differenti). Vorrei poterli usare contemporaneamente collegando i 2 cavi di rete alle 2 linee differenti.
Spero di essere stato chiaro :oops:
_________________
Did you know that if you play a Windows 2000 cd backwards, you will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows 2000.
Back to top
View user's profile Send private message
stefanonafets
l33t
l33t


Joined: 10 Feb 2003
Posts: 644

PostPosted: Fri Oct 03, 2003 2:14 pm    Post subject: Reply with quote

Hohohoh...
Mi sa che ti devi porcurare o un RouteRazzo o 2 pc in più...
Bè, cmq esattamente nn so come devi fare...
_________________
registered Linux user number #411324
sed 's/ke/che/g'

<The Deployment Slave is initializing>
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Fri Oct 03, 2003 2:54 pm    Post subject: Reply with quote

allora tu hai questo:

Code:


PC --- eth0 ---- router1 ---- FASTWEB
  \--- eth1 ---- rotuer2 ---------/



Soluzione: mettiti un demone di routing compatibile con il protocollo usato da fastweb (RIP, RIP2, OSPF, non so...) e spera che fastweb ti faccia vedere i dv in qualche modo.
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
_Echelon_
Apprentice
Apprentice


Joined: 20 Jul 2003
Posts: 293

PostPosted: Fri Oct 03, 2003 6:45 pm    Post subject: Reply with quote

La vedo dura comio...
_________________
Did you know that if you play a Windows 2000 cd backwards, you will hear the voice of Satan?
That's nothing! If you play it forward, it'll install Windows 2000.
Back to top
View user's profile Send private message
mrfree
Veteran
Veteran


Joined: 15 Mar 2003
Posts: 1303
Location: Europe.Italy.Sulmona

PostPosted: Tue Oct 07, 2003 7:08 am    Post subject: Reply with quote

_Echelon_ io proverei ad approfondire il Bonding accennato da bibi[M]
Almeno sulla carta potrebbe fare al caso tuo
_________________
Please EU, pimp my country!

ICE: /etc/init.d/iptables panic
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Tue Oct 07, 2003 7:13 am    Post subject: Reply with quote

Code:

CONFIG_BONDING:
Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
Channels together. This is called 'Etherchannel' by Cisco,   'Trunking' by Sun, and 'Bonding' in Linux.
If you have two Ethernet connections to some other computer, you can make them behave like one double speed connection using this driver.
Naturally, this has to be supported at the other end as well, either    with a similar Bonding Linux driver, a Cisco 5500 switch or a SunTrunking SunSoft driver.

This is similar to the EQL driver, but it merges Ethernet segments  instead of serial lines


Non voglio rompere le uova... ma l'aggregazione di banda deve essere fatta a livello 2, è necessario che sia collegato allo stesso apparato. In quel caso funziona... altrimenti no. Poi i pacchetti devo essere .1q con i tag di vlan etc...

o mi sbaglio?
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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