-
## Issue Summary
Creating multiplayer game with Mikrotik router fails with exception in logs
DESCRIPTION
Creating a multiplayer game with UPnP enabled on Mikrotik router fails. OpenRA UPnP status…
-
**Language**
RouterOS has a scripting and console language for their routers, switches and access points.
Even though Mikrotik is still kind of a niche player in the networking hardware, they have v…
-
For me it seems to got infinite loop re-asking for ip. I have tried with numerous images, including the one referenced [Here](https://github.com/adron-s/openwrt-rb5009/issues/6) . My factory fw is 7.…
-
Hello everyone.
From mikrotik console not problem:
```
> /interface/ethernet/poe/monitor numbers=0 once
name: ether2
poe-out: auto-on
poe-out-status: waiting-for-load
…
-
A small snippet of code
I can't request the user to disconnect, it doesn't happen
` const encoded = radius.encode({
code: 'Disconnect-Request',
secret: this.secret,
iden…
-
```javascript
const UPNP = require('./lib/upnp')
UPNP.RESPONSE_TIMEOUT = 10*1000
UPNP.discover().then(console.log).catch(console.error)
```
Output:
```
Error: Request timed out.
at Tim…
-
### Description of Issue/Question
*Note*: Please check https://guides.github.com/features/mastering-markdown/
to see how to properly format your request.
### Setup
### Netmiko version
(Past…
-
I don't have a lot of knowledge about the inner works of a mikrotik switch, but I have thought of something and wonder if it is possible.
Browsing through your go-code, I noticed that the _datasource…
-
When trying to export wireless statistics for my new haP ax3 device, the `mikrotik-exporter` just produces this error:
```
error: from RouterOS device: no such command or directory (wireless)
```…
-
The Traceroute tool on Mikrotik ROS operates like an MTR and continually updates the console with metrics. This can be avoided with count=1 but if the traceroute encounters a blank hop for any reason,…