xref: /netbsd-src/share/examples/pppd/cosmote3G (revision 11e43416a12eefe6e95b1aa963433ae3443a52c3)
1*11e43416Schristos# $NetBSD: cosmote3G,v 1.1 2010/08/07 20:47:27 christos Exp $
2*11e43416Schristos# Script to connect to Cosmote-3G's service.
3*11e43416Schristos# This gets to the point of connected, but never gets to negotiate LCP.
4*11e43416Schristos# I see nothing from the modem. It is here for reference.
5*11e43416Schristos#
6*11e43416Schristos#kdebug 100
7*11e43416Schristos#debug 10000
8*11e43416Schristos/dev/ttyU1 460800
9*11e43416Schristosholdoff 10
10*11e43416Schristosnoipv6
11*11e43416Schristos#-vj
12*11e43416Schristos#idle 600
13*11e43416Schristosdemand
14*11e43416Schristos#active-filter-out "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
15*11e43416Schristos#active-filter-in "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
16*11e43416Schristos#pass-filter-in "tcp or (udp and not udp port route) or icmp"
17*11e43416Schristos#pass-filter-out "tcp or (udp and not udp port route) or icmp"
18*11e43416Schristos#netmask 0xffffff00
19*11e43416Schristosipcp-accept-local
20*11e43416Schristoslcp-echo-failure 0
21*11e43416Schristoslcp-echo-interval 0
22*11e43416Schristosmtu 296
23*11e43416Schristosdefaultroute
24*11e43416Schristoscrtscts
25*11e43416Schristosmodem
26*11e43416Schristoslock
27*11e43416Schristosconnect /etc/ppp/connect/cosmote3G.chat
28*11e43416Schristosnoauth
29*11e43416Schristosuser ""
30*11e43416Schristospassword ""
31*11e43416Schristosusepeerdns
32