Hello all. This is my first post, so using this basics forum. And thank you in advance!
I have used a Mikrotik network for a few years that consists of bridged AP/WDS CPE’s. This is per the WIKI for MESH. I have 6 clients that are non line of sight. Most cannot get a signal from the dsl AP. So one client is 4 hops from the dsl site. This has worked good so far. I did have a Buffalo router between the dsl modem and the RB133 AP.
Now I have enabled PPPoE, on the RB133 at the dsl site, and NAT to the bridge with the wlan and 2 of Ethernets as bridge ports. The PPPoe is on an Ethernet port not associated with the bridge. I have DHCP server enabled on the bridge.
The dsl service is 3Mb. When using a PPPoE client on a notebook W2K, I see 3Mb down using NetPerSec local network monitoring utility. However, and here is my issue, when I connect the notebook to one of the bridged Ethernet ports on the RB133 I can get Interent access, but downloads are at 1.5Mb. Why the halving of the speed?
are pings OK?
[admin@Gateway3] > ping http://www.google.com count=5
64.233.169.99 64 byte ping: ttl=245 time=70 ms
64.233.169.99 64 byte ping: ttl=245 time=54 ms
64.233.169.99 64 byte ping: ttl=245 time=76 ms
64.233.169.99 64 byte ping: ttl=245 time=51 ms
64.233.169.99 64 byte ping: ttl=245 time=82 ms
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 51/66.6/82 ms
Thanks again for any help.
I will copy from telnet the settings:
[admin@Gateway3] interface> print
Flags: X - disabled, D - dynamic, R - running
# NAME TYPE RX-RATE TX-RATE MTU
0 R ether1 ether 0 0 1480
1 R ether2 ether 0 0 1500
2 R ether3 ether 0 0 1500
3 R hub wds 0 0 1500
4 R pppoe-out1 pppoe-out 0 0 1480
5 R bridge2 bridge 0 0 1500
6 R srsin wds 0 0 1500
7 R wlan1 wlan 0 0 1500
[admin@Gateway3] ip> address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.1/24 192.168.1.0 192.168.1.255 bridge2
1 D xxx.xxx.xxx.xx/32 xxx.xxx.xxx.x 0.0.0.0 pppoe-out1
[admin@Gateway3] interface bridge> print
Flags: X - disabled, R - running
0 R name="bridge2" mtu=1500 arp=enabled mac-address=00:0C:42:15:38:BC
protocol-mode=rstp priority=0x8000 auto-mac=yes
admin-mac=00:00:00:00:67:65 max-message-age=20s forward-delay=15s
transmit-hold-count=6 ageing-time=5m
[admin@Gateway3] interface wireless> print
Flags: X - disabled, R - running
0 R name="wlan1" mtu=1500 mac-address=00:15:6D:93:06:03 arp=enabled
disable-running-check=no interface-type=Atheros AR5213
radio-name="gateway3" mode=ap-bridge ssid="MikroTik" area=""
frequency-mode=manual-txpower country=no_country_set antenna-gain=0
frequency=2427 band=2.4ghz-b/g scan-list=default rate-set=configured
supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps basic-rates-b=1Mbps
basic-rates-a/g=6Mbps max-station-count=2007 ack-timeout=dynamic
tx-power=28 tx-power-mode=card-rates noise-floor-threshold=default
periodic-calibration=default periodic-calibration-interval=60
burst-time=disabled dfs-mode=none antenna-mode=ant-a wds-mode=static
wds-default-bridge=none wds-default-cost=100 wds-cost-range=50-150
wds-ignore-ssid=no update-stats-interval=disabled
default-authentication=no default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 proprietary-extensions=post-2.9.25
hide-ssid=no security-profile=default disconnect-timeout=15s
on-fail-retry-time=100ms preamble-mode=both compression=no
allow-sharedkey=no
[admin@Gateway3] ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat out-interface=pppoe-out1 limit=10000,50000
dst-limit=10000,50000,dst-address/1m40s packet-size=0-1500
action=masquerade
[admin@Gateway3] ip dhcp-server> print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 dhcp1 bridge2 dhcp_pool1 3d yes
[admin@Gateway3] queue interface> print
# INTERFACE QUEUE
0 ether1 default
1 ether2 ethernet-default
2 ether3 ethernet-default
3 hub wireless-default
4 pppoe-out1 default
5 bridge2 default
6 srsin default
7 wlan1 default