Community discussions

MikroTik App

Search found 3 matches

by giox969
Tue Nov 12, 2024 11:43 am
Forum: Scripting
Topic: Download files from RouterOS via http/https with curl/wget/browser
Replies: 2
Views: 706

Re: Download files from RouterOS via http/https with curl/wget/browser

Thank you for the hint.

FTP is disabled by default, but scp works by default without problems:
scp admin@routerip:/filename.backup .
Thank you again.
by giox969
Mon Nov 11, 2024 8:35 pm
Forum: Scripting
Topic: Download files from RouterOS via http/https with curl/wget/browser
Replies: 2
Views: 706

Download files from RouterOS via http/https with curl/wget/browser

Hello, I'm developing my backup script (to be run in a Linux PC, not for Mikrotik RouterOS). I'm able to create a .backup file via the /rest API, but I cannot find a way to download it to my PC. To create a backup I use: POST /rest/system/backup/save BODY: {"name": "myfilename.backup&...
by giox969
Tue Oct 23, 2018 10:05 pm
Forum: General
Topic: IPIP Tunnel with multiple WAN addresses (IP aliases) does not bind to the requested IP
Replies: 0
Views: 701

IPIP Tunnel with multiple WAN addresses (IP aliases) does not bind to the requested IP

I configured my RotuerOS v6.43.4 with 3 public IP addresses on the WAN (ether1-gateway) interface. All 3 IP addresses belongs to the same /29 subnet provided by a single ISP. [admin@gw-sik-mi] /ip address> print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK INTERFACE 0 ;;; LAN 192....