ppp connection to Tungsten E fails

From: Anca Tibor-Attila (anca.tibor_at_gmx.de)
Date: 11/30/04

  • Next message: edwarner99_at_yahoo.com: "Script Execution"
    To: Fedora ML <fedora-list@redhat.com>
    Date: Tue, 30 Nov 2004 14:59:18 +0100
    
    
    
    

    Hi list,

    I used my Palm Tungsten E under SuSE 9.1 prof. quite easy, without
    problems. I set up the ppp connection according to a script in the net:

    # PalmPPP - By Patrick Khoo - March 6, 2000
    # See how we were started

    case "$1" in
      start)
            # Start PPP Link to Palm
            echo -n "Starting PalmPPP: "
                      
            /usr/sbin/pppd /dev/ttyUSB1 115200 192.168.0.2:192.168.0.5 \
            passive local crtscts noauth nodeflate proxyarp \
            -detach ms-dns 192.168.0.2 netmask 255.255.255.0 \
            asyncmap 0
                              
            echo "Done."
            echo " "
            ;;
                                                                      
      stop)
            # Stop PPP Link to Palm
            echo -n "Stopping PalmPPP: "
                                                                
            killall pppd
                                                                                                
            echo "Done."
            echo ""
            ;;
                                                                                                                                        
      *)
            echo "Usage: palmppp {start|stop}"
            echo " "
            exit 1
                                                                                                                                                                  
    esac
                                                                                                                                                                  
    exit 0

    Thi I needed for my AvantGo and VersaMail settings. The thing functioned
    without problems; I could fetch my mails, send them, synchronize with
    AvantGo. Since I am under Fedora Core 3 the Palm device allways tells
    me, it is not able to resolve (e.g. pop.gmx.net); it asks, if I could
    provide the numeric IP of the server. I did it, but it did not help.
    The device knows a primary DNS (that is my router, I am hanging on); I
    did not change anything on the script above, I just burned it and
    copied onto the new system.

    Do you have any idea?

    Thanks in advance,

    -- 
    Anca Tibor-Attila
    <anca.tibor@gmx.de>
    
    

    
    

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    


  • Next message: edwarner99_at_yahoo.com: "Script Execution"

    Relevant Pages

    • Re: mysqli connections and oop
      ... need to do all processing in a script before I display a page that will ... But it will most probably NOT terminated the execution of the script. ... this means that NO lasting connection is build ... Why does it not carry the mysqli connection? ...
      (comp.lang.php)
    • Re: mysqli connections and oop
      ... And here is the script that execute this ... lose a mysqli connection upon the reload of the page? ...
      (comp.lang.php)
    • Re: Keeping pppd alive--how?
      ... >>wrote a script to dial up my ISP, wait 40 seconds, then start up Jay's ... Perhaps using the netstat command to do ... >options tab is an option to redial is connection is lost. ... My Linux machine is text only--no GUIs. ...
      (alt.os.linux.redhat)
    • Re: mysqli connections and oop
      ... need to do all processing in a script before I display a page that will ... this means that NO lasting connection is build ... > And here is the script that execute this ... Why does it not carry the mysqli connection? ...
      (comp.lang.php)
    • RE: [PHP] Closing a connection to browser without exiting the script
      ... Closing a connection to browser without exiting the ... I have a PHP page that displays a message, and then, performs a very ... what I would like is to be able to close the connection from ... the server-side, but without using the exitfunction, so my script ...
      (php.general)