I'm having issues with a simple PPTP connection.
Basically, from MT to MT (both RB450s) the bandwidth test on the dirty
internet runs at about 2Mbs,
while on the PPTP I'm only seeing about 500Kbs and inconsistent.
 
IP scheme for example:
192.168.0.0/16 - Internal IP addresses - using 4 /24s in the office.
172.16.0.0/20 - Public IP addresses
10.10.10.0/24 - Tunnel IP addresses
 
Office - PPTP server:
 
[EMAIL PROTECTED] > export
# jun/11/2008 13:30:24 by RouterOS 3.9
# software id = XXXXXXXX
#
/interface ethernet 
set 0 arp=enabled auto-negotiation=yes comment="" disabled=no
full-duplex=yes mac-address=00:0C:42:2E:CF:C3 mtu=1500 name="ether1"
speed=100Mbps 
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:C4
master-port=none \
    mtu=1500 name="ether2" speed=100Mbps 
set 2 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:C5
master-port=none \
    mtu=1500 name="ether3" speed=100Mbps 
set 3 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:C6
master-port=none \
    mtu=1500 name="ether4" speed=100Mbps 
set 4 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:C7
master-port=none \
    mtu=1500 name="ether5" speed=100Mbps 
/interface pptp-server 
add comment="" disabled=no name="pptp-in1" user="remote" 
/ppp secret 
add caller-id="" comment="" disabled=no limit-bytes-in=0 limit-bytes-out=0
local-address=10.10.10.1 name="remote" password="XXXXXXXX" profile=default \
    remote-address=10.10.10.2 routes="" service=pptp 
/ip address 
add address=172.16.0.2/24 broadcast=172.16.0.255 comment="added by setup"
disabled=no interface=ether1 network=172.16.0.0 
/ip neighbor discovery 
set ether1 discover=yes 
set ether2 discover=yes 
set ether3 discover=yes 
set ether4 discover=yes 
set ether5 discover=yes 
set pptp-in1 discover=no 
/ip route 
add comment="added by setup" disabled=no distance=1 dst-address=0.0.0.0/0
gateway=172.16.0.1 scope=30 target-scope=10 
add comment="" disabled=no distance=1 dst-address=192.168.4.0/24
gateway=10.10.10.2 scope=30 target-scope=10 
 
Remote - PPTP client:
 
[EMAIL PROTECTED] > export
# jan/01/1970 02:09:20 by RouterOS 3.9
# software id = XXXXXXX
#
/interface ethernet 
set 0 arp=enabled auto-negotiation=yes comment="" disabled=no
full-duplex=yes mac-address=00:0C:42:2E:CF:BE mtu=1500 name="ether1"
speed=100Mbps 
set 4 arp=enabled auto-negotiation=no bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:C2
master-port=none \
    mtu=1500 name="ether5" speed=100Mbps 
set 0 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:BF
master-port=ether5 \
    mtu=1500 name="ether2" speed=100Mbps 
set 1 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:C0
master-port=ether5 \
    mtu=1500 name="ether3" speed=100Mbps 
set 2 arp=enabled auto-negotiation=yes bandwidth=unlimited/unlimited
comment="" disabled=no full-duplex=yes mac-address=00:0C:42:2E:CF:C1
master-port=ether5 \
    mtu=1500 name="ether4" speed=100Mbps 
/interface pptp-client 
add add-default-route=no allow=mschap1,mschap2 comment=""
connect-to=172.16.0.2 disabled=no max-mru=1460 max-mtu=1460 mrru=disabled
name="remote" \
    password="XXXXXXXX" profile=default-encryption user="remote" 
/ip dhcp-client 
add add-default-route=yes comment="" disabled=no interface=ether1
use-peer-dns=yes use-peer-ntp=yes 
/ip address 
add address=192.168.4.1/24 broadcast=192.168.4.255 comment="" disabled=no
interface=ether5 network=192.168.4.0 
/ip firewall nat 
add action=masquerade chain=srcnat comment="" disabled=no
out-interface=ether1 
/ip neighbor discovery 
set ether1 discover=yes 
set ether2 discover=yes 
set ether3 discover=yes 
set ether4 discover=yes 
set ether5 discover=yes 
set remote discover=no 
/ip route 
add comment="" disabled=no distance=1 dst-address=192.168.0.0/24
gateway=10.10.10.1,remote scope=30 target-scope=10 
add comment="" disabled=no distance=1 dst-address=192.168.1.0/24
gateway=10.10.10.1,remote scope=30 target-scope=10 
add comment="" disabled=no distance=1 dst-address=192.168.2.0/24
gateway=10.10.10.1,remote scope=30 target-scope=10 
add comment="" disabled=no distance=1 dst-address=192.168.3.0/24
gateway=10.10.10.1,remote scope=30 target-scope=10 
/queue interface 
set ether1 queue=ethernet-default 
set ether2 queue=ethernet-default 
set ether3 queue=ethernet-default 
set ether4 queue=ethernet-default 
set ether5 queue=ethernet-default 
set remote queue=default 
 

Sincerely,

 

Eric Tykwinski

TrueNet, Inc.

P: 610-429-8300

F: 610-429-3222

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.butchevans.com/pipermail/mikrotik/attachments/20080611/304577af/attachment.html
 

Reply via email to