EdgeMax Router How To
How to change MAC for the external address
ssh 192.168.1.1 show interfaces ethernet eth0 configure set interfaces ethernet eth0 mac a0:b1:c2:d3:e4:f5 commit save exit
The mac is reset on commit, and you external ip is updated/renegotiated immediatelly
How to get a list of services sites and application categories on Edge Router
login via ssh type configure then the next command and hit TAB
set firewall name DropSites rule 10 application category
You will see something like
Business Instant-messaging Security-Update TopSites-Adult TopSites-Games TopSites-News TopSites-Science Voice-over-IP Bypass-Proxies-and-Tunnels Mail-and-Collaboration Social-Network TopSites-Arts TopSites-Health TopSites-Recreation TopSites-Shopping Web File-Transfer P2P Stock-Market TopSites-Business TopSites-Home TopSites-Reference TopSites-Society Web-IM Games Remote-Access-Terminals Streaming-Media TopSites-Computers TopSites-KidsnTeens TopSites-Regional TopSites-Sports
Then for each category you can run
/usr/sbin/ubnt-dpi-util show-cat-apps Category
How to list connected IPs on Edge Router
show dhcp leases
and
show arp
How to get a list of current connections on Edge Router
show conntrack table ipv4
and
sudo conntrack -L