Home | History | Annotate | Line # | Download | only in pppd
      1 # $NetBSD: cosmote3G,v 1.1 2010/08/07 20:47:27 christos Exp $
      2 # Script to connect to Cosmote-3G's service.
      3 # This gets to the point of connected, but never gets to negotiate LCP.
      4 # I see nothing from the modem. It is here for reference.
      5 #
      6 #kdebug 100
      7 #debug 10000
      8 /dev/ttyU1 460800
      9 holdoff 10
     10 noipv6
     11 #-vj
     12 #idle 600
     13 demand
     14 #active-filter-out "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
     15 #active-filter-in "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
     16 #pass-filter-in "tcp or (udp and not udp port route) or icmp"
     17 #pass-filter-out "tcp or (udp and not udp port route) or icmp"
     18 #netmask 0xffffff00
     19 ipcp-accept-local
     20 lcp-echo-failure 0
     21 lcp-echo-interval 0
     22 mtu 296
     23 defaultroute
     24 crtscts
     25 modem
     26 lock
     27 connect /etc/ppp/connect/cosmote3G.chat
     28 noauth
     29 user ""
     30 password ""
     31 usepeerdns
     32