Difference between revisions of "Zyxel"

From timswiki
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Enter the command line via menu item 24.8 or directly with later modem versions.
+
Useful Zyxel P660 series modem commands, including changes to SNR targets and NAT loopback.
 +
 
 +
== Accessing the modem command-line interpreter ==
 +
 
 +
Enter the command-line menu by telnet-ing to your modem's IP address and then, either:
 +
 
 +
* menu item 24.8  
 +
 
 +
or
 +
 
 +
* directly with later modem versions.
  
  
Line 33: Line 43:
  
  
This website publishes a [http://ipv6.chappell-family.com/html/privacy_policy.html Privacy Policy.] Continued use of this website implies your consent to the storage of data outlined in the policy.
+
This website publishes a Privacy Policy (link at the bottom of every page). Continued use of this website implies your consent to the use of data outlined in the policy.
 
 
----
 
 
 
<adsense>1</adsense>
 

Latest revision as of 23:35, 4 January 2019

Useful Zyxel P660 series modem commands, including changes to SNR targets and NAT loopback.

Accessing the modem command-line interpreter

Enter the command-line menu by telnet-ing to your modem's IP address and then, either:

  • menu item 24.8

or

  • directly with later modem versions.


To allow direct access to your external (WAN) IP address:

The steps below make the change permanent, although the command can equally be used at the normal ras> prompt which will survive until the next power-off/reboot:


  • sys edit autoexec.net
  • i
  • ip nat loopback on
  • x


To alter the ADSL target SNR:

  • wan adsl targetnoise [0xfa .. 0x06]

final number is in units of 0.5dB, so 0x06 is equivalent to a +3dB increase in the target (improved stability).


To disable rate adaption:

  • wan adsl rateadap off

To adjust the stale session timeouts:

  • sys tos timeout icmp 60
  • sys tos timeout udp 45

Note: these commands need to be put into the autoexec.net (note not autoexec.bat!) file in order to survive a power-off/reboot.


This website publishes a Privacy Policy (link at the bottom of every page). Continued use of this website implies your consent to the use of data outlined in the policy.