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