Community discussions

MikroTik App

Search found 17 matches

by iq25
Wed Dec 04, 2013 3:34 pm
Forum: General
Topic: DHCP relay and external Linux DHCP server
Replies: 8
Views: 5462

Re: DHCP relay and external Linux DHCP server

Thansk for support. It is fresh Ubuntu LTS server so I believe all traffic is open. But I will post iptables later when I get this box switched on.
by iq25
Mon Nov 25, 2013 10:18 am
Forum: General
Topic: DHCP relay and external Linux DHCP server
Replies: 8
Views: 5462

Re: DHCP relay and external Linux DHCP server

Hello again! I am back after weekend. I checked that connection tracking is enabled and is on auto mode. Also opened firewall and all input and forward traffic is allowed without conditions. I checked that I can ping remote DHCP from router, same is from DHCP server to DHCP Relay local address. But ...
by iq25
Thu Nov 21, 2013 11:17 am
Forum: General
Topic: DHCP relay and external Linux DHCP server
Replies: 8
Views: 5462

Re: DHCP relay and external Linux DHCP server

SwissWISP I did as you suggested. I set relay local address to 10.10.10.1. And added static route to Linux. I hope it is correct. Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 10.0.2.1 0.0.0.0 UG 100 0 0 eth0 10.0.2.0 * 255.255.255.0 U 0 0 0 eth0 10.10.8.0 10...
by iq25
Wed Nov 20, 2013 6:00 pm
Forum: General
Topic: DHCP relay and external Linux DHCP server
Replies: 8
Views: 5462

DHCP relay and external Linux DHCP server

I have a problem with my setup. I am trying to use external DHCP server for local wi-fi clients. Server is configured and start isc-dhcp-server process without errors. When wi-fi client connects it does not recieve IP address. DHCP relay status shows that requests are counting and increasing but res...
by iq25
Wed Aug 21, 2013 2:01 pm
Forum: General
Topic: Queue priority settings
Replies: 2
Views: 1242

Queue priority settings

Simple question. I have made IP firewall mangle rule that marks packets based on layer-7 regexp to make them higher priority than other traffic. Than I make rule under queue tree, that set priority for these packets as 2. Question is do I need to mark also all other traffic and set its priority numb...
by iq25
Thu Aug 08, 2013 12:14 pm
Forum: General
Topic: EoiP tunnel bridging
Replies: 5
Views: 4386

Re: EoiP tunnel bridging

Now the problem is solved. Previously I had been entered some manual route setting in IP/Routes affecting EoIP tunnel interface. I deleted this record and can join interfaces together now. Thanks Rudios.
by iq25
Wed Aug 07, 2013 12:19 pm
Forum: General
Topic: EoiP tunnel bridging
Replies: 5
Views: 4386

Re: EoiP tunnel bridging

Sounds reasonable, so I just tried to join in bridge EoIp tunnel1 and wlan1 on RB751 and got same error when trying to add EoIp tunnel despite ether4 was left alone.
by iq25
Wed Aug 07, 2013 12:02 pm
Forum: General
Topic: EoiP tunnel bridging
Replies: 5
Views: 4386

EoiP tunnel bridging

I have RB435G and RB751G-2HnD. What I am trying to do is to connect (bridge) these to routers together using EoIp tunnel. There was said in manual create EoIP tunnel and bridge it together on both ends. On RB435G I added ethernet interface (which is connected with wire to RB751) and added EoIP tunne...
by iq25
Thu Apr 18, 2013 5:56 pm
Forum: Scripting
Topic: TX-power value ouput using API
Replies: 11
Views: 3266

Re: TX-power value ouput using API

Paldies janisk! My tx-power-mode=all-rates-fixed. I tried command you suggested in terminal. Now I see tx-power among lot of parameters. But question is does php API allows me to use the command because var_dump returned: array (size=1) 'message' => string 'no such command' (length=15) Edited later:...
by iq25
Thu Apr 18, 2013 4:41 pm
Forum: Scripting
Topic: TX-power value ouput using API
Replies: 11
Views: 3266

Re: TX-power value ouput using API

I am not very strong in PHP :) I hope did everything right. Output: array (size=1) 'message' => string 'unknown parameter' (length=17) Looks like command doesnt like 'stats' Once again output: array (size=28) '.id' => string '*4' (length=2) 'name' => string 'wlan1' (length=5) 'mtu' => string '1500' ...
by iq25
Thu Apr 18, 2013 4:18 pm
Forum: Scripting
Topic: TX-power value ouput using API
Replies: 11
Views: 3266

Re: TX-power value ouput using API

Unfortunately it doesn't work for me. It returns empty string.
BTW I am using ROS v6.0rc11
by iq25
Thu Apr 18, 2013 3:44 pm
Forum: Scripting
Topic: TX-power value ouput using API
Replies: 11
Views: 3266

Re: TX-power value ouput using API

When I issue command in terminal
/interface wireless> :put [get 0 tx-power]
I get value of transmit power which I have entered in wireless card's Tx Power tab previously.
It would be nice to get this number without parsing current-tx-power
by iq25
Thu Apr 18, 2013 2:06 pm
Forum: Scripting
Topic: TX-power value ouput using API
Replies: 11
Views: 3266

TX-power value ouput using API

Hi all! I am using PEAR2/Net/RouterOS and PHP to get some monitoring information. I can't figure out how to get specific info from wireless interface. How to write a request to get tx-power of wireless card. I am able to get current-tx-power which is long string, but not tx-power integer value. Thanks
by iq25
Fri Mar 15, 2013 10:14 am
Forum: Beginner Basics
Topic: Simple and basic configuration are not working
Replies: 7
Views: 1192

Re: Simple and basic configuration are not working

CelticComms You are the best!

Your suggestion fixed all. Can you describe shortly why my configuration did not work? Gatway address can not end with zero?

Anyway big thanks.
by iq25
Thu Mar 14, 2013 2:13 pm
Forum: Beginner Basics
Topic: Simple and basic configuration are not working
Replies: 7
Views: 1192

Re: Simple and basic configuration are not working

I have such entries: IP DHCP server network # ADDRESS GATEWAY DNS-SERVER WINS-SERVER DO 0 10.10.10.0/24 10.10.10.0 1 10.10.11.0/24 10.10.11.0 Clients get IP addresses and dns settings. They can do nslookup get IP of site, but cannot ping or connect to it.
by iq25
Thu Mar 14, 2013 1:35 pm
Forum: Beginner Basics
Topic: Simple and basic configuration are not working
Replies: 7
Views: 1192

Re: Simple and basic configuration are not working

Thank you dotnet I changed firewall rules, deleted unused dhcp pool, changed DNS servers, changed NAT. But still dont have internet. Interesting that from tools menu in winbox I can tracroute and ping any site. More ideas? NAT Flags: X - disabled, I - invalid, D - dynamic 0 chain=srcnat action=masqu...
by iq25
Thu Mar 14, 2013 11:36 am
Forum: Beginner Basics
Topic: Simple and basic configuration are not working
Replies: 7
Views: 1192

Simple and basic configuration are not working

I am trying to set up RB435G (OS 6.0rc11). In the beginning, I just want to connect router in local lan to connect to internet and make more advanced configuration afterwards. I tried to open everything in firewall. But I cant connect to internet, tried with wireless and with wired connection also i...