3g - Mobile ISP

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

3g - Mobile ISP

Post by ispyisail »

Hi all

I can't find the "3g - Mobile ISP" file where the config parmeters ar stored?

I would like to submit the New Zealand settings

Thanks

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: 3g - Mobile ISP

Post by Cezary »

/www/data/apn.csv

Please send me data, I'll add this to repo.

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: 3g - Mobile ISP

Post by ispyisail »

Poland - Cyfrowy Polsat;multi.internet;;
Poland - Orange;internet;internet;internet
Poland - Play;internet;;
Poland - Plus;www.plusgsm.pl;internet;internet
Poland - T-Mobile;internet;;
Whats the syntax?

I'm guessing

Code: Select all

New Zealand - Telecom NZ;internet.telecom.co.nz;;
New Zealand - Vodafone NZ;internet;;
New Zealand - 2degrees;internet;;

Telecom NZ

Code: Select all

Code: Select all
    APN = internet.telecom.co.nz
    username = (blank)
    password = (blank)
    Dial Number = *99#
    PDP Type = IP
    Authentication Mode = PAP
    DNS Server = Obtain Automatically
    PDP Address = Obtain Automatically
Vodafone NZ

Code: Select all

Code: Select all
    APN = internet
    username = (blank)
    password = (blank)
    Dial Number = *99#
    PDP Type = IP
    Authentication Mode = PAP
    DNS Server = Obtain Automatically
    PDP Address = Obtain Automatically

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: 3g - Mobile ISP

Post by Cezary »

name;apn;username;password

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: 3g - Mobile ISP

Post by ispyisail »

can we add these to the SVN

Code: Select all

New Zealand - Telecom NZ;internet.telecom.co.nz;;
New Zealand - Vodafone NZ;internet;;
New Zealand - 2degrees;internet;;
Do we need a drop down menu for country s because there is going to be a lot when we are finished?

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: 3g - Mobile ISP

Post by Cezary »

Or 2 dropdownlist:
Country
Operator

and apn/username/passowrd

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: 3g - Mobile ISP

Post by ispyisail »

What about "Pin Code:" and "Service:", I would have thought that they would also need to be tied to the service provider as well?

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: 3g - Mobile ISP

Post by Cezary »

No! PIN is your to sim card, service depends on the services (eg Orange in Poland allows you to connect GSM/UMTS (HSPA) and CDMA).

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: 3g - Mobile ISP

Post by ispyisail »

Hi Cezary

I've been doing some 3g tests

I can't get 3g to connect. I've tested the 3g modem works on my PC.

I then connect the 3g modem to gargoyle (ubnt RSPro) and this is the logread

Code: Select all

Dec  4 20:47:56 Gargoyle daemon.notice pppd[4497]: pppd 2.4.4 started by root, uid 0
Dec  4 20:47:58 Gargoyle local2.info chat[4669]: abort on (BUSY)
Dec  4 20:47:58 Gargoyle local2.info chat[4669]: abort on (NO CARRIER)
Dec  4 20:47:58 Gargoyle local2.info chat[4669]: abort on (ERROR)
Dec  4 20:47:58 Gargoyle local2.info chat[4669]: report (CONNECT)
Dec  4 20:47:58 Gargoyle local2.info chat[4669]: timeout set to 10 seconds
Dec  4 20:47:58 Gargoyle local2.info chat[4669]: send (AT&F^M)
Dec  4 20:47:59 Gargoyle user.info firewall: adding lan (br-lan) to zone lan
Dec  4 20:47:59 Gargoyle user.notice dnsmasq: DNS rebinding protection is active, will discard upstream RFC1918 responses!
Dec  4 20:47:59 Gargoyle user.notice dnsmasq: Allowing 127.0.0.0/8 responses
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq[4921]: started, version 2.55 cachesize 150
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq[4921]: compile time options: IPv6 GNU-getopt no-DBus no-I18N DHCP TFTP
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq-dhcp[4921]: DHCP, IP range 192.168.1.100 -- 192.168.1.250, lease time 12h
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq[4921]: using local addresses only for domain lan
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq[4921]: reading /tmp/resolv.conf.auto
Dec  4 20:48:02 Gargoyle daemon.warn dnsmasq[4921]: ignoring nameserver 192.168.1.1 - local interface
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq[4921]: using local addresses only for domain lan
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq[4921]: read /etc/hosts - 2 addresses
Dec  4 20:48:02 Gargoyle daemon.info dnsmasq-dhcp[4921]: read /etc/ethers - 0 addresses
Dec  4 20:48:08 Gargoyle local2.info chat[4669]: alarm
Dec  4 20:48:08 Gargoyle local2.info chat[4669]:  -- write timed out
Dec  4 20:48:08 Gargoyle local2.err chat[4669]: Failed
Dec  4 20:48:08 Gargoyle daemon.err pppd[4497]: Connect script failed
Dec  4 20:48:10 Gargoyle authpriv.info dropbear[4964]: Child connection from 192.168.1.126:49857
Dec  4 20:48:17 Gargoyle authpriv.notice dropbear[4964]: Password auth succeeded for 'root' from 192.168.1.126:49857
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: abort on (BUSY)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: abort on (NO CARRIER)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: abort on (ERROR)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: report (CONNECT)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: timeout set to 10 seconds
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: send (AT&F^M)
Dec  4 20:48:50 Gargoyle local2.info chat[4994]: alarm
Dec  4 20:48:50 Gargoyle local2.info chat[4994]:  -- write timed out
Dec  4 20:48:50 Gargoyle local2.err chat[4994]: Failed
Dec  4 20:48:50 Gargoyle daemon.err pppd[4497]: Connect script failed
Thoughts?

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: 3g - Mobile ISP

Post by Cezary »

Wrong interface

Code: Select all

Dec  4 20:48:40 Gargoyle local2.info chat[4994]: abort on (BUSY)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: abort on (NO CARRIER)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: abort on (ERROR)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: report (CONNECT)
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: timeout set to 10 seconds
Dec  4 20:48:40 Gargoyle local2.info chat[4994]: send (AT&F^M)
Dec  4 20:48:50 Gargoyle local2.info chat[4994]: alarm
/dev/ttyUSB0 for huawei devices, eg. /dev/ttyUSB3 for sierra etc.

Post Reply