AP1101 - DNS

Also known as OmniAccess Instant AP
Post Reply
pathfinder
Member
Posts: 1
Joined: 05 Jan 2017 14:14

AP1101 - DNS

Post 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
User avatar
benny
Member
Posts: 750
Joined: 20 Oct 2007 14:51
Contact:

Re: AP1101 - DNS

Post 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;
  }
}
Regards,
Benny
artzainak
Member
Posts: 2
Joined: 30 Jun 2017 08:37

Re: AP1101 - DNS

Post 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.
Post Reply

Return to “OmniAccess Wireless Access Points”