Community discussions

MikroTik App

Search found 22 matches

by MarkLFT
Tue Aug 23, 2022 3:37 pm
Forum: Beginner Basics
Topic: Unable to get simple subnet routing to work.
Replies: 11
Views: 923

Re: Unable to get simple subnet routing to work.

Ok, so I am not going mad. The subnet routing should work with that simple configuration. One of the test hosts is a Windows, but I also testing with a Mac and a Raspberry Pi running the latest Pi OS. So, now I am at a loss. The router seems ok, the router config seems ok. Will look at unblocking pi...
by MarkLFT
Tue Aug 23, 2022 2:42 pm
Forum: Beginner Basics
Topic: Unable to get simple subnet routing to work.
Replies: 11
Views: 923

Re: Unable to get simple subnet routing to work.

 
 0 ADS  0.0.0.0/0                          pppoe-CBN                 1
 1 ADC  *.*.*.*/32   *.*.*.*  pppoe-CBN                 0
 2 ADC  192.168.2.0/24     192.168.2.1     ether5                0
 3 ADC  192.168.88.0/24    192.168.88.1    ether2              0
by MarkLFT
Tue Aug 23, 2022 11:19 am
Forum: Beginner Basics
Topic: Unable to get simple subnet routing to work.
Replies: 11
Views: 923

Re: Unable to get simple subnet routing to work.

By my understanding, subnets on different ports on the same router can see each other. As I recall, the default rules on a MIkrotik are to forward packets between these ports/subnets. Are you saying they should not by default be able to see each other? If so, what routes do I setup so they can see e...
by MarkLFT
Tue Aug 23, 2022 11:01 am
Forum: Beginner Basics
Topic: Unable to get simple subnet routing to work.
Replies: 11
Views: 923

Re: Unable to get simple subnet routing to work.

As I wrote in my original post, I reset the configuration to nothing, then entered just these commands, so there is no bridging.
by MarkLFT
Tue Aug 23, 2022 10:45 am
Forum: Beginner Basics
Topic: Unable to get simple subnet routing to work.
Replies: 11
Views: 923

Re: Unable to get simple subnet routing to work.

/interface pppoe-client add add-default-route=yes disabled=no interface=ether1 name=pppoe-CBN password=\ ********* user=******* /ip address add address=192.168.2.1/24 interface=ether5 network=192.168.2.0 add address=192.168.88.1/24 interface=ether2 network=192.168.88.0 /ip dns set allow-remote-requ...
by MarkLFT
Tue Aug 23, 2022 9:27 am
Forum: Beginner Basics
Topic: Unable to get simple subnet routing to work.
Replies: 11
Views: 923

Unable to get simple subnet routing to work.

I have a single router, port 1 is nat'd to the internet. Port 2 is address 192.168.88.1/24, and port 3 is address 192.168.2.1/24. All hosts on each subnet has a default route set to the .1 address in its subnet. i.e. host 192.168.88.23 has a default gateway to 192.168.88.1. All hosts can access the ...
by MarkLFT
Wed Mar 24, 2021 10:54 am
Forum: General
Topic: Port Forward to a Hostname
Replies: 3
Views: 919

Port Forward to a Hostname

Is it possible to port forward to a hostname rather than an IP address? I have a scenario when I maintain two copies of a website in two completely separate hosts and subnets. I use regular port forwarding for public traffic to be routed to the primary webserver. However, if the primary server fails...
by MarkLFT
Wed Jul 10, 2019 2:25 pm
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89527

Re: C# API - tik4net on GitHub

I have read that the latest version of the Routerboard firmware changes passwords, will this have an impact on this API? And in particular the creation of hotspot users?
by MarkLFT
Mon Oct 01, 2018 5:16 am
Forum: RouterBOARD hardware
Topic: What 3rd Party LTE Modems are compatible with the RBwAPR-2nD
Replies: 0
Views: 896

What 3rd Party LTE Modems are compatible with the RBwAPR-2nD

I have a RBwAPR-2nD but it came without a modem. I have been trying to find an L11e-LTE, but none seem to be available separately. So I was wondering do I have to use a genuine L11e-LTE, or can I use any 3rd party modems? If so, does anyone have any experience of suggested models that "just wor...
by MarkLFT
Sat Sep 29, 2018 6:59 am
Forum: Wireless Networking
Topic: What 3rd Party LTE Modems are compatible with the RBwAPR-2nD
Replies: 3
Views: 1773

What 3rd Party LTE Modems are compatible with the RBwAPR-2nD

I have a RBwAPR-2nD but it came without a modem. I have been trying to find an L11e-LTE, but none seem to be available separately. So I was wondering do I have to use a genuine L11e-LTE, or can I use any 3rd party modems? If so, does anyone have any experience of suggested models that "just wor...
by MarkLFT
Mon Mar 05, 2018 12:44 pm
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89527

Re: C# API - tik4net on GitHub

I have found this library to very helpful, we use the hotspot features a lot. But we are now looking to expand to use User Manager, do you have any plans to allow users and profiles etc. to be created using objects the same at the Hotspot users. I have been tasked with setting up a MUM server for di...
by MarkLFT
Mon Nov 27, 2017 12:59 pm
Forum: General
Topic: Shared/Common address list for WinBox?
Replies: 16
Views: 10657

Re: Shared/Common address list for WinBox?

Did anyone find a way to do this? I also would like a shared address list. Ideally in cloud storage so I can pick it up form my laptop when on the road.
by MarkLFT
Tue Feb 28, 2017 6:23 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89527

Re: C# API - tik4net on GitHub

I have come across a problem, and would like some advice. We have been using this API for a while, and it is very useful. The problem I have is when we create hotspot users, some of the users names or passwords include non Latin characters, i.e. umlauts etc. Our software stores these names correctly...
by MarkLFT
Wed Nov 30, 2016 3:50 pm
Forum: General
Topic: Hotspot devices not forwarding to external login page.
Replies: 0
Views: 625

Hotspot devices not forwarding to external login page.

I have a hotspot setup in a hotel. For the most part it works perfectly. However, about one phone in 20 cannot sign in. I am using the standard login.html for diverting form the Mikrotik website, to forward to an IIS ASP webpage where we undertake the actual sign in. As I wrote for 19 out of 20 phon...
by MarkLFT
Thu Jan 14, 2016 2:28 pm
Forum: Beginner Basics
Topic: Need help with syslog for web-proxy
Replies: 0
Views: 1177

Need help with syslog for web-proxy

I have a RB1100 AHX2, it is all working correctly, with one office network, one guest network and one PPPoE Internet connection. But I have now been informed that it is a legal requirement here to log guests connections to websites. I understand this can be done using web-proxy, and that I should be...
by MarkLFT
Thu Oct 08, 2015 9:05 am
Forum: General
Topic: Allow Hotspot Users to work across mutiple hotspot servers.
Replies: 0
Views: 695

Allow Hotspot Users to work across mutiple hotspot servers.

We have a router that is configured for two hotspot zones / servers. In both cases we use an external ASP login page to process the login. Zone / Server 1, is for the hotel rooms, where the guest signs in using room number and surname. Zone / Server 2, is for a beach club, where they use a fixed use...
by MarkLFT
Thu Oct 01, 2015 8:43 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89527

Re: C# API - tik4net on GitHub

We have a test facility in our office here, and use the Hotspot functionality quite extensively, so would be happy to help test it for you.
by MarkLFT
Wed Sep 30, 2015 10:49 am
Forum: Scripting
Topic: C# API - tik4net on GitHub
Replies: 186
Views: 89527

Re: C# API - tik4net on GitHub

This looks like a great project, and one that would be very useful. Thanks for sharing it with us. I have just downloaded it and spent some time going through the samples and classes, but I did not notice anything to do with Hotspot, in particular creating and deleting user accounts. Is this functio...
by MarkLFT
Mon Apr 23, 2012 4:09 pm
Forum: General
Topic: Simple PMS Integration
Replies: 4
Views: 3595

Re: Simple PMS Integration

So from this I assum we do not need the Microtik User Manager? or do we use that also? Also, if we use this API, can we perform bi-directional exchanges, i.e. a guest signs in using the Microtik hosted login page, can it pass info to the API to inform a listening service to check login credentials e...
by MarkLFT
Mon Apr 23, 2012 7:42 am
Forum: General
Topic: Sample Hotspot Page - Sticky Please
Replies: 369
Views: 358787

Re: Sample Hotspot Page - Sticky Please

The whole design of these pages is done via CSS. The application targeted to hotels, but it can be used to Hotspot, its use is centralized. The validation mechanism is by prepaid cards or Validation of PMS Micros 2-way, Intsist, Hogatex o Boingo. We have our own PMS system that we developed in hous...
by MarkLFT
Mon Apr 23, 2012 7:29 am
Forum: General
Topic: Simple PMS Integration
Replies: 4
Views: 3595

Simple PMS Integration

We have developed our own in house PMS system. We are looking to add MicroTik integration as an option, so guests can sign up from their room, ideally using the VLAN number, but worst case using a room number and surname to login. With charges being posted to the guest folio. As we developed the PMS...
by MarkLFT
Mon Apr 23, 2012 7:27 am
Forum: General
Topic: Hotspot w/o login
Replies: 10
Views: 3984

Re: Hotspot w/o login

Hi, I know it is a long time since this thread was active, but I was wondering if anyone found a way to determine the VLAN number of a client? We have developed our own Hotel PMS system, and we are looking for a way to provide a simple link between Microtik and our PMS, I was wondering if anyone can...