Give us your thoughts mate.USG and switch arriving today, bonus as the original estimate was Monday. Might have a play later on.
Give us your thoughts mate.
Tempted by the usg to replace my edge router lite which has been rock solid for 1 year. Can only see it being a side grade so stepping back for a bit.
I only log onto the controller (runs in a docker 24/7) to check for upgrades periodically. May save myself £100 lol
Got up and running in about 5 minutes. NAT rules are simple, haven't really delved into the rest of the settings. What is cool is the graph and DPI data, very slick.
The DHCP server on it is crud though so I've moved that onto my QNAP for now.
One annoying thing is that it keeps reverting to .1 instead of .254 and I'm not sure why.
BZ.v3.9.3# info
Model: UAP-AC-LR
Version: 3.9.3.7537
MAC Address: <removed>
IP Address: 10.100.2.14
Hostname: House
Uptime: 2098519 seconds
Status: Unreachable (http://10.100.2.12:8080/inform)
BZ.v3.9.3#
BZ.v3.9.3# info
Model: UAP-AC-LR
Version: 3.9.3.7537
MAC Address: <removed>
IP Address: 10.100.2.13
Hostname: Flat
Uptime: 1836 seconds
Status: Unreachable (http://10.100.2.12:8080/inform)
BZ.v3.9.3#
I was originally doing it on the device but I've moved it to the controller and it seems to have stuck now.Are you changing it in the controller or in the device?
The device config is overwritten by the controller. I’m also confused about why you don’t like the DHCP server which is now very much improved and does pretty much everything and anything a DHCP server ought to.
You have to work in the controller though. That’s where everything happens.
it doesn't seem to like me port forwarding to the USG so I can SSH from work.
{
"interfaces": {
"ethernet": {
"eth0": {
"address": [
"192.168.2.1/24"
],
"duplex": "auto",
"firewall": {
"in": {
"name": "WAN_IN"
},
"local": {
"name": "WAN_LOCAL"
}
},
"pppoe": {
"0": {
"default-route": "none",
"firewall": {
"in": {
"name": "WAN_IN"
},
"local": {
"name": "WAN_LOCAL"
}
},
"mtu": "1492",
"name-server": "none",
"password": "password",
"user-id": "username"
}
},
"speed": "auto"
},
"eth1": {
"address": [
"192.168.1.254/24"
],
"duplex": "auto",
"firewall": {
"in": {
"name": "LAN_IN"
},
"local": {
"name": "LAN_LOCAL"
},
"out": {
"name": "LAN_OUT"
}
},
"speed": "auto"
},
"eth2": {
"disable": "''",
"duplex": "auto",
"speed": "auto"
}
},
"loopback": {
"lo": "''"
}
}
}