Hi guys,
I have the edgerouter lite with firmware version 1.8. I just started learning about this device and meanwhile i've come accross the next challenge:
I've setup VPN using this tutorial. I can make a connection. checking the current connecions in tht CLI confirms the connection, but I dont have access to the internet.I've used a smartphone (ios) and a Windows 10 machine. Both connect successfully.What could be wrong here?
My configuration is as follows:
firewall {
all-ping enable
broadcast-ping disable
group {
address-group LAN-RTR-Address {
address 192.168.1.1
description "Address of the router"
}
network-group BOGONS {
description "Invalid WAN networks"
network 10.0.0.0/8
network 100.64.0.0/10
network 127.0.0.0/8
network 169.254.0.0/16
network 172.16.0.0/12
network 192.0.0.0/24
network 192.0.2.0/24
network 192.168.0.0/16
network 198.18.0.0/15
network 198.51.100.0/24
network 203.0.113.0/24
network 224.0.0.0/3
}
network-group DMZ-Subnet {
description "DMZ Subnet"
network 192.168.200.0/24
}
network-group LAN-Subnet {
description "LAN Subnet"
network 192.168.1.0/24
}
}
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
name dmz-lan {
default-action drop
enable-default-log
rule 1 {
action accept
state {
established enable
related enable
}
}
rule 2 {
action drop
log enable
state {
invalid enable
}
}
rule 100 {
action accept
log enable
protocol icmp
}
}