Page 1 of 1

AP1101 - DNS

Posted: 06 Jan 2017 03:46
by pathfinder
Hi,

Where can I configure the DNS Servers settings of the AP's? So that they can resolve the NTP Servers. Can't find it in the user guide either.

Firmware:
2.1.0.91

Thanks!

Remy

Re: AP1101 - DNS

Posted: 03 May 2017 07:08
by benny
You can tell it via DHCP:

e.g.

Code: Select all

subnet 192.168.10.0 netmask 255.255.255.0 {
  option routers 192.168.10.1;
  option broadcast-address 192.168.10.255;
  option domain-name-servers 192.168.10.1;
  option domain-name "vlan10.home";
  option ntp-servers 192.168.10.1;
  default-lease-time 6000;
  max-lease-time 72000;
  pool {
       range 192.168.10.21 192.168.10.50;
       allow unknown-clients;
  }
}

Re: AP1101 - DNS

Posted: 30 Jun 2017 09:14
by artzainak
Hi,

How to connect in ssh to the AP 1101? SSH service is activated however no user account is running : root / admin / Administrator / administrator => Password Wrong

What is the SSH username / password (Administrator Password?)

Thanks.