Community discussions

MikroTik App

Search found 12 matches

by bennn
Sun Feb 13, 2022 9:49 pm
Forum: RouterOS beta
Topic: Solved: Problem with two default IPv6 routes using dhcpv6-client (7.1rc2)
Replies: 11
Views: 5811

Re: Solved: Problem with two default IPv6 routes using dhcpv6-client (7.1rc2)

Thanks for the post, I too had two default routes.
I enabled on PPPoE, and disabled on DHCPv6 Client as per the above and all is resolved!
by bennn
Mon Jan 23, 2017 1:08 am
Forum: Forwarding Protocols
Topic: Force outgoing traffic to specific public IP address
Replies: 11
Views: 11518

Re: Force outgoing traffic to specific public IP address

/ip firewall nat add action=src-nat chain=srcnat src-address=<dmz_ip> to-addresses=<wan_ip>
Do this but also specify the out-interface.
by bennn
Sun Jan 15, 2017 11:11 pm
Forum: Forwarding Protocols
Topic: Site-To-Site VPN. Hosts can ping each other but can't access any shared file
Replies: 17
Views: 8712

Site-To-Site VPN. Hosts can ping each other but can't access any shared file

It helps to do a 'source address' when pinging, so the Mikrotik knows which route to use.
I would help with a command but I'm not near a computer. Sorry!

For example, if pinging from Company to Branch then set the source address as the local Mikrotik: 192.168.100.1
by bennn
Sun Jan 15, 2017 9:18 pm
Forum: Forwarding Protocols
Topic: Site-To-Site VPN. Hosts can ping each other but can't access any shared file
Replies: 17
Views: 8712

Re: Site-To-Site VPN. Hosts can ping each other but can't access any shared file

OK, so I see you don't have routes, so traffic doesn't know how to reach the other network. Add these, see how you get on. Company: /ip route add comment=VPN distance=1 dst-address=192.168.0.0/24 gateway=192.168.0.1 Branch: /ip route add comment=VPN distance=1 dst-address=192.168.100.0/24 gateway=19...
by bennn
Sun Jan 15, 2017 5:22 pm
Forum: Beginner Basics
Topic: Overlapping Subnets Routing / DHCP Issue
Replies: 5
Views: 1838

Re: Overlapping Subnets Routing / DHCP Issue

At a different school where the IP ranges don't overlap I simply added the IP address to the WAN interface (10.4.#.150), srcnat (to 10.4.#.150), and route (DST:10.0.241.226 > GW:10.4.#.129), and lastly I configured transparent proxy on the Mikrotik (Specifying the squid proxy as the Parent Proxy), ...
by bennn
Sun Jan 15, 2017 4:23 pm
Forum: Forwarding Protocols
Topic: Site-To-Site VPN. Hosts can ping each other but can't access any shared file
Replies: 17
Views: 8712

Site-To-Site VPN. Hosts can ping each other but can't access any shared file

Can you post an export of your routes...?

You don't need to Mangle anything.
You should have at least three routes on each router; LAN, WAN and VPN. Post your config and I'll take a look.
by bennn
Fri Dec 30, 2016 2:24 am
Forum: Forwarding Protocols
Topic: Site-To-Site VPN. Hosts can ping each other but can't access any shared file
Replies: 17
Views: 8712

Re: Site-To-Site VPN. Hosts can ping each other but can't access any shared file

I have experienced the same, ping is possible but file shares are not. It was definitely a firewall filter rule that fixed it however my configured has changed so much since then that the rule no longer exists and I don't remember it! Try adding an Accept rule for the other site's internal subnet an...
by bennn
Thu Dec 29, 2016 3:23 am
Forum: Beginner Basics
Topic: Please Help me im being attacked RIGHT NOW
Replies: 34
Views: 10898

Re: Please Help me im being attacked RIGHT NOW

So ur saying i should have set to ppoe Potentially, yes. I agree that this is normal operation for me too. I found this when dst-nat rules were not working when I set them to ether1 but did work when set to the pppoe interface. Or i can try to set for both? You can, but this shouldn't be necessary ...
by bennn
Fri Nov 25, 2016 1:07 am
Forum: General
Topic: vlan isolation
Replies: 5
Views: 4551

Re: vlan isolation

Hi.
My simplest solution:
/ip firewall filter add action=drop chain=forward in-interface=all-vlan out-interface=all-vlan
Best regards: CsXen
[emoji106]


Sent from my iPhone using Tapatalk Pro
by bennn
Mon Oct 10, 2016 2:38 pm
Forum: General
Topic: x86 "No network card found"
Replies: 3
Views: 1974

Re: x86 "No network card found"

Thanks guys, I'll give it a go.
by bennn
Mon Oct 03, 2016 8:12 pm
Forum: General
Topic: x86 "No network card found"
Replies: 3
Views: 1974

x86 "No network card found"

I have a Supermicro server that I am trying to install RouterOS to. I can install to USB and successfully boot, but it cannot see the NICs, I can also get to the PXE based installer but get stuck with the message "no network card found". What options do I have to get this working? Using a ...