Hi everybody,
I am new on Edge Router Lite and i do not know how to configure it. I setted up a vpn site to site between an pfsense router and an ERL. Before seted up vpn the pc which is behind erl can ping the router. After i mad the vpn i can ping the erl from pfsense router but i can't ping the pc behind the erl, and the pc behind erl can't ping erl.
Down is the config from my erl:
interfaces {
ethernet eth0 {
address 109.99.137.174/30
description Internet
duplex auto
speed auto
}
ethernet eth1 {
address 10.240.102.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 {
}
}
service {
dhcp-server {
disabled false
hostfile-update disable
shared-network-name LAN1 {
authoritative enable
subnet 10.240.102.0/24 {
default-router 10.240.102.1
dns-server 10.240.102.1
lease 86400
start 10.240.102.38 {
stop 10.240.102.243
}
}
}
}
dns {
forwarding {
cache-size 150
listen-on eth1
listen-on eth2
}
}
gui {
https-port 443
}
nat {
rule 5010 {
description "masquerade for WAN"
outbound-interface eth0
type masquerade
}
}
ssh {
port 22
protocol-version v2
}
}
system {
gateway-address 109.99.137.173
host-name ubnt
login {
user ubnt {
authentication {
encrypted-password $1$zKNoUbAo$gomzUbYvgyUMcD436Wo66.
}
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 {
}
}
syslog {
global {
facility all {
level notice
}
facility protocols {
level debug
}
}
}
time-zone UTC
}
vpn {
ipsec {
auto-firewall-nat-exclude disable
esp-group FOO0 {
proposal 1 {
encryption aes256
hash sha1
}
}
ike-group FOO0 {
proposal 1 {
dh-group 2
encryption aes256
hash sha1
}
}
site-to-site {
peer 5.2.xxx.xxx {
authentication {
mode pre-shared-secret
pre-shared-secret passxxx
}
connection-type initiate
description rogano
ike-group FOO0
local-address 109.99.xxx.xxx
tunnel 1 {
esp-group FOO0
local {
prefix 10.240.102.0/24
}
remote {
prefix 10.0.0.0/8
}
}
}
}
}
}
[edit]
Thanks in advance for your answears and forgive my poor english.