All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] Permanent after reboot
@ 2004-03-08  9:45 Wesley GDS
  2004-03-15  3:45 ` Greg Morgan
  0 siblings, 1 reply; 3+ messages in thread
From: Wesley GDS @ 2004-03-08  9:45 UTC (permalink / raw)
  To: bridge

[-- Attachment #1: Type: text/plain, Size: 292 bytes --]

Hi there

I was just wondering if you could help me.  I have set up a bridge between my two eth cards, works fine.  The problem i have is that when i reboot my PC the bridge is lost.  Is there any way i can make this permanent.

I am running slackware 9.1

Kind Regards 
Wesley Coleman

[-- Attachment #2: Type: text/html, Size: 949 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bridge] Permanent after reboot
  2004-03-08  9:45 [Bridge] Permanent after reboot Wesley GDS
@ 2004-03-15  3:45 ` Greg Morgan
  2004-03-15  8:27   ` Joao Carvalho
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Morgan @ 2004-03-15  3:45 UTC (permalink / raw)
  To: Wesley GDS; +Cc: bridge

Wesley GDS wrote:
> Hi there
>  
> I was just wondering if you could help me.  I have set up a bridge 
> between my two eth cards, works fine.  The problem i have is that when i 
> reboot my PC the bridge is lost.  Is there any way i can make this 
> permanent.
>  
> I am running slackware 9.1
There are a set of initialization files or init files in Linux.  You 
will need to write a script.  All the steps that you used to create the 
bridge by hand is what will be stored in this script.   The your script 
will need to be called in runlevel 3 and runlevel 5.  This is how Linux 
systems startup.  You may want to search on System V ( as in five ) 
startup files.  Each distro puts their startup file in a different 
directory.  On Redhat systems it is in /etc/rc.d but I am not sure if 
this is the same for Slackware.

I hope this helps,
Greg


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bridge] Permanent after reboot
  2004-03-15  3:45 ` Greg Morgan
@ 2004-03-15  8:27   ` Joao Carvalho
  0 siblings, 0 replies; 3+ messages in thread
From: Joao Carvalho @ 2004-03-15  8:27 UTC (permalink / raw)
  To: bridge

just put it in
/etc/rc.d/rc.local
its simple and it works ;-)
if you even so want to use an System V script
you will have to create the dirs
/etc/rc.d/init.d
/etc/rc.d/rc3.d/
/etc/rc.d/rc5.d/
copy the script to init.d and create the links in rc3 and rc5.
i would recopmend you using the rc.local just invoke your script.
cheers
JC

On Monday 15 March 2004 03:45, Greg Morgan wrote:
> Wesley GDS wrote:
> > Hi there
> >
> > I was just wondering if you could help me.  I have set up a bridge
> > between my two eth cards, works fine.  The problem i have is that when i
> > reboot my PC the bridge is lost.  Is there any way i can make this
> > permanent.
> >
> > I am running slackware 9.1
>
> There are a set of initialization files or init files in Linux.  You
> will need to write a script.  All the steps that you used to create the
> bridge by hand is what will be stored in this script.   The your script
> will need to be called in runlevel 3 and runlevel 5.  This is how Linux
> systems startup.  You may want to search on System V ( as in five )
> startup files.  Each distro puts their startup file in a different
> directory.  On Redhat systems it is in /etc/rc.d but I am not sure if
> this is the same for Slackware.
>
> I hope this helps,
> Greg
>
> _______________________________________________
> Bridge mailing list
> Bridge@lists.osdl.org
> http://lists.osdl.org/mailman/listinfo/bridge

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Joao de Deus Carvalho         Phone: +351-225081635      Fax: +351-225081537
Faculdade de Engenharia da            Email: Joao.Carvalho@foxlink.org
Universidade do Porto         
   PGP Key fingerprint = F9D4 EC6A 2BA2 BCD6 0585  1682 891F 156F 8833 E56E

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-15  8:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-08  9:45 [Bridge] Permanent after reboot Wesley GDS
2004-03-15  3:45 ` Greg Morgan
2004-03-15  8:27   ` Joao Carvalho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.