View previous topic :: View next topic |
Author |
Message |
makoomba Bodhisattva
Joined: 03 Jun 2004 Posts: 1856
|
Posted: Tue Nov 23, 2004 11:58 am Post subject: [net] static routes [risolto] |
|
|
sui sistemi rh posso specificare le static routes in /etc/sysconfig/static-routes, ma su gentoo ?
se fosse possibile, vorrei evitare di settarle manualmente in local.start
Last edited by makoomba on Tue Nov 23, 2004 3:12 pm; edited 1 time in total |
|
Back to top |
|
|
federico Advocate
Joined: 18 Feb 2003 Posts: 3272 Location: Italy, Milano
|
Posted: Tue Nov 23, 2004 12:39 pm Post subject: |
|
|
il file e'
/etc/conf.d/net
dal quale hai la gestione della rete wired e wireless (nettamente superiore a quella di RH )
ex:
Code: |
# The following will set up the default gateway. You can also pass advanced
# route configs via this option.
iproute_eth0=(
"default via 192.168.15.1"
)
iproute_eth1=(
"default via 192.168.15.1"
)
iproute_wlan0=(
"default via 192.168.15.1"
)
|
_________________ Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Tue Nov 23, 2004 12:39 pm Post subject: Re: [net] static routes |
|
|
makoomba wrote: | se fosse possibile, vorrei evitare di settarle manualmente in local.start |
Alla peggio puoi mettere in local.start solo una chiamata tipo:
Code: | [ -f /path/to/myroute ] && source /path/to/myroute |
e nel file /path/to/myroute metti i settaggi manuali. _________________ Ciao da me! |
|
Back to top |
|
|
makoomba Bodhisattva
Joined: 03 Jun 2004 Posts: 1856
|
Posted: Tue Nov 23, 2004 3:11 pm Post subject: |
|
|
thx fede, sto migrando tutto da rh a gentoo e qualche dritta fa sempre comodo
@randomaze
l'avevo pensata così nel caso estremo |
|
Back to top |
|
|
randomaze Bodhisattva
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Tue Nov 23, 2004 3:17 pm Post subject: |
|
|
makoomba wrote: | @randomaze
l'avevo pensata così nel caso estremo |
Orpo, mi ero dimenticato la soluzione corretta (quella di federico) _________________ Ciao da me! |
|
Back to top |
|
|
|