Community discussions

MikroTik App

Search found 70 matches

by 1001001
Wed Nov 08, 2017 10:42 am
Forum: Wireless Networking
Topic: CAPsMANv2, 5Ghz, no supported band
Replies: 6
Views: 5484

Re: CAPsMANv2, 5Ghz, no supported band

I'm experiencing that same problem. Tried a few thing like setting channels and bands to different settings but none worked so far. I'm using a hAP ac lite as CAP in conjunction with a RB2011UiAS-IN as CAPsMAN. Both on the latest Bugfix only Firmware. Is there a fix for this? CAPsMAN config /caps-ma...
by 1001001
Fri Jul 28, 2017 2:23 pm
Forum: Scripting
Topic: Creating rsc file with identity/date/time
Replies: 3
Views: 2365

Re: Creating rsc file with identity/date/time

Thank you for your hints, now it works. :global date ([:pick [/system clock get date] 0 3] . [:pick [/system clock get date] 4 6] . [:pick [/system clock get date] 7 11]); :global time ([:pick [/system clock get time] 0 9]); :local fileName ([/system identity get name]."_".$date."_&qu...
by 1001001
Fri Jul 28, 2017 1:41 pm
Forum: Scripting
Topic: Creating rsc file with identity/date/time
Replies: 3
Views: 2365

Creating rsc file with identity/date/time

Hi, I'm currently trying to export all secrets in /ppp secret into a file with $identity$date$time as name. The code is as follows :global date ([:pick [/system clock get date] 0 12]); :global time ([:pick [/system clock get time] 0 9]); :local fileName (.[system identity get name]"$date"&...
by 1001001
Mon Nov 28, 2016 10:12 am
Forum: General
Topic: IPsec NAT traversal
Replies: 2
Views: 10114

Re: IPsec NAT traversal

bump!!!
by 1001001
Wed Nov 23, 2016 3:38 pm
Forum: General
Topic: IPsec NAT traversal
Replies: 2
Views: 10114

IPsec NAT traversal

Hello everybody, we ahve several request requesting IPsec tunnels thorugh our MikroTik routers. I've searched the forum but didn't find anything specific pertainig to the problem. A few topics talk about adding firewall rules in the forwad chain to allow traffic through port 500 4500 and the ip prot...
by 1001001
Mon Jun 20, 2016 12:33 pm
Forum: General
Topic: [solved]Append string to command in variable
Replies: 2
Views: 3182

Re: Append string to command in variable

For everyone interested I found the solution.
It has to look like this:
user=[:put "guest-network $[/system routerboard get serial-number]"]
by 1001001
Mon Jun 20, 2016 12:02 pm
Forum: Scripting
Topic: Append a string to a command in ppp variable
Replies: 1
Views: 2611

Append a string to a command in ppp variable

Hello, I'm currently trying the following: Set the user of a ppp device to serialnumber + string. I've tried a few things but it won't work. It allways stops at the dash saying 'expected and of command'. It should look like this user=[/system routerboard get serial-number]-guest-network Is this poss...
by 1001001
Mon Jun 20, 2016 11:40 am
Forum: General
Topic: [solved]Append string to command in variable
Replies: 2
Views: 3182

[solved]Append string to command in variable

Hello,

I'm currently trying the following:

Set the user of a ppp device to serialnumber + string. I've tried a few things but it won't work.

It should look like this

user=[/system routerboard get serial-number]-guest-network

Is this possible?

Best regards
by 1001001
Thu Jun 09, 2016 12:23 pm
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Re: Routed network does forward icmp but not http

We'll did a packet capture, which as I expected didn't tell me anything new. The traffic comes in one interface and doesn't go out the other. ... I don't get it ... this is a real bummer. Is there another way to implement a network where traffic from a VPN client is forwarded through the VPN Server ...
by 1001001
Thu Jun 09, 2016 11:08 am
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Re: Routed network does forward icmp but not http

That's not very helpful. Since every attempt to establish a connection fail at the VPN Server the problem has to be there. Someone here has to have had a similar experience with a similar setup its not that exotic. I'm just routing traffic out a specific interface and don't get it routed back. I tri...
by 1001001
Thu Jun 09, 2016 9:09 am
Forum: General
Topic: Delete all files from RB
Replies: 4
Views: 4262

Re: Delete all files from RB

Well yes you can delete it but it'll probably reappear. It's the folder used to store Webfig skins so routerOS will probably recreate it.
by 1001001
Wed Jun 08, 2016 5:31 pm
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Re: Routed network does forward icmp but not http

Tried that too, didn't work either. I'm starting to think that its more of a routing problem. If it would be the mtu then I think I wouldn't see the tcp traffic flowing into the interface thats connected to the Watchguard and coming out of the Watchguard. Just to be clear the traffic traverses the n...
by 1001001
Wed Jun 08, 2016 4:45 pm
Forum: General
Topic: Delete all files from RB
Replies: 4
Views: 4262

Re: Delete all files from RB

Hi,
usually you can delete all files.
Folders like the hotspot folder get generated automatically by the hotspot server if not specified.
Backup files are created before a reset an can also be deleted.

What kind of files do you have on your device?

Best regards

1001001
by 1001001
Wed Jun 08, 2016 3:49 pm
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Re: Routed network does forward icmp but not http

Ok, I've put it in the config but it didn't have the desired effect. The problem still exists. ICMP works, TCP doesn't.
by 1001001
Wed Jun 08, 2016 12:53 pm
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Re: Routed network does forward icmp but not http

To see what value of MTU is the problem just ping with larger packets and watch when it stops working.
It stops after a packet size of 1500.
by 1001001
Wed Jun 08, 2016 12:52 pm
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Re: Routed network does forward icmp but not http

Then it is a MTU problem, usually combined with bad firewall configuration. You need to make sure that ICMP is not dropped. But it usually does not hurt to add a "clamp MSS to PMTU" rule for protocol TCP in the mangle table. Ok, how would i set this rule? I have never done that before. Ed...
by 1001001
Wed Jun 08, 2016 11:37 am
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Re: Routed network does forward icmp but not http

The connection gets established I can see it when I torch the interface that faces the Watchguard but the client doesn't receive the replies.
by 1001001
Wed Jun 08, 2016 11:00 am
Forum: General
Topic: Routed network does forward icmp but not http
Replies: 15
Views: 2830

Routed network does forward icmp but not http

Hello everyone, I just build a vpn setup that terminates into a Watchguard device. The setup looks as follows. 1. The VPN Client (RB751G) connects to the VPN Server which has the IP Address 212.53.XXX.XXX 2. The VPN Client obtains a tunnel IP (local & remote) of 10.1.30.3 (local) and 10.1.30.1 (...
by 1001001
Fri Feb 26, 2016 1:47 pm
Forum: Scripting
Topic: PayPal with hotspot and walled garden bypass
Replies: 1
Views: 1813

Re: PayPal with hotspot and walled garden bypass

Hello again, I did a little debugging, found the problem and changed the scripts to make them work. Tehy now look like this: :local ppobjip [:resolve www.paypalobjects.com]; :local today [/system clock get date]; :local paypalobject [/ip hotspot walled-garden ip find dst-address=$ppobjip]; :local th...
by 1001001
Fri Feb 26, 2016 12:18 pm
Forum: Scripting
Topic: PayPal with hotspot and walled garden bypass
Replies: 1
Views: 1813

PayPal with hotspot and walled garden bypass

Hi, I'm currently trying to get the following script to work :local ppobjip [:resolve www.paypalobjects.com]; :local today [/system clock get date]; :local paypalobject [/ip hotspot walled-garden ip find dst-address=$ppobjip]; :local thisdate none; :local noip true; :foreach i in=$paypalobject do={ ...
by 1001001
Fri Feb 05, 2016 1:12 pm
Forum: Announcements
Topic: Winbox3.1 released!
Replies: 49
Views: 56722

Re: Winbox3.1 released!

Hello, I find it horribly annoying that winbox doesn't fully close after breaking hitting the x when connected to a device. I configure hundreds of devices everyday that completly breaks my workflow. Could please, pretty please revert to fully closing the application on hitting the x? Best regards 1...
by 1001001
Wed Nov 04, 2015 5:14 pm
Forum: General
Topic: How to configure restricted bandwidth (up/down) for VLAN interfaces
Replies: 2
Views: 889

How to configure restricted bandwidth (up/down) for VLAN interfaces

Hi everybody, I'm currently trying to setup bandwidthmanagement on one of our routers but it won't work. What I need is a restriction on a specific interface, in this case a VLAN, in order to keep the used bandwidth on the VLANs at 512k/8Mbit. I have two VLANs on ether2-master-local and the network ...
by 1001001
Wed Sep 30, 2015 3:18 pm
Forum: Forwarding Protocols
Topic: eoip tunnels
Replies: 3
Views: 1647

Re: eoip tunnels

I have no idea how to implent MPLS/VPLS in our heterogenous netwok topolgy. And as far as I can see you need direkt WAN access for MPLS, something I can't provide on lasmost all our locations we usually sit behind a nat.
Are there any alternatives?

Best regards

1001001
by 1001001
Fri Sep 25, 2015 1:43 pm
Forum: Scripting
Topic: shutting down interfaces at a specific time
Replies: 3
Views: 1858

Re: shutting down interfaces at a specific time

Thanks for your answer.
What if we had to do this at different times on different days?

Best regards

1001001
by 1001001
Fri Sep 25, 2015 12:14 pm
Forum: Scripting
Topic: shutting down interfaces at a specific time
Replies: 3
Views: 1858

shutting down interfaces at a specific time

Hello everybody,

would it be possible to write a script that shutsdown an interface, lets say between 2200h and 0600h everyday?
If yes does somebody out there have a code snippet i can use to get started?

Best regards

1001001
by 1001001
Fri Sep 25, 2015 12:11 pm
Forum: General
Topic: binding a user to a specific WAN facing interface
Replies: 1
Views: 876

binding a user to a specific WAN facing interface

Hello everybody, I was asked the following question the other day: Would it be possible to take a hotspot active user and force him or her to use a specific pppoe-out interface? A little background: The location in question is configured as follows. Four WAN connections are bound together to serve t...
by 1001001
Wed Sep 23, 2015 2:26 pm
Forum: Forwarding Protocols
Topic: eoip tunnels
Replies: 3
Views: 1647

eoip tunnels

Hello everybody,

I have a short question. When using EOIP tunnels you have, as far as i understand, setup one pair of tunnel ends per client. Is that right or could I use one EOIP interface on the server and one for each client connecting to the interface on the server?

Best regards

1001001
by 1001001
Wed Sep 23, 2015 1:50 pm
Forum: Forwarding Protocols
Topic: Forwarding PPP Traffic
Replies: 0
Views: 914

Forwarding PPP Traffic

Hello everybody, we are currently trying to build a solution where we use hotspot profiles to route traffic based on simple conditions. One profile gets routed without any further handling, the other should be forwarded to an appliance which processes the data and filters it. The question is how wou...
by 1001001
Fri Sep 04, 2015 9:53 am
Forum: Scripting
Topic: DynDNS update script periodically doesn't update
Replies: 3
Views: 1650

DynDNS update script periodically doesn't update

Hi, we have a self written dynDNS script running on our routers that work 99% of the time but doesn't in some cases. We use dns as a means to get a heartbeat from all our routers, so its important that they phone home every minute or so. I've checked erverything i can think of but can't figure out w...
by 1001001
Mon Jul 14, 2014 4:20 pm
Forum: General
Topic: isolating and identifying users using p2p
Replies: 5
Views: 1833

Re: isolating and identifying users using p2p

SORRY FOR MY ENGLISH... I HOPE YOU DO NOT MISUNDERSTAND WHAT I WANT WRITE!!! If user pay you for Internet connection, you do not have any right for sniff, block or reduce any type of traffic, also because you are not one police officer. Abou your question: I stop any belligerance with P2P and the o...
by 1001001
Mon Jul 14, 2014 3:35 pm
Forum: General
Topic: isolating and identifying users using p2p
Replies: 5
Views: 1833

isolating and identifying users using p2p

Hello, first a little background: we are a small ISP and as such are providing networkinfrastructure and internetaccess to a multitude of users. Some of them use p2p networks which yields us lots of cease and desist orders. One location in particular stands out and produces one such order per week. ...
by 1001001
Wed Jun 11, 2014 5:19 pm
Forum: General
Topic: Radius / Hotspot / CoA / Subnets
Replies: 3
Views: 1464

Re: Radius / Hotspot / CoA / Subnets

bump!
by 1001001
Wed Jun 11, 2014 5:18 pm
Forum: General
Topic: Radius / Hotspot / Contentfiltering
Replies: 1
Views: 979

Radius / Hotspot / Contentfiltering

Hello everybody, we are currently evaluating solution to the problem: How do we selectively enforce contentfiltering on our hotspot user Is a selective enforcement possible and how? Is a scenario feasible in which the radius server passes either a fixed IP or a pool to the router in order to be able...
by 1001001
Wed May 21, 2014 11:24 am
Forum: General
Topic: Radius / Hotspot / CoA / Subnets
Replies: 3
Views: 1464

Re: Radius / Hotspot / CoA / Subnets

How would one accomplish for example the use of a different dhcp-server per user (radius), can I use framed ip or something like that?
by 1001001
Tue May 20, 2014 5:33 pm
Forum: General
Topic: Radius / Hotspot / CoA / Subnets
Replies: 3
Views: 1464

Radius / Hotspot / CoA / Subnets

Hello, we've currently pondered whether it would be possible to have users authenticated against a central radius-server assigned to specific dhcp server oder subnet in order to inflict on him a cerntain rulesset like specific dns servers or pron-filters? In the same way would it be possible to rest...
by 1001001
Fri May 16, 2014 11:38 am
Forum: Scripting
Topic: Trial user / local landing page / redirect after login
Replies: 8
Views: 8150

Re: Trial user / local landing page / redirect after login

I considered that but I couldn't figure out who calls that file. Is it spawned from login.html or status.html and which directive is necessary to bring it up?
by 1001001
Thu May 15, 2014 4:06 pm
Forum: Scripting
Topic: Trial user / local landing page / redirect after login
Replies: 8
Views: 8150

Re: Trial user / local landing page / redirect after login

Additonally if this keeps failing to work, is there another way to redirect user to an external site after successful authentication?
by 1001001
Thu May 15, 2014 3:59 pm
Forum: Scripting
Topic: Trial user / local landing page / redirect after login
Replies: 8
Views: 8150

Trial user / local landing page / redirect after login

Hi, i currently played around with redirecting user to an external website after they have logged in. Using the string <input type="hidden" name="dst" value="http://www.thinkblue-island.de/"> it works within a landing page with username and password authentication but a...
by 1001001
Tue Apr 29, 2014 1:37 pm
Forum: Scripting
Topic: Dynamic DNS Script for custom solution
Replies: 2
Views: 1526

Re: Dynamic DNS Script for custom solution

nevermind, fixed it by adding a nwe route for the request.
by 1001001
Tue Apr 29, 2014 1:22 pm
Forum: Scripting
Topic: Dynamic DNS Script for custom solution
Replies: 2
Views: 1526

Re: Dynamic DNS Script for custom solution

Using this script I encountered that when run on a router that should tunnel all traffic through vpn, ist ist not chekcing throught the vpn but rather throught the actual internet connection.
Does anybody have an idea how that coul be mitigated?

Thank you.

Best regards

1001001
by 1001001
Mon Apr 28, 2014 11:04 am
Forum: Scripting
Topic: Dynamic DNS Script for custom solution
Replies: 2
Views: 1526

Dynamic DNS Script for custom solution

Hi would you kindly take a look at this script an tell if there es anything wrong with it or if it can be optimized somehow. Thank you. # set mandatory variables :local username [/system identity get name ] :local password "test" :global dyndnsForce :global previousIP :log info ("prev...
by 1001001
Tue Mar 04, 2014 8:02 pm
Forum: General
Topic: transparent bridging over VPN / central NAT
Replies: 3
Views: 1823

Re: transparent bridging over VPN / central NAT

Hello everybody, is there a 'simple' solution to the following problem? Consider a szenario where you have 10 site that have to be in the same broadcast domain / the same local network, getting servered by the same dhcp server and getting internet access through the same NAS. Which combination is t...
by 1001001
Tue Mar 04, 2014 7:40 pm
Forum: General
Topic: transparent bridging over VPN / central NAT
Replies: 3
Views: 1823

transparent bridging over VPN / central NAT

Hello everybody, is there a 'simple' solution to the following problem? Consider a szenario where you have 10 site that have to be in the same broadcast domain / the same local network, getting servered by the same dhcp server and getting internet access through the same NAS. Which combination is th...
by 1001001
Thu Feb 27, 2014 1:14 pm
Forum: General
Topic: 5.6 > 6.7 Update / Certificatestore lost Certificates
Replies: 2
Views: 1847

Re: 5.6 > 6.7 Update / Certificatestore lost Certificates

Bump! Still having that problem. We've set up a local ca that generates client certificates, it is configured to set not valid before and not valid after to a 10 year timewindow. So the importe certificates should be valid for 3650 days. routerOS sets 'Days Valid' to 365. Why is that? And still why ...
by 1001001
Thu Jan 09, 2014 2:14 pm
Forum: General
Topic: 5.6 > 6.7 Update / Certificatestore lost Certificates
Replies: 2
Views: 1847

Re: 5.6 > 6.7 Update / Certificatestore lost Certificates

Anyone? Do I need to be more specific?
by 1001001
Wed Jan 08, 2014 1:35 pm
Forum: General
Topic: 5.6 > 6.7 Update / Certificatestore lost Certificates
Replies: 2
Views: 1847

5.6 > 6.7 Update / Certificatestore lost Certificates

Hello everybody,

why is it that when one updates from 5.6 to 6.7 all certificates are lost??
And additionally why does ROS set the validty to 365 when the ca explicitly has set it to 3650?

Best regards

1001001
by 1001001
Tue Dec 03, 2013 4:40 pm
Forum: General
Topic: Simple static routing & Hotspot
Replies: 1
Views: 997

Simple static routing & Hotspot

Hello, we've setup a simple static routing between a router A (internet gateway & hotspot server) with a local subnet 10.0.0.0/24 and router B with a local subnet 10.0.10.0/24. The routing works just fine. Router A has 10.0.0.1 and router B 10.0.0.2. As long as the hotspot is disabled everything...
by 1001001
Tue Dec 03, 2013 2:32 pm
Forum: Forwarding Protocols
Topic: Simple static routing & Hotspot
Replies: 1
Views: 1094

Re: Simple static routing & Hotspot

Anyone? Wrong forum?
by 1001001
Tue Dec 03, 2013 12:48 pm
Forum: Forwarding Protocols
Topic: Simple static routing & Hotspot
Replies: 1
Views: 1094

Simple static routing & Hotspot

Hello, we've setup a simple static routing between a router A (internet gateway & hotspot server) with a local subnet 10.0.0.0/24 and router B with a local subnet 10.0.10.0/24. The routing works just fine. Router A has 10.0.0.1 and router B 10.0.0.2. As long as the hotspot is disabled everything...
by 1001001
Tue Nov 19, 2013 8:09 pm
Forum: Scripting
Topic: Accessing 100+ ip's via ssh
Replies: 4
Views: 1593

Re: Accessing 100+ ip's via ssh

Related to the subject: Would it be possible to create somekind of output to a file for example to be able to track progress and in case of an error know which clients weren't handled?
by 1001001
Tue Nov 19, 2013 7:53 pm
Forum: Scripting
Topic: Accessing 100+ ip's via ssh
Replies: 4
Views: 1593

Re: Accessing 100+ ip's via ssh

Should you pause after the quit ... give it some time?
Well that would probably be a good idea, but I don't have the faintest of ideas how to accomplish that.
Could you give me a hint?
by 1001001
Tue Nov 19, 2013 7:44 pm
Forum: Scripting
Topic: Accessing 100+ ip's via ssh
Replies: 4
Views: 1593

Accessing 100+ ip's via ssh

Hello everybody, I recently ran into the problem of having to change the configuration of about 150 vpn clients. They are all conntected to a RouterOS system runnning as ovpn-server. To tackle the problem not having to access every client manually i tried the following script :foreach item in=[ /ip ...
by 1001001
Thu Aug 22, 2013 11:57 am
Forum: Scripting
Topic: Serverlet error handling
Replies: 0
Views: 1694

Serverlet error handling

Hello everybody, we're getting constant complaint about the fact that if a user tries to login providing invalid credentials the serverlets allways just display the error 'Radius server is not responding'. Well I checked both our radiusserver appenrently do not send any answer to an invalid access-r...
by 1001001
Sun Nov 18, 2012 5:08 pm
Forum: General
Topic: RouterOS OVPN Server - Routing
Replies: 2
Views: 1043

Re: RouterOS OVPN Server - Routing

solved.
by 1001001
Sun Nov 18, 2012 1:45 pm
Forum: General
Topic: MT OVPN Server - Client scenario
Replies: 1
Views: 830

Re: MT OVPN Server - Client scenario

anyone?!
by 1001001
Sun Nov 18, 2012 1:44 pm
Forum: General
Topic: RouterOS OVPN Server - Routing
Replies: 2
Views: 1043

Re: RouterOS OVPN Server - Routing

anyone any idea?
by 1001001
Fri Nov 16, 2012 1:13 pm
Forum: General
Topic: Feature requests
Replies: 1740
Views: 632415

Re: Feature requests

Request: implement tar in order to e.g. copy a archive (via ssh) to a client connected to an ovpn server untar it on the client. Needed in case of full portalpage overhaul. The implemente fetch function is just not flexible enough for tasks like the above mentioned. Imagine a portal pages consistin...
by 1001001
Fri Nov 16, 2012 1:11 pm
Forum: General
Topic: MT OVPN Server - Client scenario
Replies: 1
Views: 830

MT OVPN Server - Client scenario

Hello everybody,

I was wondering whether or not it would be possible to access the configinterface of MT devices connected to an VPN Server that serves them with internet access.

Regards

1001001
by 1001001
Fri Nov 16, 2012 12:38 pm
Forum: The Dude
Topic: Pay for DUDE ?
Replies: 19
Views: 7645

Re: Pay for DUDE ?

we'd also be willing to pay as long as its a general license fee (on a yearly basis?) and not a per monitored device basis.

Whatever you guys gonna do, do it fast we'll need this thing stable within the next 4 - 8 months.
by 1001001
Fri Nov 16, 2012 12:27 pm
Forum: General
Topic: Feature requests
Replies: 1740
Views: 632415

Re: Feature requests

Request: implement tar in order to e.g. copy a archive (via ssh) to a client connected to an ovpn server untar it on the client. Needed in case of full portalpage overhaul. The implemente fetch function is just not flexible enough for tasks like the above mentioned. Imagine a portal pages consisting...
by 1001001
Fri Nov 16, 2012 12:00 pm
Forum: General
Topic: RouterOS OVPN Server - Routing
Replies: 2
Views: 1043

RouterOS OVPN Server - Routing

Hello everybody, we've set-up a RouterOs OVPN Server. It's so far the only problem is that it's routing traffic coming from the internet through the wrong ip address. Routingtable: 0 A S 0.0.0.0/0 xxx.xxx.xxx.1 1 1 A S 10.0.10.0/24 xxx.xxx.xxx.1 1 2 ADC 10.0.10.123/32 10.10.10.1 <ovpn-client> 0 [......
by 1001001
Fri Oct 12, 2012 3:55 pm
Forum: General
Topic: Skype bypassing Hotspot
Replies: 2
Views: 1159

Re: Skype bypassing Hotspot

Ok, if so how do i prevent anything from circumventing my tunnelrouting?
by 1001001
Fri Oct 12, 2012 12:33 pm
Forum: General
Topic: Skype bypassing Hotspot
Replies: 2
Views: 1159

Skype bypassing Hotspot

Hello everybody, I just realized running skype behind a RB751G VPN client with active ovpn tunnel and correct routing, that skype even though the hotspot is activated, stays connected and can be used as if i were logged in. That just got me thinking, if skype can do it, everybody can. What counld no...
by 1001001
Mon Sep 24, 2012 4:28 pm
Forum: General
Topic: server -> client communication in an ovpn scenario
Replies: 4
Views: 1247

Re: server -> client communication in an ovpn scenario

Ahh, I see. Gonna try that tomorrow. Thank you!

Another thing, lets assume I have 200 clients connecting via ovpn is there anyway to identify them on the serverside with bidirectional communication enabled?
by 1001001
Mon Sep 24, 2012 2:14 pm
Forum: General
Topic: server -> client communication in an ovpn scenario
Replies: 4
Views: 1247

Re: server -> client communication in an ovpn scenario

Ok, by local network do you mean the server or client side?
by 1001001
Mon Sep 24, 2012 1:04 pm
Forum: General
Topic: server -> client communication in an ovpn scenario
Replies: 4
Views: 1247

server -> client communication in an ovpn scenario

Hello everybody, I've a little problem with the implementation of of a ovpn solution. I've set up a RB1100AHx2 as vpn server and RB751G as vpn-clients it all works like charm. My only remaining problem is that can't reach the clients through the vpn tunnels, hence its impossible to manage them remot...