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

Re: ERL3 Slow Speeds

$
0
0

 

I havent done any major setup yet other than DHCP reservation.

  

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 207.179.224.78/24
description Internet
duplex auto
firewall {
in {
name WAN_IN
}
local {
name WAN_LOCAL
}
}
speed auto
}
ethernet eth1 {
address 10.0.1.1/24
description Local_Eth1
duplex auto
speed auto
}
ethernet eth2 {
address 192.168.2.1/24
description Local_Eth2
duplex auto
speed auto
}
loopback lo {
}
}
service {
dhcp-server {
disabled false
hostfile-update disable
shared-network-name LAN1 {
authoritative enable
subnet 10.0.1.0/24 {
default-router 10.0.1.1
dns-server 10.0.1.1
lease 86400
start 10.0.1.38 {
stop 10.0.1.243
}
static-mapping Airport_Extreme {
ip-address 10.0.1.150
mac-address 88:1f:a1:29:a3:dc
}
static-mapping Amandas_Phone {
ip-address 10.0.1.103
mac-address 1c:5c:f2:19:74:7a
}
static-mapping Chromecast_Gen1_Bedroom {
ip-address 10.0.1.56
mac-address 80:d2:1d:1c:a2:6c
}
static-mapping Dans_Phone {
ip-address 10.0.1.102
mac-address fc:db:b3:60:3f:42
}
static-mapping HP_1102w {
ip-address 10.0.1.200
mac-address 2C:41:38:7B:C6:12
}
static-mapping HP_AIO_Printer {
ip-address 10.0.1.201
mac-address 00:1f:29:74:9a:0e
}
static-mapping MYBookLive {
ip-address 10.0.1.52
mac-address 00:90:a9:b7:51:66
}
static-mapping MacBookPro {
ip-address 10.0.1.101
mac-address 60:03:08:f3:c9:dc
}
static-mapping Mac_Mini {
ip-address 10.0.1.104
mac-address 40:6c:8f:23:4d:d8
}
static-mapping PI_VPN_Server {
ip-address 10.0.1.55
mac-address B8:27:eb:f0:9c:31
}
static-mapping Plex_Server {
ip-address 10.0.1.100
mac-address 00:26:2d:34:d0:f3
}
static-mapping ROKU_1 {
ip-address 10.0.1.50
mac-address b8:3e:59:26:7d:ad
}
static-mapping ROKU_2 {
ip-address 10.0.1.51
mac-address b8:3e:59:26:71:55
}
static-mapping Xbox_360 {
ip-address 10.0.1.54
mac-address 58:82:a8:36:80:18
}
}
}
shared-network-name LAN2 {
authoritative enable
subnet 192.168.2.0/24 {
default-router 192.168.2.1
dns-server 192.168.2.1
lease 86400
start 192.168.2.38 {
stop 192.168.2.243
}
}
}
use-dnsmasq disable
}
dns {
forwarding {
cache-size 150
listen-on eth1
listen-on eth2
}
}
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
}
upnp {
listen-on eth1 {
outbound-interface eth0
}
listen-on eth2 {
outbound-interface eth0
}
}
}
system {
gateway-address 207.179.224.1
host-name ubnt
login {
user ubnt {
authentication {
encrypted-password ****************
}
level admin
}
}
name-server 8.8.8.8
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 {
ipv4 {
forwarding enable
vlan enable
}
ipv6 {
forwarding enable
vlan enable
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
}
time-zone UTC
}
 
I was also trying to figure out how to set up the hardware accelleration, but i cannot seem to find it in the GUI anywhere
 

Viewing all articles
Browse latest Browse all 60861

Latest Images

Trending Articles





Latest Images