This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Backup com. with dial up ?

hello,

The backup of my lan connection to the ISP is a dial up.
Is there a way to configure a dial up in Astaro?
If no what would be the alternative to do so?

Many thanks [;)]


This thread was automatically locked due to age.
  • Yes it's possible!
    You can find the serialdevice by the interface configuration.

    Medic
  • How can I use the serial port to access my ASL (null modem cable)?

    Astaro can not be responsible for any mistakes you make doing such mods...
  • SecApp, that's for a serial console, not for a dial-out (PPP link).

    Barry
  • Once the serial console is enabled, you use slattachchat, or dip (also kermit and minicom work as dialers; or cross your fingers and write the modem string directly to /dev/ttys0 using echo), and then start pppd (presuming that utility is on Astaro; I think I saw that; if it's not, you'll have to load it...)

    After you putty in, you can run pppd as a detached process in Linux command-line ("Bash") by invoking a trailing ampersand (&) at the end of the command (or can you do a Ctrl-Z after you start it interactively??); then kill it once you're done transferring your file with ftp -don't forget to hang up the modem!

    P.S. Here's an example of how pppd can invoke a dialer (in this case, chat; substitute the dialing command of your choice in the quotes...):

    pppd connect "chat -f my-dialer-script" /dev/ttyS0 38400 \
       -detach crtscts modem defaultroute

  • That is good and working.
    Do you know what means in term of second the word periodicaly in the extract of the Astaro help?  "The Uplink Failover check IP is periodically queried with PING packets to see if it is still reachable". 
    Just would like to know in sec.

    Otherwise, where do u read the result of the :: Monitor Interface Usage :: feature ??

    Many thanks
  • > periodically

    Means at least every ~5 seconds. (It's just a ping).

    Xeno
  • In V5 it is possible to configure a serial interface for using a serial modem.

    Or just use an external ISDN router or something like that. This can be connected by using a normal ethernet link and a small transfer network. Most routers support dial up on demand.

    Xeno
  • Hi Xeno,

    Good, I have v 5.100.
    So the interface is ok and manually starts.

    Then I have delared eth1 as primary and "com1" as backup interface. Now when I simulate the primary to be down, Astaro sees it and even says in Admin log that it switches to backup interface but somehow does to mount the serial interface. I have put a small init string too just to try (&DT&L3) and then the phone number to call under number string... but Astaro seems unable to bring up the interface as the action to use backup interface does not seem to work?

    Any hint? What confuse me is that the interface perfectly comes up when manually requested to do so!  

    thanks for hints