Community discussions

MikroTik App

Search found 74 matches

by leonj
Tue Aug 26, 2008 5:05 pm
Forum: General
Topic: Freeradius and simple queues.
Replies: 4
Views: 2552

Freeradius and simple queues.

Hi, We have a Radius server running Freeradius with mysql backend. We use it for pptp authetication and everything works fine. I would just like to know what attribute or setting needs to be changed to have custom names for the simple queues. Currently the queue gets the name of the authenticated us...
by leonj
Wed Apr 23, 2008 9:54 am
Forum: General
Topic: PPTP Connected but cannot access other PCs
Replies: 4
Views: 2306

Re: PPTP Connected but cannot access other PCs

How exactly do you enable the proxy-arp for PPTP? Do you just enble it on all interfaces on the RouterBOARD?
by leonj
Tue Apr 22, 2008 5:12 pm
Forum: General
Topic: Graphing data
Replies: 5
Views: 2226

Re: Graphing data

Hi,

What if you have ntop installed on a linux box IP 192.168.10.1 and your netflow MK is 10.6.3.1, 2 routed hops away? would that work?
by leonj
Mon Apr 21, 2008 5:24 pm
Forum: Scripting
Topic: Can you get a PPP session's uptime?
Replies: 2
Views: 1800

Re: Can you get a PPP session's uptime?

THANKS!!
by leonj
Mon Apr 21, 2008 3:10 pm
Forum: Scripting
Topic: Can you get a PPP session's uptime?
Replies: 2
Views: 1800

Can you get a PPP session's uptime?

Hi,

I would like to know how i will be able to put the uptime of a PPP session in a variable. My logic is as follows...

:global up;
:set up [/interface pptp-client get pptp-out1 uptime];

Any help??
by leonj
Thu Apr 03, 2008 10:14 am
Forum: General
Topic: Access logs for WISP client
Replies: 2
Views: 1023

Re: Access logs for WISP client

Squid actually does tell you how much traffic is used whan installed on a Linux box. We have a current implementation with MySAR log parser and I am able to see who used what.

But THANKS. I implemeted it now and works.

Brilliant.
by leonj
Wed Apr 02, 2008 9:58 am
Forum: General
Topic: Access logs for WISP client
Replies: 2
Views: 1023

Access logs for WISP client

Hi, We are running quite a large WISP which is based mostly on MikroTik equipment. In South Africa, bandwith is very limited and therefore quite expensive as well. Now what happens is, if a large business has an installation from us, and someone on the network uses a large amount of bandwidth, they ...
by leonj
Wed Dec 19, 2007 4:54 pm
Forum: Beginner Basics
Topic: Hot Spot for Dummies??
Replies: 3
Views: 2310

Re: Hot Spot for Dummies??

Hi,

Routerboard has builtin HotSpot feature...
Maybe have a look at UserManager as a RADIUS solution?
by leonj
Sat Dec 01, 2007 4:04 pm
Forum: General
Topic: Set a queue for bittorrent transfers
Replies: 15
Views: 8741

Re: Set a queue for bittorrent transfers

Hi,

I am not 100% up to spec regarding 'regexp', but would it be possible to use the right regexp in RouterOS 3.x to block encrypted torrent transfers? Or would the expression be different for each torrent for ie.
by leonj
Sat Dec 01, 2007 9:33 am
Forum: Scripting
Topic: Script to enable/disable VRRP
Replies: 1
Views: 1875

Re: Script to enable/disable VRRP

Hi, You could try the following : Add a netwatch for the host that needs to be pinged, then add the enable/disable command for vrrp in 'up-script' and 'down-script'. NOTE : use the interface name and not he number as when you used the print command in the terminal. You could also use: /ip vrrp enabl...
by leonj
Sat Dec 01, 2007 9:15 am
Forum: General
Topic: Set a queue for bittorrent transfers
Replies: 15
Views: 8741

Re: Set a queue for bittorrent transfers

Hi,

Those rules don't always work. I am behind a MikroTik at this moment, with a filter rule for bit-torrent. I am downloading the routerOS torrent at this moment in encrypted mode using uTorrent and the MikroTik is not blocking...
by leonj
Fri Nov 30, 2007 9:33 am
Forum: General
Topic: ppp client issue
Replies: 2
Views: 1109

Re: ppp client issue

Hi, I have a very similar problem, except, we have our own APN at the cellular provider that we make use of, making it possible for us to use our own RADIUS server, assign IP's etc. Using this APN setup from a windows/linux pc works fine. (ie. RADIUS dishes out client IP and gateway against the user...
by leonj
Fri Nov 30, 2007 9:16 am
Forum: General
Topic: idiot's guide to pseudo-bridge in RouterOS 3.0
Replies: 2
Views: 2011

Re: idiot's guide to pseudo-bridge in RouterOS 3.0

Hi,

Given the DHCP server is on the Mikrotik AP's wireless interface, I don't think its necessary to use DHCP relay on eth1 if wlan1 (in station-pseudo-bridge) and eth1 is in a bridge, meaning the windows machine will get the IP from the MT AP.
by leonj
Wed Nov 28, 2007 10:58 am
Forum: Wireless Networking
Topic: hw-retries for wireless
Replies: 10
Views: 9447

Re: hw-retries for wireless

Hi,

Maybe looking at a specific entry in the access-list, then under 'statistics' you could get some sort of idea on the amount of tx-frames compared to hw-tx-frames and get some sort of idea on the amount of retires.
by leonj
Wed Nov 28, 2007 10:54 am
Forum: Wireless Networking
Topic: Frequency selection on nearby sites
Replies: 1
Views: 1065

Re: Frequency selection on nearby sites

Hi, In the 2.4Ghz spectrum we have 3 non-overlapping channels ie. 1, 6 and 11 with 4/5 channels of seperation (not too sure about the bout of channels ow).Basically, to minimize interference you should stay about 4 channels apart from each other. 5.8 Ghz uses OFDM and that makes it possible to just ...
by leonj
Wed Nov 28, 2007 10:48 am
Forum: Scripting
Topic: Help on a "prevent-no-ip" script, pls
Replies: 2
Views: 1398

Re: Help on a "prevent-no-ip" script, pls

Hi, Maybe this reply wont be 100% what you were looking for, but seeing that you mentioned you wanted to 'centralize' a bit. Why not route all you AP's and setup a central PPTP server. That way everyone on the network can work on the same subnet + the network is routed fully. Maybe have a DHCP serve...
by leonj
Wed Nov 28, 2007 10:27 am
Forum: Scripting
Topic: script exits when error occurs
Replies: 2
Views: 1601

Re: script exits when error occurs

Hi,

I don't think so. You will have to find a workaround for it.
by leonj
Wed Nov 28, 2007 10:22 am
Forum: General
Topic: Host getting logged out of Hotspot. Please help
Replies: 1
Views: 974

Re: Host getting logged out of Hotspot. Please help

Hi,

If the DHCP lease changes for the client, then the host is also going to change in hotspot making the cookie invalid. Maybe you could use 'make-static' in /ip dhcp-server lease for some clients where possible.
by leonj
Wed Nov 28, 2007 10:17 am
Forum: Wireless Networking
Topic: Wireless Registration Table dont show users when i USE PPPoE
Replies: 3
Views: 1403

Re: Wireless Registration Table dont show users when i USE PPPoE

Hi,

That is strange. Anyone?

Maybe for the time being you can log into the clients CPE and see the signal strength there?

Regards
Leon
by leonj
Wed Nov 28, 2007 10:08 am
Forum: Scripting
Topic: Interrupt running ppp-client connection
Replies: 3
Views: 1913

Re: Interrupt running ppp-client connection

Hi

You could also ID th ppp interface ina script using
/interface ppp-client enable [find comment="Sends prestored 1"];
Regards
Leon
by leonj
Wed Nov 28, 2007 9:53 am
Forum: Scripting
Topic: Interrupt running ppp-client connection
Replies: 3
Views: 1913

Re: Interrupt running ppp-client connection

Hi, Copy and paste your code in a terminal and read carefully to see where the script bombs. It should give an error just after the line it has a problem with. If I look quickly, it looks like you telling it to disable/enable/remove an interface that does not exist. /interface ppp-client disable Cod...
by leonj
Wed Nov 28, 2007 9:24 am
Forum: Beginner Basics
Topic: newbie trying to setup a client
Replies: 1
Views: 1428

Re: newbie trying to setup a client

Hi,

I don't think you are going to get very far in Webbox as it has very limited/simplified functionality. Why not use winbox/telnet?

Regards
Leon
by leonj
Wed Nov 28, 2007 9:22 am
Forum: Beginner Basics
Topic: Redirect traffic
Replies: 1
Views: 1419

Re: Redirect traffic

Hi,

If I understand correctly, maybe you could bridge the ethernet and wifi to get on the same network layer?

Regards
Leon
by leonj
Wed Nov 28, 2007 9:17 am
Forum: General
Topic: low speed on RB333
Replies: 1
Views: 1827

Re: low speed on RB333

Hi, As far as my experience goes, running hotspot and a ppp server with nstreme on wireless puts quite a load in the CPU. Even though the RB333 is a PPC 266/333MHz with a 175mhz co-processor, I still think the 900Mhz P3 would perform better. As you could already see a difference in speeds after impl...
by leonj
Wed Nov 28, 2007 8:05 am
Forum: Beginner Basics
Topic: introducing myself and a DNS question
Replies: 6
Views: 2730

Re: introducing myself and a DNS question

Hi Hilton I have zero experience with IPSec so I can't really give you an educated comparison between IPsec and PPTP, but the encrypted PPTP tunnel works like a charm with a affiliate of that script here. :D Strangely enough, I have a dusty Draytek that someone put on my table here but I haven't loo...
by leonj
Wed Nov 28, 2007 7:57 am
Forum: General
Topic: Set a queue for bittorrent transfers
Replies: 15
Views: 8741

Re: Set a queue for bittorrent transfers

I have experienced that this rule does not drop all p2p? If I encrypt my traffic, I can use torrents with a smile. :D

Regards
Leon
by leonj
Tue Nov 27, 2007 3:17 pm
Forum: Beginner Basics
Topic: How To configuration mikrotik
Replies: 2
Views: 1666

Re: How To configuration mikrotik

Hi,

Mangle required ports and use policy routing. SHould fix messenger issue over 2 adsl lines.

Regards
by leonj
Tue Nov 27, 2007 3:13 pm
Forum: Beginner Basics
Topic: explain in installation
Replies: 6
Views: 2552

Re: explain in installation

Google for software called "virtual box"

or

Microsoft's Virtual PC. Also free.

Regards
Leon
by leonj
Tue Nov 27, 2007 3:04 pm
Forum: General
Topic: PPPoE + OSPF
Replies: 3
Views: 1661

Re: PPPoE + OSPF

OSPF setup is simple. /ip routing ospf network add network="x.x.x.x/29"
Sorry, supposed to be :

/routing ospf network ...
by leonj
Tue Nov 27, 2007 3:01 pm
Forum: General
Topic: PPPoE + OSPF
Replies: 3
Views: 1661

Re: PPPoE + OSPF

Hi Koob OSPF setup is simple. /ip routing ospf network add network="x.x.x.x/29" Do this for each network address on the router. Also, do you really want to use PPPoE on each AP? As a suggestion you could have a central PPTP server which will handle all the tunnels, and therefore have no pr...
by leonj
Tue Nov 27, 2007 2:56 pm
Forum: Scripting
Topic: low signal redirect/disconect
Replies: 2
Views: 1713

Re: low signal redirect/disconect

Hi,

In RouterOS 2.9x you will probably need to do it via a script, but I ma not sure how you will initiate the script as soon as a client connects, except via the scheduler. RouterOS 3.x has a feature in the wireless access-list to limit signal stregths in dbm's

Regards
Leon
by leonj
Tue Nov 27, 2007 2:34 pm
Forum: RouterBOARD hardware
Topic: webbox
Replies: 2
Views: 6053

Re: webbox

Open the your router in a web browser using the IP that you assigned to it and then log in at the top right hand corner.

NOTE : Webbox is limited when compared to winbox or a telnet session.

Viola!!

Regards
Leon
by leonj
Tue Nov 27, 2007 2:26 pm
Forum: Beginner Basics
Topic: introducing myself and a DNS question
Replies: 6
Views: 2730

Re: introducing myself and a DNS question

I also have a script very similar to Sam's one and it works perfectly, except I use encrypted PPTP tunnels. How would you use IPSec in such a solution?

Regards
Leon
by leonj
Tue Nov 27, 2007 12:25 pm
Forum: General
Topic: Set a queue for bittorrent transfers
Replies: 15
Views: 8741

Re: Set a queue for bittorrent transfers

Hi,

Bittorrent is hard to limit if the client encrypts the traffic. You could try limit it in RouterOS 3 using regexp but I am not sure if that would work.

Regards
Leon
by leonj
Tue Nov 27, 2007 11:05 am
Forum: General
Topic: Proxy question
Replies: 3
Views: 1298

Re: Proxy question

Hi,

You could try to mangle (mark packets for eg) coming from normal network and the dst-nat those mangled packets to the proxy.

Hope this puts you on track as to what you need to get done!

Regards
Leon
by leonj
Tue Nov 27, 2007 11:00 am
Forum: General
Topic: VPN traffic traveling through MKT is limited to 10 tunnels?
Replies: 9
Views: 2228

Re: VPN traffic traveling through MKT is limited to 10 tunnels?

What level is the RouterOS liscence?

Regards
Leon
by leonj
Tue Nov 27, 2007 10:56 am
Forum: Scripting
Topic: How To choose The Best Channel ??
Replies: 5
Views: 2971

Re: How To choose The Best Channel ??

is this in client side or in AP side?

Regards
Leon
by leonj
Mon Nov 26, 2007 5:00 pm
Forum: General
Topic: hotspot setup - before or after adding firewall rules?
Replies: 1
Views: 952

Re: hotspot setup - before or after adding firewall rules?

hi jaytcsd

hotspot adds dynamic firewall rules to the filter chain. when the router reboots, these dynamic rules usually go and sit on top of the rules.

cant think of any other reason you should do the one before the other.

Regards
Leon
by leonj
Mon Nov 26, 2007 4:57 pm
Forum: Wireless Networking
Topic: bridging ether1 to wlan1
Replies: 6
Views: 4473

Re: bridging ether1 to wlan1

Hi Jordan Regarding the bridging question you have. ether+wlan can only be bridged if wlan is an ap-bridge mode (RouterOS 2.9x). If wlan needs to be in station mode, it can only be achieved in routerOS v3.x setting the wlan to station pseuo-bridge mode. Accessing the routerboard from the internet wo...
by leonj
Mon Nov 26, 2007 4:50 pm
Forum: Beginner Basics
Topic: introducing myself and a DNS question
Replies: 6
Views: 2730

Re: introducing myself and a DNS question

Hi Hilton!! Welcome to the forum! I am also from SA and had the exact same situation (having to connect branches via VPN's, considering the pricing of static IP's in SA, DDNS address was the cheaper choice). I succeeded in creating a script which helped me in my situation. Maybe if you could explain...
by leonj
Mon Oct 22, 2007 4:41 pm
Forum: RouterBOARD hardware
Topic: "wireless-crd" Package
Replies: 1
Views: 1516

"wireless-crd" Package

Hi,

I have noticed since RouterOS 2.9.48 there is a package named "wireless-crd".

What this package include?

Regards
by leonj
Tue Sep 04, 2007 1:27 pm
Forum: Scripting
Topic: how to connect to any ssid starting with "wlxxxx..
Replies: 9
Views: 2956

Re: how to connect to any ssid starting with "wlxxxx..

Cool! That sound like what I have been looking for.. I am going to try it!

(And use it in a script...)

Regards
Leon
by leonj
Mon Sep 03, 2007 5:09 pm
Forum: General
Topic: WebProxy LOG
Replies: 9
Views: 4161

Re: WebProxy LOG

actually the Dude can also work as a syslog and gather your logs

How do you set it up with the dude?

Regards
Leon
by leonj
Mon Sep 03, 2007 4:50 pm
Forum: General
Topic: connection tracking is routing possibile
Replies: 13
Views: 2576

Re: connection tracking is routing possibile

Connection tracking is required for action=mark-routing.

Is this the only reason that conn-trac would be used? Besides being able to actualy see whats happening on the network?

Regards
Leon
by leonj
Mon Sep 03, 2007 3:38 pm
Forum: Scripting
Topic: how to connect to any ssid starting with "wlxxxx..
Replies: 9
Views: 2956

Re: how to connect to any ssid starting with "wlxxxx..

You can setup a list of xxx SSIDs to connect, but i don't think it supports something like % or *, wildcards. if you find a way let me know! Need Mikrotik Support, contact Dennis Burgess St. Louis Network Engineering Services http://www.mikrotikconsulting.com mailto:dmburgess@mikrotikconsulting.com...
by leonj
Fri Aug 31, 2007 5:56 pm
Forum: Scripting
Topic: Remote Scan?
Replies: 18
Views: 16057

Re: Remote Scan?

Yes! This feature would be GREATLY appreciated!

Regrads
Leon
by leonj
Fri Aug 31, 2007 5:55 pm
Forum: Scripting
Topic: Make my script working
Replies: 4
Views: 1824

Re: Make my script working

The 'server' part in the script is the IP of the SMTP server through wich you can send mail.

Regards
Leon
by leonj
Fri Aug 31, 2007 5:20 pm
Forum: Beginner Basics
Topic: simple queue DIRECTION in win box
Replies: 2
Views: 1673

Re: simple queue DIRECTION in win box

Could you explain what you mean by direction?

Could it be the dst-address or something?
by leonj
Tue Apr 24, 2007 8:34 am
Forum: RouterBOARD hardware
Topic: 100% CPU Load on 2.9.42 ???
Replies: 4
Views: 2217

I have had the same problem, and that with less than 100 concurrent users!!
by leonj
Thu Apr 19, 2007 4:58 pm
Forum: Wireless Networking
Topic: should i enable wds?
Replies: 3
Views: 7706

well, basically, yes. enable wds as i mentioned and set a default bridge and that is that? what happens on the client side? currently they are in station mode connecting to an ap.
by leonj
Thu Apr 19, 2007 4:26 pm
Forum: Wireless Networking
Topic: should i enable wds?
Replies: 3
Views: 7706

should i enable wds?

Hi, I am really having trouble understaning the whole WDS concept and would appreciate some help here... I have a wireless network with about 10 towers, each having around 5 different ssid's each. I would like to know if i would benefit if I had to enable WDS mode in dynamic, and ignore SSID on the ...
by leonj
Fri Apr 13, 2007 1:37 pm
Forum: General
Topic: routing specific web addresses
Replies: 5
Views: 4223

Mmm.. I see.. Maybe you could get hold of the IP ranges they dish out and route all the traffic in that range through the corresponding range? I know the MT's have trouble working off "DNS" type addresses, they tend to ask for a valid IP or resolve it automatically once you say add a new r...
by leonj
Fri Apr 13, 2007 9:59 am
Forum: Wireless Networking
Topic: SSID Suggestion?
Replies: 1
Views: 961

SSID Suggestion?

Hi, I am sitting with 2 choices at the moment and can't decide wich one is the best way to go about it.We have a wireless network with about 10 repeaters. We experiment a lot with different radios and antennas. Each repeater broadcasts about 5 different SSID's each, which you could imagine, having 1...
by leonj
Thu Apr 12, 2007 8:37 pm
Forum: General
Topic: routing specific web addresses
Replies: 5
Views: 4223

Hi, this is now if I understand correctly... sorry if I misunderstood... I think you will still need to do the mangle thing unless you dont get dynamic IP from your ISP you could consider static routing, but that is also not possible as you need a static destination. What router is it that you using...
by leonj
Thu Apr 12, 2007 4:18 pm
Forum: General
Topic: Users log
Replies: 5
Views: 3888

Lots ofways to do it. One is... / ip firewall filter add chain=forward protocol=tcp dst-port=80 action=log log-prefix="WEB -" \ comment="" disabled=no Will log all web traffic going through the router to and log it to the routers log. Be carefull.. if you have a large network = B...
by leonj
Thu Apr 12, 2007 4:06 pm
Forum: General
Topic: WinBox error
Replies: 12
Views: 48241

I get error alot when doing winbox MAC level. Try with TCP connection.
by leonj
Thu Apr 12, 2007 4:05 pm
Forum: General
Topic: routing specific web addresses
Replies: 5
Views: 4223

Hey Toni Refer to the MikroTik Docs - more specifically the mangle feature. Basically explained : You need to do some policy routing. SOME details : In /ip firewall mangle you should add a mangle rule which has the conditions you state and then do mangle, marking the route. eg. (https is a issue ove...
by leonj
Thu Apr 12, 2007 3:41 pm
Forum: General
Topic: mikrotik crashing intermittently
Replies: 1
Views: 945

I am having similar issue with certain RB's on my network. Different RouterOS versions. I remember once, I got this issue when I had usermanager installed on a RB500.

Seems like when the CPU useage hits 100% you cant manage the router, traffic passes but does'nt 'enter' the router....
by leonj
Thu Apr 12, 2007 3:24 pm
Forum: General
Topic: 5.8 GHz Bridge with Mikrotik problem
Replies: 7
Views: 1988

Could you elaborate a bit more on your setup? Are you trying to run HotSpot on the bridge? Is AP1 Connected to the RouterBOARD in Access Point mode and AP2 in client mode, seeing as something is getting an address from DHCP?
by leonj
Thu Apr 12, 2007 3:18 pm
Forum: General
Topic: OSPF is loosing routes
Replies: 9
Views: 2837

Is the OSPF running on wireless links or ethernet? Try setting the network type in the OSPF inerface settings to something other than broadcast. Here are the explanations for the different networks types : *broadcast - packet that is sent to broadcast network will be received by all routers in subne...
by leonj
Thu Apr 12, 2007 11:41 am
Forum: RouterBOARD hardware
Topic: RB532 overheating?
Replies: 0
Views: 1214

RB532 overheating?

Hi, I have a couple of RB532's on my network. I am getting issues with the CPU's sporadically reaching 100% CPU useage and wireless interfaces not connecting etc. The routers are in a sealed weatherproof enclosure with some of them having 3-4 radios. Wat could be other issues causing the CPU to reac...
by leonj
Thu Apr 12, 2007 11:28 am
Forum: Wireless Networking
Topic: hotspot users
Replies: 1
Views: 966

Why do 2 different clients have the same MAC address? I assume this is the wireless MAC?
by leonj
Thu Apr 12, 2007 11:21 am
Forum: Wireless Networking
Topic: How to create station/client bridge without WDS?
Replies: 3
Views: 1689

RouterOS v3.x will have station-pseudo-bridge mode for this. That will enable you to put the client side's wireless and ethernet interfaces in a bridge to form a type of transparent bridge. Because of the protocol limitation in 802.11, if plain station mode is put in a bridge with ethernet, a mac ad...
by leonj
Thu Apr 12, 2007 11:01 am
Forum: Wireless Networking
Topic: Wireless disconnection messages explained!
Replies: 86
Views: 175715

Thank you! :lol:
by leonj
Wed Mar 14, 2007 5:20 pm
Forum: Scripting
Topic: Variables in a script
Replies: 14
Views: 9998

Brilliant!!! Thanks!!!

And then for interest sake...

How would I modify lanip's value later on in the scipt with a :set command?
by leonj
Wed Mar 14, 2007 4:08 pm
Forum: Scripting
Topic: Variables in a script
Replies: 14
Views: 9998

Variables in a script

Hi, I woud like to know if there is anyone that could help with this. I would like to set the IP to an interface ie. ether1 from a variable but I am not sure how I would go about doing this... Here is a simple example of the logic on how I am thinking. Is there a way to get it to work or am I on com...
by leonj
Wed Mar 14, 2007 12:04 am
Forum: General
Topic: PPTP Need Help (twilight zone)
Replies: 2
Views: 2366

Hi I have similar issues with PPTP. It seems like the windows clients dont want to work behind a NAT. The best way to make sure it works is if the routing is set up completely BOTH ways ie. you can ping both sides (client <-> server). If the NAT is on a MT, try enabling the PPTP helper in the firewa...
by leonj
Wed Mar 14, 2007 12:00 am
Forum: General
Topic: 2.9.40 and serious EOIP issue
Replies: 3
Views: 1703

Yes, i also have a router with 2.9.40 and EOIP caused it come to a standstill...
by leonj
Tue Mar 13, 2007 11:51 pm
Forum: General
Topic: Bridging
Replies: 1
Views: 998

hi

ether and wlan can be bridged except if wlan=station.

i dont know of issues bridging wlan with wlan
by leonj
Tue Mar 13, 2007 11:49 pm
Forum: General
Topic: PPTP Error
Replies: 3
Views: 2584

Hi

Does the linux box have a firewall of some sort?
by leonj
Tue Mar 13, 2007 11:41 pm
Forum: General
Topic: How to make a perfect Internet quality in my router ?
Replies: 10
Views: 2972

yes, and if your AP is running at 11Mbps, even worse!!
by leonj
Tue Mar 13, 2007 11:34 pm
Forum: General
Topic: VPN with PPTP
Replies: 2
Views: 1269

With PPTP you should be able to ping both sides. This means you should be able to ping the MT running PPTP server from the internet, and the device running the PPTP client from your Mikrotik. I have experienced the same issue with ISP's using some form of proxy or NAT.
by leonj
Tue Mar 13, 2007 11:34 pm
Forum: General
Topic: VPN with PPTP
Replies: 2
Views: 1269

With PPTP you should be able to ping both sides. This means you should be able to ping the MT running PPTP server from the internet, and the device running the PPTP client from your Mikrotik. I have experienced the same issue with ISP's using some form of proxy or NAT.

:cry:
by leonj
Tue Mar 13, 2007 11:31 pm
Forum: General
Topic: How to route on dynamic gateway?
Replies: 6
Views: 4028

How often does the gateway IP change? Consider Netwatch. You could place a script there that fire's off your script that modifies the routing marks, and also then changes the netwatch to "watch" the correct gateway again.

Hope it helps...