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

Basic SOHO config help

$
0
0

Hello,

I had earlier posted this query to the Ubiquiti Support, but am still awaiting a reply to this.We've heard great things about the ERLite-3 product & would ideally like to use it, but it appears like we need to be more technical to be able to use it. Would really appreciate any help or any directions to resolve this .

 

Using the Wizard on the GUI, I have tried configuring the “eth0” for LAN and “eth1” for WAN (PPPOE coming from the ADSL Modem of our Internet provider), but we are unable to access the internet when connected to the LAN.

1) eth0 is connected the Switch-LAN in the address range 192.168.0.x
2) eth1 is WAN connected to the ADSL (modem with an internal IP in the range 192.168.0.x) which has 1 fixed public IP address provided by our provider


The problem we found is in going through to the Internet, seemed like "eth0" was not able to direct the LAN computers to the WAN/Internet on "eth1".

 

Thanks again in advance to anyone who can help !

 

Here's the config file settings.

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
}
}
}
options {
mss-clamp {
mss 1412
}
}
receive-redirects disable
send-redirects enable
source-validation disable
syn-cookies enable
}
interfaces {
ethernet eth0 {
address 192.168.1.1/24
description Local
duplex auto
speed auto
}
ethernet eth1 {
description "Internet (PPPoE)"
duplex auto
pppoe 0 {
default-route auto
firewall {
in {
name WAN_IN
}
local {
name WAN_LOCAL
}
}
mtu 1492
name-server auto
password aledsl
user-id aldsl
}
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 LAN2 {
authoritative disable
subnet 192.168.2.0/24 {
default-router 192.168.2.1
dns-server 192.168.2.1
lease 86400
start 192.168.2.21 {
stop 192.168.2.240
}
}
}
}
dns {
forwarding {
cache-size 150
listen-on eth0
listen-on eth2
}
}
gui {
https-port 443
}
nat {
rule 5010 {
description "eth1 internet"
log disable
outbound-interface pppoe0
protocol all
type masquerade
}
}
ssh {
port 22
protocol-version v2
}
}
system {
host-name ubnt
login {
user ubnt {
authentication {
encrypted-password $1$zKNoUbAo$gomzUbYvgyUMcD436Wo66.
}
level admin
}
}
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 Europe/Rome
}


Viewing all articles
Browse latest Browse all 20028

Trending Articles