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

NB: You can check if Legacy IP addresses are running an Open Recursive server using the website:-
http://security.zensupport.co.uk/recdns/
 
===Manually adjust DHCP range===
You can't delete the default DHCP range from the web GUI. You need to use the CLI!
"dhcp server flush" removes all existing DHCP settings. In this example 81.187.X.Z is the router's LAN address.
dhcp server flush
dhcp server config state=enabled
dhcp server pool add name=LAN index=0
dhcp server pool config name=LAN intf=LocalNetwork poolstart=81.187.X.X poolend=81.187.X.Y netmask=28 gateway=81.187.X.Z server=81.187.X.Z primdns=217.169.20.20 secdns=217.169.20.21
saveall
dhcp server pool list
 
 
===Problems connection to PPTP Servers===