Community discussions

MikroTik App
 
good2see
just joined
Topic Author
Posts: 5
Joined: Fri Nov 11, 2022 9:50 am

Connecting to Winbox while connected to Wireguard VPN from outside of the site

Fri Nov 11, 2022 10:13 am

Hello,

I am quite newbie on network. I've got RB750Gr3 and loaded 7.6 version.
I cannot get all conf right now due to cannot reach the device.

My configuration is as below. I used the default firewall settings.

I able to use internet on local and also while connected wireguard1 interface from ISP side with no problem.

I can connect to Winbox while I am connected to LAN interfaces. But I cannot connect Winbox while I am connected to wireguard1. How can I connect to winbox, while I am connected to wireguard1 vpn?
eth1 - WAN (Connected to a switch, this switch connected to a VDSL modem) 192.168.0.2/32
eth2 - bridge1
eth3 - bridge1
eth4 - bridge1
eth5 - bridge2
wireguard1 - 10.0.99.1/24

bridge1: 10.0.2.1/24
bridge2: 10.0.5.1/24
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19101
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Connecting to Winbox while connected to Wireguard VPN from outside of the site  [SOLVED]

Fri Nov 11, 2022 2:24 pm

I would suspect its a firewall rule in the input chain
typically one has something like

(after the default rules)
add action=accept chain=input in-interface=wgname dst-port=winbox port#

If there are others coming in on the wireguard interface you can narrow it down by adding your client Wg address
add action=accept chain=input in-interface=wgname dst-port=winbox port# src-address=adminIP

However there are lots of interconnected parts so seeing the full config (minus serial # and any public WANIP information) is important.

Who is online

Users browsing this forum: AtomikRoach, rarlup, zuna80 and 40 guests