Difference between revisions of "Speedtouch 780 Tips"

From Briki
Jump to: navigation, search
 
(Useful CLI commands)
Line 15: Line 15:
 
; dns server host add name=myhost addr=myip
 
; dns server host add name=myhost addr=myip
 
: Add DNS name '''myhost''' for device with IP address '''myip'''
 
: Add DNS name '''myhost''' for device with IP address '''myip'''
 +
 +
; ip config natloopback=enabled
 +
: Enable NAT loopback (to allow you to use the WAN IP address/hostname from inside the LAN)
  
 
; saveall
 
; saveall
 
: Make setting persistent between reboots
 
: Make setting persistent between reboots

Revision as of 12:20, 1 October 2006

Useful CLI commands

env set var=SESSIONTIMEOUT value=900
Set telnet session timeout to 15 mins
dns server config domain=mydomain.org
Configure domain name for LAN
eth bridge ifdetach intf=ethport4
eth bridge vlan ifdelete name=video_gr intf=ethport4
eth bridge ifattach intf=ethport4
Enable 4th ethernet port (middle step seemed unnecessary for me, but is recommended)
dns server host add name=router
Add DNS name router for Speedtouch device
dns server host add name=myhost addr=myip
Add DNS name myhost for device with IP address myip
ip config natloopback=enabled
Enable NAT loopback (to allow you to use the WAN IP address/hostname from inside the LAN)
saveall
Make setting persistent between reboots