Quantcast
Channel: EdgeRouter topics
Viewing all articles
Browse latest Browse all 20028

"Disable UBNT discovery" not working

$
0
0

Hi, ive been playing with an ER-X running v1.9, and it seems that setting "Disabled" to UBNT discovery has no effect.

I can still discover the device in the subnet even trough reboots. 

 

the config file follows:
/*============================================/==========================================

interfaces {
ethernet eth0 {
duplex auto
speed auto
}
ethernet eth1 {
duplex auto
speed auto
}
ethernet eth2 {
duplex auto
speed auto
}
ethernet eth3 {
duplex auto
speed auto
}
ethernet eth4 {
duplex auto
poe {
output pthru
}
speed auto
}
loopback lo {
}
switch switch0 {
address 192.168.239.222/24
description switch_0
mtu 1500
switch-port {
interface eth0 {
}
interface eth1 {
}
interface eth2 {
}
interface eth3 {
}
interface eth4 {
}
vlan-aware disable
}
}
}
service {
gui {
http-port 80
https-port 443
older-ciphers enable
}
ssh {
port 22
protocol-version v2
}
ubnt-discover {
disable
}
}
system {
gateway-address 192.168.239.1
host-name EdgeRouter-X-BRC
login {
user admin {
authentication {
encrypted-password "1234"
plaintext-password ""
}
full-name "admin da silva"
level admin
}
}
name-server 192.168.239.1
ntp {
server 0.ubnt.pool.ntp.org {
}
server 1.ubnt.pool.ntp.org {
}
server 2.ubnt.pool.ntp.org {
}
server 3.ubnt.pool.ntp.org {
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
}
time-zone America/Sao_Paulo
}


/* Warning: Do not remove the following line. */
/* === vyatta-config-version: "config-management@1:conntrack@1:cron@1:dhcp-relay@1:dhcp-server@4:firewall@5:ipsec@5:nat@3:qos@1:quagga@2:system@4:ubnt-pptp@1:ubnt-util@1:vrrp@1:webgui@1:webproxy@1:zone-policy@1" === */
/* Release version: v1.9.0.4901118.160804.1131 */

 

/*==================================================//===================================


Viewing all articles
Browse latest Browse all 20028

Trending Articles