EdgeRouter Lite 3-Port Running v1.9.0
The issue is that I'm not getting a /29 from the PPPoE auth, I'm getting a /32 and part of the /29, with a /32 mask.
Config:
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 accept
description "test DNS"
destination {
address 192.168.1.5
port 53
}
log disable
protocol tcp_udp
}
rule 30 {
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
}
}
}
options {
mss-clamp {
interface-type pppoe
mss 1452
}
}
receive-redirects disable
send-redirects enable
source-validation disable
syn-cookies enable
}
interfaces {
ethernet eth0 {
address 10.10.10.2/24
description Local
duplex auto
speed auto
}
ethernet eth1 {
description "Internet (PPPoE)"
duplex auto
speed auto
vif 201 {
description "CL 201 VLAN"
pppoe 6 {
default-route auto
mtu 1492
name-server auto
password ****************
user-id XXXXXXXX@qwest.net
}
}
}
ethernet eth2 {
address 192.168.1.1/23
description "Lab Network"
duplex auto
speed auto
}
loopback lo {
}
}
port-forward {
auto-firewall disable
hairpin-nat disable
lan-interface eth1
lan-interface eth2
wan-interface pppoe6
}
protocols {
static {
}
}
service {
dns {
forwarding {
cache-size 150
listen-on eth0
listen-on eth2
}
}
gui {
http-port 80
https-port 443
older-ciphers enable
}
nat {
rule 1 {
description "test DNS"
inbound-interface pppoe6
inside-address {
address 192.168.1.5
}
log disable
protocol all
source {
address XX.XX.XX.206
}
type destination
}
rule 5000 {
description "Test DNS"
log disable
outbound-interface pppoe6
outside-address {
address XX.XX.XX.205
}
protocol all
source {
address 192.168.1.5
}
type source
}
rule 5001 {
log disable
outbound-interface pppoe6
protocol all
type masquerade
}
}
ssh {
port 22
protocol-version v2
}
}
system {
domain-name XXXXX
host-name ubnt2
login {
user XXXXX {
authentication {
encrypted-password ****************
}
level admin
}
user XXXXX {
authentication {
encrypted-password ****************
}
level admin
}
}
name-server 10.10.10.253
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 disable
ipv4 {
forwarding enable
gre enable
pppoe enable
vlan enable
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
}
time-zone America/Chicago
traffic-analysis {
dpi disable
export enable
}
}