cosmote3G revision 1.1
11.1Schristos# $NetBSD: cosmote3G,v 1.1 2010/08/07 20:47:27 christos Exp $
21.1Schristos# Script to connect to Cosmote-3G's service.
31.1Schristos# This gets to the point of connected, but never gets to negotiate LCP.
41.1Schristos# I see nothing from the modem. It is here for reference.
51.1Schristos#
61.1Schristos#kdebug 100
71.1Schristos#debug 10000
81.1Schristos/dev/ttyU1 460800
91.1Schristosholdoff 10
101.1Schristosnoipv6
111.1Schristos#-vj
121.1Schristos#idle 600
131.1Schristosdemand
141.1Schristos#active-filter-out "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
151.1Schristos#active-filter-in "icmp or (udp and not udp port route) or (tcp and not tcp port ntp)"
161.1Schristos#pass-filter-in "tcp or (udp and not udp port route) or icmp"
171.1Schristos#pass-filter-out "tcp or (udp and not udp port route) or icmp"
181.1Schristos#netmask 0xffffff00
191.1Schristosipcp-accept-local
201.1Schristoslcp-echo-failure 0
211.1Schristoslcp-echo-interval 0
221.1Schristosmtu 296
231.1Schristosdefaultroute
241.1Schristoscrtscts
251.1Schristosmodem
261.1Schristoslock
271.1Schristosconnect /etc/ppp/connect/cosmote3G.chat
281.1Schristosnoauth
291.1Schristosuser ""
301.1Schristospassword ""
311.1Schristosusepeerdns
32