Community discussions

MikroTik App

Search found 12 matches

by neco91
Tue Oct 12, 2021 9:28 pm
Forum: Beginner Basics
Topic: PPOE VLAN
Replies: 2
Views: 616

PPOE VLAN

Hi, my ISP needs VLAN to get PPOE session connected. I actually did that with: interface vlan add vlan-id=20 interface=sfp1 name=vlan20 interface pppoe-client add interface=vlan20 name=PPPoE_Out user=xxxxx password=yyyyyy use-peer-dns=yes add-default-route=yes PPOE connects instantly, but the proble...
by neco91
Sat Jan 16, 2021 3:07 pm
Forum: General
Topic: Mikrotik as OpenVPN Client, help
Replies: 9
Views: 2314

Re: Mikrotik as OpenVPN Client, help

I don't get the question - you screenshot shows it already is AS...? Yes, but in the first screenshot (second post) it wasn't, that's why it didn't work. Here I got lucky, because I couldn't reproduce dynamically that ovpn-client route was the AS. But then I researched a little bit and I saw I have...
by neco91
Fri Jan 15, 2021 8:45 pm
Forum: General
Topic: Mikrotik as OpenVPN Client, help
Replies: 9
Views: 2314

Re: Mikrotik as OpenVPN Client, help

How can I manipulate with routes so that I can make 0.0.0.0/0 ovpn-out AS ?
by neco91
Fri Jan 15, 2021 7:49 pm
Forum: General
Topic: Mikrotik as OpenVPN Client, help
Replies: 9
Views: 2314

Re: Mikrotik as OpenVPN Client, help

ok, disregard previous post, I did the config from scratch, now it works. I didn't do anything different afk. [nc@MikroTik] > export hide-sensitive # jan/15/2021 18:42:54 by RouterOS 6.47.4 # software id = 25DN-WP8V # # model = 951G-2HnD # serial number = 965009C01071 /interface bridge add name=brid...
by neco91
Fri Jan 15, 2021 7:31 pm
Forum: General
Topic: Mikrotik as OpenVPN Client, help
Replies: 9
Views: 2314

Re: Mikrotik as OpenVPN Client, help

Hmm, I think the problem is in routing. I actually got it to work when I connected to ovpn, then I disabled route 0.0.0.0/0 to gateway 10.0.0.1 (main router), and I actually got the right public ip and internet worked. But then the tunnel disconnected and didn't want to connect anymore until I added...
by neco91
Thu Jan 14, 2021 9:52 pm
Forum: General
Topic: Mikrotik as OpenVPN Client, help
Replies: 9
Views: 2314

Re: Mikrotik as OpenVPN Client, help

Damn, now I can't ping from mikrotik anymore, and I didn't change anything, routes look the same, I don't get it. But yes you've read it right, I couldn't ping from windows machine directly connected to mikrotik but I could from mikrotik terminal. I stil tried your proposal even thou I can't ping fr...
by neco91
Thu Jan 14, 2021 8:27 pm
Forum: General
Topic: Mikrotik as OpenVPN Client, help
Replies: 9
Views: 2314

Re: Mikrotik as OpenVPN Client, help

/interface bridge add name=bridge /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no mode=ap-bridge \ ssid=MikroTik /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip pool add name=dhcp_pool0 ranges=192.168.1.2-192.168.1.254 ...
by neco91
Thu Jan 14, 2021 8:04 pm
Forum: General
Topic: Mikrotik as OpenVPN Client, help
Replies: 9
Views: 2314

Mikrotik as OpenVPN Client, help

Hi, I'm having trouble configuring Mikrotik as OVPN client. I reseted config, with no default config. I created PPP profile, OVPN interface etc, I checked the Add default route. I added NAT masquerade for out-interface ovpn-client. OVPN connects with server no problem, I can ping gateway, I can ping...
by neco91
Fri Jul 31, 2020 3:47 pm
Forum: RouterBOARD hardware
Topic: HEX POE problem
Replies: 8
Views: 3348

HEX POE problem

Hi, I recently bought a HEX POE RB960PGS (https://mikrotik.com/product/RB960PGS) and I wanted to power my mAP device (https://mikrotik.com/product/RBmAP2nD). Now the device does power up, but the problem is that wifi doesn't work. I can't connect or I connect but the speed is really slow. If I plug ...
by neco91
Wed Jul 08, 2020 11:58 am
Forum: General
Topic: Help with routing
Replies: 2
Views: 665

Re: Help with routing

Thank you, it works
by neco91
Wed Jul 08, 2020 10:41 am
Forum: General
Topic: Help with routing
Replies: 2
Views: 665

Help with routing

Hey, I need help how to create a route to access a specific device which has a static ip and it's not possible to change it's IP.

Basically we need to access 192.168.106.200 from our computer 192.168.1.51

What kind of route should I add?

Thank you
by neco91
Wed Nov 06, 2019 10:36 pm
Forum: Beginner Basics
Topic: Can't make VLANs to work with RB30011 (cant get PI addres from dhcp)
Replies: 37
Views: 7404

Re: Can't make VLANs to work with RB30011 (cant get PI addres from dhcp)

Is the result of this config such that AP get's the 88.x IP and wifi clients 10.x?