Koozali.org: home of the SME Server

Adsl auto connect

Jehu

Adsl auto connect
« on: March 13, 2002, 03:55:58 AM »
Sometimes my adsl connection will drop and I have to reboot the server to get
another connection.  Is there a way to get the e-smith 5.1.2 server to auto connect without a reboot or running a any commands manually.
Thanks,
Jehu.

Serge Dutremble

Re: Adsl auto connect
« Reply #1 on: March 13, 2002, 06:49:25 AM »
See:
http://forums.contribs.org/index.php?topic=12810.msg48261#msg48261

I had the same problem.

Solution that worked for me is at the end of the thread.

Serge.

Jehu

Re: Adsl auto connect
« Reply #2 on: March 13, 2002, 08:18:37 AM »
I am new to this e-smith and a newbie to Linux.  I am not sure where to add this line or how to go about doing it.  If you can guide me I would really appreciate it very much.
Thanks,
Jehu.
P.S. I too have Sympatico HSE.

Serge Dutremble

Re: Adsl auto connect
« Reply #3 on: March 16, 2002, 04:33:19 AM »
My /etc/modules.conf looks like this:

...
alias eth0 3c59x
alias eth1 eepro100
options eepro100 full_duplex=0

Login as root and use vi or another editor available to add an options line.

My eth0 is the internal interface.  it runs at 100MBs, Full Duplex on autodetection.
My eth1 is the external interface connected to the dsl router.  The added options line specified NOT to use full duplex.  It works in this driver's case.

I am not sure which NIC you use or which driver you use.  However, you can try this for starters.  Look on the vendor's web site for any information for switches available for your linux driver.  You may be able to find something.

I looked on the deja.com web and did a search in the comp.* newsgroup with the keywords eepro100 and full duplex in order to find this suggestion.  It worked for me and I have not had a drop from my dsl connection since!

Hope it is clear enough.

Serge.