Community discussions

MikroTik App
 
silk101
just joined
Topic Author
Posts: 3
Joined: Wed Feb 12, 2014 11:16 am

PPPoe Very Slow

Wed Feb 12, 2014 11:26 am

Brand new RB951G-2HnD wireless router running 6.9.
Default config out of the box, just add the PPPoe client and adjust the NAT rule for access to
my Plusnet Fibre connection and I have internet access. I get 38Mb down on my Apple Airport Express running PPPoe but only 9Mb down on the Mikrotik running PPPoe ?

Any ideas anyone - many thanks
 
User avatar
rickfrey
Trainer
Trainer
Posts: 609
Joined: Sun Feb 14, 2010 11:41 pm
Location: Van, Texas
Contact:

Re: PPPoe Very Slow

Wed Feb 12, 2014 6:27 pm

Can you post your configs for both routers?
 
silk101
just joined
Topic Author
Posts: 3
Joined: Wed Feb 12, 2014 11:16 am

Re: PPPoe Very Slow

Thu Feb 13, 2014 8:14 pm

Hi Thanks, cannot get a running config for the Apple Express, you only have the option to enter your PPPoe username & password - its
a very basic unit - here is my running Mikrotik config with the slow PPPoe...


# feb/13/2014 07:32:50 by RouterOS 6.9
# software id = R03Y-W93S
#
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no distance=indoors \
l2mtu=2290 mode=ap-bridge ssid=MikroTik-09EBA3 wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master-local
set [ find default-name=ether3 ] master-port=ether2-master-local name=\
ether3-slave-local
set [ find default-name=ether4 ] master-port=ether2-master-local name=\
ether4-slave-local
set [ find default-name=ether5 ] master-port=ether2-master-local name=\
ether5-slave-local
/ip neighbor discovery
set ether1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk group-ciphers=\
tkip,aes-ccm mode=dynamic-keys unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=469B02381366 wpa2-pre-shared-key=469B02381366
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m \
mac-cookie-timeout=3d
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether2-master-local lease-time=\
10m name=default
/interface pppoe-client
add ac-name="" add-default-route=yes allow=pap,chap,mschap1,mschap2 \
default-route-distance=1 dial-on-demand=no disabled=no interface=\
ether1-gateway keepalive-timeout=60 max-mru=1480 max-mtu=1480 mrru=1600 \
name=pppoe-out1 password=******* profile=default service-name="" \
use-peer-dns=yes user=*****@plusdsl.net
/interface bridge port
add interface=ether2-master-local
add interface=wlan1
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=\
ether2-master-local network=192.168.88.0
/ip dhcp-client
add comment="default configuration" dhcp-options=hostname,clientid interface=\
ether1-gateway
/ip dhcp-server network
add address=192.168.88.0/24 comment="default configuration" dns-server=\
192.168.88.1 gateway=192.168.88.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=\
pppoe-out1
add chain=forward comment="default configuration" connection-state=\
established
add chain=forward comment="default configuration" connection-state=related
add action=drop chain=forward comment="default configuration" \
connection-state=invalid
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=pppoe-out1
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
/ip upnp
set allow-disable-external-interface=no
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes mode=unicast primary-ntp=195.43.74.123
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-master-local
add interface=ether3-slave-local
add interface=ether4-slave-local
add interface=ether5-slave-local
add interface=wlan1
add

Who is online

Users browsing this forum: Google [Bot], Kuitz, Michiganbroadband, xristostsilis and 81 guests