Apr 20
Setup ZTE Modem As A Router Mode
Posted by admin in Basic, Do-IT-Yourself, Info on 04 20th, 2009| | No Comments »

The ZTE ZXDSL 831 is a modem/router supplied by TM. It works as a modem(bridge) by default but you can change it to a router. In router mode, you don’t need to dial StreamyX anymore. The router will dial it for you automatically.

Configure to router mode.

1. Login to http://192.168.1.1 with the username and password. If you don’t know the default username and password, please view ZTE ZXDSL 831 default password.
2. When logged in, click on the WAN tab.
3. Click on “ATM VC” and make sure interface aal5-0 VPI = 0 & VCI = 35, MUX = LLC, Max proto = 2.
4. Click on “PPP” and then a new interface.
5. Set the new interface as PPP interface = 0 ATM VC = aal5-0, protocol = PPoE, use DNS = enable, security = PAP. Don’t forget to set your Streamyx username@streamyx and also your password. Submit after that.
6. After that, click on “Admin” and then “Commit” and then “Reboot”.

Feb 20

Username password
Only if modem configured as router mode
abc@streamyx
IP address and subnetmask
Not applicable
PVC setting
VP =0, VC =35
Connection type
LLC
Protocol
PPPoE
Security protocol
PAP
Annexe Type
Annexe A or B
NAT options
Disabled
DNS setting
Automatic obtain/DNS relay

* Refer to handout of each modem

Dec 25
The difference between PPOE and PPOA
Posted by admin in Basic on 12 25th, 2008| | No Comments »

PPP over Ethernet (PPPoE)
PPP over Ethernet is a protocol for connecting remote hosts to the Internet over an ADSL connection by simulating a dial-up connection.
- Dynamic IP.
Dynamic IP : Select this option if your ISP (Internet Service Provider) provides you an IP address automatically. Cable modem providers typically use dynamic assignment of IP Address.

PPP over ATM (PPPoA)
PPP over ATM is a protocol for connecting remote hosts to the Internet over an ADSL connection by simulating an ATM connection.”
- Fixed IP

PPPoA is slightly faster than PPPoE, and I havn’t had any problems using PPPoA… So if your router/modem supports it, use it. Also note that some ISPs only support PPPoE, and if you have troubles using PPPoA you can always switch back to PPPoE it’s as simple as that

All ADSL lines use ‘ATM’ as the encapsulation between your modem and the exchange. The ATM protocol chops all data into 48 byte chunks called ‘cells’. To send an Ethernet packet over ATM, you need to chop the Ethernet frame into a string of up to 32 cells. If you send a PPP frame over ATM, the Ethernet framing is removed and only the PPP is sent but it still ends up being 32 cells max per frame.

PPPoE overheads are a little more than PPPoA. I think that the PPPoE requires about 20 - 30 bytes or so more. Because ATM cells are fixed lengths, the difference between PPPoE and PPPoA only matters if the frame that is being sent plus the overhead requires one more cell. For example, if the PPPoA frame is 720 bytes long, it can be sent in 15 cells. But the PPPoE frame would require 16 cells because the extra overhead wouldn’t fit into 15.

The PPPoE method ends up requiring perhaps 1-2% extra overhead. If you think you might notice this, change to PPPoA. But unless you peg your line to 100% utilisation for long periods, you really won’t notice any difference. The extra PPPoE overhead will just fill up the cells that were empty anyway.