Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: 1.9.0 Basic Queue Application List Blank

$
0
0

I used basic setup to get me going and then a few tweaks through the UI afterwards.  

 

Config below

 

firewall {
all-ping enable
broadcast-ping disable
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
name WAN_IN {
default-action drop
description "WAN to internal"
rule 10 {
action accept
description "Allow established/related"
state {
established enable
related enable
}
}
rule 20 {
action drop
description "Drop invalid state"
state {
invalid enable
}
}
}
name WAN_LOCAL {
default-action drop
description "WAN to router"
rule 10 {
action accept
description "Allow established/related"
state {
established enable
related enable
}
}
rule 20 {
action drop
description "Drop invalid state"
state {
invalid enable
}
}
}
receive-redirects disable
send-redirects enable
source-validation disable
syn-cookies enable
}
interfaces {
ethernet eth0 {
address dhcp
description Internet
duplex auto
firewall {
in {
name WAN_IN
}
local {
name WAN_LOCAL
}
}
speed auto
}
ethernet eth1 {
description Local
duplex auto
speed auto
}
ethernet eth2 {
description Local
duplex auto
speed auto
}
ethernet eth3 {
description Local
duplex auto
speed auto
}
ethernet eth4 {
description Local
duplex auto
speed auto
}
loopback lo {
}
switch switch0 {
address 10.0.0.1/24
description Local
mtu 1500
switch-port {
interface eth1 {
}
interface eth2 {
}
interface eth3 {
}
interface eth4 {
}
vlan-aware disable
}
}
}
service {
dhcp-server {
disabled false
hostfile-update disable
shared-network-name LAN {
authoritative enable
subnet 10.0.0.0/24 {
default-router 10.0.0.1
dns-server 10.0.0.1
dns-server 64.59.144.18
domain-name fracturedlogic.local
lease 86400
start 10.0.0.38 {
stop 10.0.0.243
}
static-mapping EnvisaLink {
ip-address 10.0.0.31
mac-address 00:1c:2a:00:bb:68
}
static-mapping Garage {
ip-address 10.0.0.32
mac-address f0:7d:68:05:cf:4f
}
static-mapping Nest_Thermostat {
ip-address 10.0.0.30
mac-address 18:b4:30:29:a1:d2
}
static-mapping OSXServer {
ip-address 10.0.0.22
mac-address 7c:6d:62:a4:59:8e
}
static-mapping camera {
ip-address 10.0.0.23
mac-address 8c:e7:48:3d:80:7a
}
static-mapping net-storage {
ip-address 10.0.0.20
mac-address 00:08:9B:8D:24:67
}
static-mapping plex {
ip-address 10.0.0.21
mac-address 00:25:90:9a:86:9e
}
unifi-controller 10.0.0.22
}
}
use-dnsmasq disable
}
dns {
forwarding {
cache-size 1000
listen-on switch0
}
}
gui {
http-port 80
https-port 443
older-ciphers enable
}
nat {
rule 5010 {
description "masquerade for WAN"
outbound-interface eth0
type masquerade
}
}
ssh {
port 22
protocol-version v2
}
}
system {
domain-name fracturedlogic.local
host-name FracturedRouter
login {
user admin {
authentication {
encrypted-password *******************
}
level admin
}
}
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 {
}
}
offload {
hwnat enable
}
static-host-mapping {
host-name camera.fracturedlogic.local {
inet 10.0.0.23
}
host-name net-storage.fracturedlogic.local {
inet 10.0.0.20
}
host-name plex.fracturedlogic.local {
inet 10.0.0.21
}
host-name router.fracturedlogic.local {
inet 10.0.0.1
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
host 10.0.0.20 {
facility all {
level notice
}
}
}
time-zone America/Vancouver
traffic-analysis {
dpi enable
export enable
}
}
traffic-control {
advanced-queue {
root {
queue 1023 {
attach-to global
bandwidth 1000mbit
description UBNT-BQ
}
}
}
}


/* 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 60861

Latest Images

Trending Articles





Latest Images