Quantcast
Channel: EdgeRouter topics
Viewing all articles
Browse latest Browse all 20028

WAN no response to ping from world

$
0
0

Simple config on an ERL I thought with all-ping enable in firewall but WAN won't respond to a ping. Even added some icmp firewall rules. Most current version of firmware.

 

firewall {
all-ping enable
broadcast-ping disable
group {
port-group video {
description "Unifi video"
port 6666
port 7080
port 7443
port 7445
port 7446
port 7447
port 7004
}
}
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 icmp
destination {
address 8.x.x.226-8.x.x.228
}
log enable
protocol icmp
recent {
}
state {
established enable
invalid disable
new enable
related enable
}
}
rule 40 {
action accept
description "Allow established/related"
log disable
protocol all
state {
established enable
invalid disable
new disable
related enable
}
}
rule 50 {
action drop
description "Drop invalid state"
state {
invalid enable
}
}
}
name WAN_LOCAL {
default-action drop
description "WAN to router"
rule 20 {
action accept
description "Allow established/related"
state {
established enable
related enable
}
}
rule 30 {
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 8.x.x.226/27
address 8.x.x.228/27
description Internet
duplex auto
firewall {
in {
name WAN_IN
}
local {
name WAN_LOCAL
}
}
speed auto
}
ethernet eth1 {
address 17.x.x.1/24
description Local
duplex auto
speed auto
}
ethernet eth2 {
address 192.168.2.1/24
description "Local 2"
duplex auto
speed auto
}
loopback lo {
}
}
port-forward {
auto-firewall enable
hairpin-nat enable
lan-interface eth1
wan-interface eth0
}
service {
dhcp-server {
disabled false
hostfile-update disable
shared-network-name LAN1 {
authoritative enable
subnet 17.x.x.0/24 {
default-router 17.x.x.1
dns-server 17.x.x.1
lease 86400
start 17.x.x.38 {
stop 17.x.x.243
}
unifi-controller 17.x.x.28
}
}
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 5001 {
description "masquerade for WAN"
log enable
outbound-interface eth0
protocol all
type masquerade
}
}
ssh {
port 22
protocol-version v2
}
}
system {
domain-name avolve.net
gateway-address 8.x.x.225
host-name HeadEnd-Router
login {
user ubnt {
authentication {
encrypted-password ****************
}
level admin
}
}
name-server 209.143.22.182
name-server 17.x.x.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 {
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
}
time-zone America/New_York
traffic-analysis {
dpi enable
export enable
}
}


Viewing all articles
Browse latest Browse all 20028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>