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.
Parents Reply Children
  • 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