Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

IPv6 Routers: Difference between revisions

(→‎Other Settings & Config info: add 3g setup details)
 
===Changing PPP Password, via telnet CLI===
 
The command ''should'' be:
ppp ifconfig intf=Internet user=x@a password=secret status=enabled
 
===3G setup===
 
I've only worked out some of this, but I found the following got a dongle working:
 
{Administrator}=>mobile ifadd intf=umts
{Administrator}=>mobile ifconfig intf=umts apn=CHANGEME
{Administrator}=>ppp ifadd intf=mobilebroadband
{Administrator}=>ppp ifconfig intf=mobilebroadband dest=umts
{Administrator}=>nat ifconfig translation=enabled intf=mobilebroadband
{Administrator}=>ppp rtadd intf=mobilebroadband dst=0.0.0.0
{Administrator}=>exit
 
I then went to the web interface http://192.168.1.254/_pppom_cfg.lp?be=0&l0=2&l1=2&name=mobilebroadband - replace 192.168.1.254 with the IP address of your router, and entered the username, password, and APN. For my vodafone SIM, the username was web, the password was web, and the APN was pp.internet.
 
Some further notes and sources on my blog:
 
* http://www.mstevens.org/aa/tg582-3g.html
* http://www.mstevens.org/aa/tg582-3g-2.html
 
(feel free to copy here if you want)
 
==Third Party Pages==
8

edits