Community discussions

MikroTik App

Search found 12 matches

by seb4itik
Thu Mar 19, 2015 10:25 am
Forum: General
Topic: L2TP over IPSec RoadWarrior
Replies: 4
Views: 1970

Re: L2TP over IPSec RoadWarrior

Hi, Did you check Use IPsec option in L2TP server configuration ? Following is the a copy of a configuration that works. 192.168.10.0/24 is office network, 172.30.0.0/24 is for L2TP addresses and 172.31.0.0/24 is remote (teleworker) LAN. The teleworker is behind a nated router with dynamic public IP...
by seb4itik
Thu Mar 19, 2015 9:57 am
Forum: General
Topic: Nat ONLY SMTP (port 25) to a particular interface/IP on MT
Replies: 4
Views: 1518

Re: Nat ONLY SMTP (port 25) to a particular interface/IP on MT

I am not going to paste my config with IPs etc here... It is just not that complicated.
Maybe you can just change the IPs before posting your config here... It is just not that complicated.
And maybe it can help people that spend time trying to help you...
by seb4itik
Thu Mar 19, 2015 9:37 am
Forum: General
Topic: CRS125-24G-1S-RM Question
Replies: 2
Views: 1093

Re: CRS125-24G-1S-RM Question

I would like to try the CRS125-24G-1S-RM. 1. Can I have all ports other than the wan be "dumb" and operate like an unmanaged switch? Yes, just set all the ports you wants to be part of the switch except one to be the slaves of one port, If ether1 is connected to the wan and ether2 through...
by seb4itik
Wed Mar 18, 2015 10:02 pm
Forum: General
Topic: Help With CRS125
Replies: 2
Views: 1127

Re: Help With CRS125

Hi, You should add a "connexion" between the switch and the CPU: /interface ethernet switch vlan add ports="ether24 SOSi Trunk Canopy,switch1-cpu" vlan-id=99 And add the ip address to the interface: /ip address add interface=Vlan99 address=a.b.c.d/24 By the way, are you sure it’s...
by seb4itik
Wed Mar 18, 2015 5:09 pm
Forum: Beginner Basics
Topic: How to distribute 3 links of internet in the same LAN?
Replies: 6
Views: 1882

Re: How to distribute 3 links of internet in the same LAN?

Hi, Link1 OK! Maybe because it's PPPOE client.. i don't know. Link2 and Link3 is DHCP client. They don't worked. In the 3 links, I disabled the route default. It's correct? I think it’s better to keep a default route in your global table to one of your links in order to route LAN IP that are not wi...
by seb4itik
Wed Mar 18, 2015 8:54 am
Forum: General
Topic: L2TP over IPSec RoadWarrior
Replies: 4
Views: 1970

Re: L2TP over IPSec RoadWarrior

Hi,

Did you use the option tunnel=yes in your IPsec policy ?
by seb4itik
Wed Mar 18, 2015 8:51 am
Forum: Beginner Basics
Topic: Single Router with Two ISP Loopback
Replies: 2
Views: 1474

Re: Single Router with Two ISP Loopback

Hi, I think your ISP wants your router id. This is the IP address that uniquely identifies your BGP router. Simply choose an IP address from your public network (say 1.2.3.4), assign it to a bridge interface and use it as your router id for BGP: /interface bridge add name=lo0 /ip address add interfa...
by seb4itik
Wed Mar 18, 2015 8:40 am
Forum: General
Topic: Nat ONLY SMTP (port 25) to a particular interface/IP on MT
Replies: 4
Views: 1518

Re: Nat ONLY SMTP (port 25) to a particular interface/IP on MT

Hi omnicron,

Is the IP address you want to nat SMTP outgoing connexions on the same interface that you default gateway ?
Can you give more details about your configuration or, even, copy it here ?
Thanks.
by seb4itik
Tue Mar 17, 2015 7:30 pm
Forum: Beginner Basics
Topic: Replace Vlan Tag on 750UP
Replies: 2
Views: 1016

Re: Replace Vlan Tag on 750UP

Hi, There are two ways to do that: The hard (but faster) way using RouterBOARD switch rules (http://wiki.mikrotik.com/wiki/Manual:Switch_Chip_Features). The easy (but CPU time consuming) way using bridge interfaces. But note that the interface ether1 of RB750UP is not connected to the switch. So if ...
by seb4itik
Tue Mar 17, 2015 7:12 pm
Forum: Beginner Basics
Topic: How to distribute 3 links of internet in the same LAN?
Replies: 6
Views: 1882

Re: How to distribute 3 links of internet in the same LAN?

Hi, You can try this: /ip firewall mangle add chain=prerouting src-address=10.0.0.100-10.0.0.120 action=mark-routing new-routing-mark=Route_LINK1 add chain=prerouting src-address=10.0.0.121-10.0.0.140 action=mark-routing new-routing-mark=Route_LINK2 add chain=prerouting src-address=10.0.0.141-10.0.0...
by seb4itik
Mon Mar 16, 2015 7:15 pm
Forum: Beginner Basics
Topic: I've ROS Reset an RB433AH to remove Jimojo software. Now what?
Replies: 2
Views: 1075

Re: I've ROS Reset an RB433AH to remove Jimojo software. Now what?

Hi Alone, This is the first page to read: http://wiki.mikrotik.com/wiki/Manual:First_time_startup Next one is this one: http://wiki.mikrotik.com/wiki/Manual:Initial_Configuration Then, you have to choose how you will configure your RouterOS: - command line (serial console, telnet, SSH, mac-telnet) -...
by seb4itik
Mon Mar 16, 2015 4:03 pm
Forum: Beginner Basics
Topic: I need help to install my rb750 hotspot
Replies: 1
Views: 859

Re: I need help to install my rb750 hotspot

Hi reloadandre, Mikrotik Hotspot is best used with Mikrotik user-manager which is the RADIUS server made by Mikrotik and runs onto any RouterOS powered device. Juste install the package "user-manage" and follow instructions here: http://wiki.mikrotik.com/wiki/Manual:User_Manager User manag...