Community discussions

MikroTik App

Search found 7 matches

by Weaseal
Mon Jul 14, 2008 1:50 pm
Forum: General
Topic: Bandwidth limit
Replies: 2
Views: 1245

Bandwidth limit

With the graphical Mikrotik interface, how does one configure bandwidth limits to users? For example limiting all users to 256kbps/128kbps?
by Weaseal
Mon Jul 14, 2008 1:27 pm
Forum: General
Topic: Repeater mode
Replies: 1
Views: 768

Repeater mode

Which wireless mode should I select to use what is typically referred to as "repeater mode" in other devices?
by Weaseal
Thu Jun 05, 2008 3:17 pm
Forum: General
Topic: Allowing two subnets to work together
Replies: 8
Views: 5169

Re: Allowing two subnets to work together

Thanks, it seems to be working! I followed the instructions as such: Removed IP addresses from ether1 and wlan1. Created bridge, and then added ether1 and wlan1. Gave the bridge an IP of 192.168.1.50/24 So now all of the clients get their DHCP from the D-link router, and are on 192.168.1.1/24. I dis...
by Weaseal
Wed Jun 04, 2008 5:16 pm
Forum: General
Topic: Allowing two subnets to work together
Replies: 8
Views: 5169

Re: Allowing two subnets to work together

RB133 has a wlan1 address of 192.168.2.1/24 and ether1 is at 192.168.1.50/24. Through the primary router (it's a dlink), we have defined the static route of 192.168.2.0 255.255.255.0 192.168.1.50. Currently, the wired and wireless clients can do windows shares via IP but dns/netbios does not go. DNS...
by Weaseal
Tue Jun 03, 2008 2:36 pm
Forum: General
Topic: Allowing two subnets to work together
Replies: 8
Views: 5169

Allowing two subnets to work together

Hi, We have the 192.168.1.0/24 which are our wired clients on one router, and then the 192.168.2.0/24 subnet which are our wireless clients. How do we use RouterOS to make them be able to see each other (ie, shares on Windows)? I suspect something through proxy-ARP? Perhaps something else? If so, co...
by Weaseal
Tue Jun 03, 2008 2:31 pm
Forum: General
Topic: RB133 clients not finding internet
Replies: 1
Views: 821

Re: RB133 clients not finding internet

Problem solved, all I needed was the following:
[admin@MikroTik] /ip firewall nat> export
# jan/01/2002 01:31:17 by RouterOS 3.10
# software id = GKDT-PTT
#
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
ether2
by Weaseal
Tue Jun 03, 2008 1:47 pm
Forum: General
Topic: RB133 clients not finding internet
Replies: 1
Views: 821

RB133 clients not finding internet

Hi, We're trying to configure a RB133 to work with our network, however so far we are unsuccessful. We currently have a network of 10 computers. They all receive their internet connection from a D-Link Wireless DSL Router (it runs DHCP), and are in the 192.168.1.0/24 subnet. We want to add the RB133...