A 14dBi omni has a pretty narrow beamwidth so AP antenna height may be a factor. However, you are saying some work and some don't within the same areas so that probably isn't the issue. For the location you mentioned having issues, do the clients have a clear line of sight to the AP Antenna? Any Fre...
What frequency are you using?
What are you using as the AP antenna?
What type of antennas are the clients using?
What is the signal strength that the client is seeing and what is the distance?
Does Miktrotik have throughput performance measurements for each of its routerboards with different packet sizes? It would be nice to have a table so everyone can reference it (obvioulsy caveated with lab and test scenario information).
Anyone test the throughput of an RB333 in PtP link configuration? What's the max throughput that you are seeing? I'm specificially interested in the 5.3/5.8 bands.
Thanks. Since the PC will be logging into muliple APs throughout the network, I would need to setup mapped IPs on all APs which is not desireable. I was hoping for a way to have multuple MACs in a filter rule.
I'm looking for the feedback on the best way to support the following config: 1. L3 routed network (OSPF) in place and config and topolgy is as follows: R1 ----------R2-----------R3 .............../\ ............../..\ ............/......\ ..........R4.......R5 2. R2, R3, R4, and R5 all have Virtual...
I'm trying to allowing a set of MACs to hae TCP access to ports 135-139 on a subnet. However, in the filter setup, you can only specify one MAC address. How do I allow multiple MACs to access but reject/drop the rest? I tried adding separate rules that allow a MAC (accept and passthrough) but as soo...
Thanks for the comments. :D In order for the MESH to work, all APs need to have the same SSID. If I configure the APs as follows, will this allow seemless mobility between APs?: AP1---AP2 : Freq 2312 SSID: test WDS configured between AP1-AP2 AP4 : Freq 2342 SSID: test AP3,AP5, AP6: Freq 2372 SSID: t...
Are any folks running WDS on a single tower with three 120 sectors. From the diagram below, AP2, AP3, AP4 are the 120 sectors on a tower powered three separate R52s in a single 532A . AP2 will have a WDS link to AP1. AP3 will have a WDS link to AP5 and AP6. AP5 and AP6 will have a WDS link between t...
Configuration: - 532Ar5 - Three R52s each connected to a 120 degree sector - WDS running on all three sectors. Three remote APs will be connected to this cell via WDS - OSPF running - Hostpot running on all three sectors - One R52 configured as a backhaul. Expect to have 12-15Mb constant udp (video)...
We want and need the new features that are coming. That's why we are asking. The BETAs were coming out a frequent pace and then all of a sudden stopped. It's just a simple question with the expectation of a simple answer: Next week, a month, never.
I have three routers running 2.9.41 and are all interconnected (triangle formation). One router is connected to the other two via two different VLANs. OSPF is enabled on all interfaces. Router 1 --- Ether--- Router 2 ......\........................../ .........\..................../ ...VLAN1\..........
Thanks George. I have been working with Trango for the past couple of weeks giving them access to a couple of Atlas BHs in our lab. Doesn't take long to lock them up with simple snmpgets without out any data traffic flowing (the units aren't even associated....opmode off). They can't repro the probl...
Are you using any Atlas M5010 Backhauls? We are having serious issues with them at the moment when trying to do anything other than ICMP Echos. I can crater a M5010 pretty quickly. The older 5830APs and Tlinks seem to do fine.
OK..Not sure what is going on. I messed around some more and tried the original function that wasn't working above and now its working :shock: ((oid(concatenate("iso.org.dod.internet.private.enterprises.trango.tbw.m5830sap.su.suInfoTable.suInfoEntry.suAssociation.",device_property("Cu...
string_size() correctly returns size of string "invalid oid" :) You should double check that you have Trango mibs loaded in the Dude. Dude does not recognize result of concatenation as valid oid. Check what output you get when you put just: concatenate("iso.org.dod.internet.private.e...
I'm trying to figure out what is wrong with the following function. When I use string_size to get the string size of the OID, it works properly: string_size((oid(concatenate("iso.org.dod.internet.private.enterprises.trango.tbw.m5830sap.su.suInfoTable.suInfoEntry.suAssociation.",device_pro...
Jake: What type of queries are you running to the AP? Which AP is it (5830/2500/900)? Dude shouldn't be able to lockup an AP. I'd let David in Trango Tech Support know about the AP lockup with SNMP. There are some polling knobs to tweak in the latest V3 Beta that I had asked for. However, your quest...
You can insert an object and do this. Did you try that? There are diffent shapes, you can change the color, and you can make the appearance contain as much text as you want.
I am running Dude version 2.2 and have had serious issues with Dude ping timeouts in our network. Pings from the CLI work fine. Dude initiated pings timeout on several different manufacturer devices. I took a look with ethereal to see what may be happening. Some results: 1. Ethereal shows pings bein...
I have seen a similiar problem since v2 beta 12. Pings fail, sometimes takes hours before they declare the device up again, yet all other probes are fine (SNMP,etc). We have seen this on various different devices (APC devices, Netopia, Trango, Mikrotik RBs, etc). I had to turn off notification for o...
This code works for me: (round(( oid(concatenate("iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageUsed.", array_element( oid_column("iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageIndex", 600), array_fin...
1. Ensure you have SNMP enabled on your PC
2. Perform and snmpwalk on the PC and look to see if you can find the temp OID (right click->tools->snmpwalk Then click on tree view
3. Create a data source for that OID
I don't have access to dude at the moment. Is hdd_usage this entire piece: (oid(concatenate("iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageUsed.", array_element( oid_column("iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorag...
IF this is hdd_usage: (oid(concatenate("iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageUsed.", array_element( oid_column("iso.org.dod.internet.mgmt.mib-2.host.hrStorage.hrStorageTable.hrStorageEntry.hrStorageIndex", 600), array_find( oid_col...
In order to create a function, you need to find an OID(s) that you can use in the calculation. Maybe someone is already doing this and will chime in as you are desiring :) Other way is to find out what message is logged in the router log when a client connects and assuming you are using a syslog ser...
Just modify the hdd_usage function. Take the result, multiply by 100, round (will remove to nearest integer) and then divide by 100. This will give you two decimal points. You can multiply/divide by whatever you want to get the resolution desired.
Do an snmpwalk on the device and look for an OID in TREE view that tells you how many associations there currently are. If one exits, make a data source and graph it,
It not plugged into one of the outlets that is surge protected only and not battery backed up? There are both on the unit. If you plug something else in like a small light, does it blink when you pull power?
hmm. Does your modem have an IP address..or is it .33? I think a config dump is needed to check the settings. If you followed the manual step by step, it should work. Do you have any other interfaes up on the router and what IP address to you assign? If you look at IP routers, ADSL interface is note...
You say the router is 20Km away. How are you getting to it? Via the internet and you are trying to ping the 129.34 via the internet from your house? You have an ADSL port in your router (is this a PC)? Can you ping the provider 129.33 gateway? What did you set the gateway to be in the router? Typing...
My issue is only with Pings failing. All other probes are OK. I have an L3 network and the problem is happening on all subnets. I even see the issue with a UPS that is directly connected to the same MT router as the NMS (different port/subnet...same router....NMS and UPS are the only device on the t...
#2: I do. It works in V2.2 . When I load V3B5, the MAC display is messed up (this is with an SNMPWALK also). Go back to V2.2...all is OK. I see a bunch of MIBs were added in V3. Which MIB takes priority: The one that is in V2.2 that being upgraded or V3 that come with the install?
Thanks Uldis. Can the parameters be set on Device type instead of or in addition to the SNMP profile? Or should we just make a specific profile for slow devices?
Need more info. Do you mean you have DHCP running on each of your five /23 subnets and you want each subnet to get 512K? Have you looked at the BW shaping examples in the documentation?
How do you want to manage your network? Bandwidth by subent, by specific IP, share equally amongst all users. I assume you are talking about management of your internet gateway connection?
I have a couple of devices that have poor SNMP performance. If I try to query 20-30 OIDs within a function, data is only displayed for the first 10-15 or sporatically for some. I have several sets of functions (one per device type) that I have added to the map->tooltip. The functions query a specifi...
I upgraded from V2.2 to Dude Beta5. After upgrading, I have found two issues so far: 1. Map shadows are not displayed. I can select/deselect the option and nothing happens. 2. When peforming an SNMPwalk on devices, the MAC addresses are displayed as a couple of special characters (Mikrotik routers i...
Thanks Uldis. What do you suggest for probe count down? Basically, I'm having issues with every element in the network with ping timeouts. It's not an issue with the elements. The current config is: Probe interval: 1 minute Probe timeout: 10 seconds Probe downcount: 5 That should try a 5 probes spac...
I guess the only way to do this is create another probe and select logic and add each the other probes to it. Not exactly what I want but I guess its better than false reports (can't tell which probe is down with this method). Would be nice to hav an option on the notification tab to OR all probes f...
Yes, same problem here. :( I was asking in another thread of how to send notifications for elements when only all probes are down. I added a second probe to my elements in addition to Ping to query for specific OIDs so that if the ping failed, the unit wouldn't be flagged as down. Still awaiting and...
I have a link that displays the RSSI value for an AP and CPE obtained via SNMP. Is there a way to have DUDE graph this as it does with [Interface.OutBitRate] and [Interface.InBitRate] when you hover over the values on the link?
If an element has multiple probes and you only want to be notified when all of the probes go down or return to up state, is there a way to do that with notification? I'm using pings and specific defined probes for each element in the network. However, I'm finding that pings are sometimes timing out ...
Thanks Janisk. It was like this for more than an hour before we found out that customers couldn't get to the internet. Before restarting the gateway router, I restarted two neighbor routers to see if that would trigger the gateway router to restribute the static default but it didn't. All of the dyn...
Sandman is saying that if he doesn't set a source subnet and leaves it 0.0.0.0/0, its shapes all traffic even though there are queues above it in the list. Specifying a specific subnet does work as you noted.
If they fixed something in OSPF, it should be in the change log. I don't want to deploy new SW and have something else break. Its flaky enough as is. The fixlist disparity from 2.9.41 to 2.9.42 has nothing noted about OSPF fixes.
Network Config: - All routers running 2.9.41 and OSPF. - Static Default route only configured on gateway router and is exchanged with neighbors. Issue: Default route not sent to neighbors after reboot: 1. Rebooted the gateway router and it came up and showed correct neighbors and routes in its rout...
I need to use the main interface as well as virtual interface on both of the physical interfaces. Thus, I think the only solution is a real virtual interface.
Does Router OS have the ability to create virtual interfaces (sub-interfaces) as you can with Cisco? I need the ability to create and bridge virtual interfaces across physical ethernet interfaces. You can do this with VLANs but in my scenario, the equipment at the other end of the link can not termi...
For queue processing, its a little confusing. I made a post awhile ago that had info: http://forum.mikrotik.com//viewtopic.php?t=13554&highlight= However, I haven't got it working as I couldn't get a straight answer as to my proposed implementation. I added a feature request to the router OS wis...
Sandman: For you catch all simple queue, did you leave the target address blank to catch all other traffic coming through the interface or did you specify the subnet? I too am interested as how to shape subnet bandwidth. Everyone in the past said you should use PCQ for everything but you have to mar...
Do all machines have unique IPs on both sides? If so, just bridge the two sides and make one LAN. If you have a few conflicting IPs, change them one at a time (limit down time) and then do the bridge.
We are deploying are first Mikrotik hotspot in a rural town and are having issues. We are using a Ubiquiti SR2 on a RB532A with a Pac Wireless 2.4 12DBi v-pol omni with 3 degree downtilt. We tested the AP with the antenna at 10FT and it seemed to be working OK. We then installed it on top of a build...
First, you seperate layer 2 traffic between the customers. They must go through your router to see each other. This avoids a whole host of problems like broadcast storms, two customers seeing internal traffic from each other, etc. Second, you can subnet and assign IP addresses more easily. Whether ...
First, you seperate layer 2 traffic between the customers. They must go through your router to see each other. This avoids a whole host of problems like broadcast storms, two customers seeing internal traffic from each other, etc. Second, you can subnet and assign IP addresses more easily. Whether ...
We are doing MAC authenication with Static IP assignment. How can you correlate that to the MIBs wireless table though? Entries are added/removed depending upon if a subscriber is connected.
George: Yes, MPLS VPNs will do exactly what you want. No more painful L2TPs or other tunnel types needed and if your core is engineered correctly, you'll be able to provide better QOS. BJOHNS: What I was getting at is that folks need to be asking for specific MPLS features. Basic IP MPLS isn't going...
That would make sense if they have a lot of routes and they couldn't afford the lookup times or the routers are resource limited. I'm not sure how this will enable multiple ISPs to share resources? Once you enter the MPLS core, all MPLS is doing is performing label lookups in the MPLS database by pr...
Looking at the Router OS feature request list, there are quite a few folks requesting MPLS support. Are people's networks that large that they need MPLS for performance and scalability improvement? Next, folks will be asking for MPLS VPN support. Just curious?
How are most configuring their Hotspots within in their network. Are folks running NAT on their hotspot or just doing NAT at you network edge (basically, are you doing double NAT or single)? Any advantages/disadvantages to either?
Is there a way to monitor the wireless client signal strength from the AP? I see a table entry created for each wireless client that connects but I don't think it is static? This the first Mikrotik AP that we are adding to our network and most the clients will access it from their laptops directly (...
I was waiting for the new, more powerfull routerboards and after some time i decided to build my own "router board" I've used old pentium 3 processor, because of very high performance with mikrotik software, and ultra low heat generation. For example router with pentium III 1000MHz can do...
I see the Label refresh being configurable in the change log but I don't see the link interval update rate specification noted? Did that make it in Beta4?
The reason for the implementation is as follows: There is an AP behind Ether1 and another behind Ether2 with separate subnets (APs are connected to sector antennas). I have a customer that is between both APs and the Subscriber unit at times will switch between APs due to fading (17 mile link). The ...
How high are your towers at each end? Is there water in the middle? At 8 Km, there is a 1 meter Earth curvature and you need to be at around 11.2 Meters at each end of the link to have the required Fresnel clearance. You have performed at Spectrum analaysis and you don't see any noise in the frequen...
Are you saying this is in BETA 3 or will be in Beta 4? And is the appearance polling intercal different from the polling interval from the element (that is what is being requested).
How about the Link polling interval specification?
But that is for probes. What is requested is the ability to set different polling rates for element appearance, links, and probes. Currently, link polling is defaulted to 10 seconds and is not changeable. Same for element appearance. For instance, I add a link that plots RSSI. I don't need to poll e...
You can't specify this for element Appearance or Links which is what several folks are requesting. Is this in BETA3? I haven't loaded it as it didn't indicate that these enhancements were added.
I want to bridge two VLANs tagged with VLAN ID:1 on two different interfaces. Will this work as noted below: Ether1 assigned 10.0.0.10/24 Ether2 assigned 10.0.0.11/24 VLAN1_E1 on Ether1 (no assigned IP) tagged as VLAN ID: 1 VLAN1_E2 on Ether2 (no assigned IP) tagged as VLAN ID: 1 Bridge1 containing ...
Rickard was referring to Line Of Sight, not Loss Of Signal. Do you have a clear Fresnel zone between your two units? Something does seem odd that your signal is only -68. Any interference from other equipment operating in the same frequency spectrum?
Thank you for the spelling error report, the particular issue has been fixied.
You cannot set 'rate-limit' attribute/option for RADIUS wireless clients, 'rate-limit' might be used for HotSpot,PPP, DHCP wireless clients.
Will this be available for radius wireless clients soon?
In the control panel on the left side of DUDE, look for the Function entry (should be below MIB nodes). Open functions and scroll down and see if snmp_wireless_link_info() is still there. As Uldis said, if its missing, you can reload DUDE. Otherwise, you can rightclick on the link, click on appearan...
Nope, now way to decrease the frequency from the standard 10 seconds (Same as links). I made a request months ago for this enhancment as this frequency of polling doesn't scale (Too much background traffic and APs are getting hammered if you are monitoring all SM links). Sill waiting for the feature...
Your over the air latency should be very low and not affect VoIP at all. I can give you a couple of ping measurements from a Trango 5.8 system: 11 miles: 422us 17 miles: 482us so, about a half a millisecond round trip lantency. I would expect the Mikrotik to be around there also. If you are in a noi...
Normally, serial cables are limited to 50FT unless you are using cable with a capacitance of 15pF/FT (can get to approx 166 FT). With that said, how many folks are attaching serial cables to their RBs installed on towers that are not easily accessible? Is there any issues with leaving a cable attach...
Mikrotik: I asked for these several months ago and wanted to bring them up again. There are more but I have to go back through my posts as I forgot several :) The amount of background traffic is getting high in my network due to the polling frequency. 1. Can we get the option of specifying the polli...
How many customers can you have on a system (parent is himself)? I can only get one added via user manager. BTW, authorization is spelled incorrectly in user manager. User manager has it spelled with an s : authorisation . Can you rate limit wireless customers? I select rate limit and enter the data...
Are you referring to a bridge in mikrotik? It will be the speed of the interfaces that you add to the bridge. If you add a couple of 100mb interfaces, it will do 100mb. In the classic sense, a bridge is simply a two port switch. In Router OS, you can have mutlitple interfaces assigned to a bridge (n...
Thanks. OK..So can someone help with the queue tree config just to limit Bandwidth per interface while retaining the simple queues for user bandwidth limiting? I'll do the shaping elsewhere. Basically, I need to limit interfaces to 10mb/sec so as not to overload a backhaul.
You are right. Not sure what I was thinking. The NATing on the outgoing interface (birdge) which is on the same subset as the cable modem perplexed me a bit as the bridgeinterface didn't need any NAT. I went ahead and configured it and all is working OK. Thanks for the help.
This is my config: 1. RB153 with one wireless card. 2. ether1 and ether2 are disabled 3. ether3,4,5 are bridged with IP address 192.168.2.30 assigned to the Bridge1 interface. 4. WLAN1 is the single wireless card with IP 10.5.50.1/24 5. Default route is set to 192.168.2.2 6. no NAT is enabled The b...
Yeah, I tried that and it didn't work in 2.9.40. Like I said, 2.9.40 user manager cant even see changes that you make via the CLI. I tried adding a new customer as an owner via the user manager and I get an error indicating only subscribers can be owners. I add it via the CLI and it is fine but user...
OK. Maybe no one is reading what i wrote above. I said I have a parent simple queue that all other queuse are a child of. The child queues are limited bandwidth for users. The parent queue is what I had a question about with fairness. I can make the parent queue a PCQ, SFQ, whatever type you want. W...
Thanks Marksx. For Simple Queues, you can specify the queue to be any type, just like Queue Trees. I still don't understand why you cant use hierarchial simple queues to achieve the same affect as queue trees? If I create a parent simple queue as type SFQ, shouldn't that work? The reason I was tryin...
I'm trying to creat a probe that uses an OID created with the use of the custom field of the element. I have a function call assoc that looks like this: (oid(concatenate("1.3.6.1.4.1.5454.1.20.3.6.1.14.",device_property("CustomField3")),30,300,device_property("CustomField2&q...
OK, This is what I was asking about originally: I have a router with interfaces: cloud: connected to internet (2MB connection) ether1: connected to Access Point 1 (10MB Connection) ether2: connected to Access Point 2 (10MB Connection) I have created the following Simple Queues: 1. Cloud Queue using ...
So what is my implementation going to accomplish that I proposed? Its not going to work? You can create simple queues as a PCQ type. I tried creating a queue tree on an interface in addition to simple queues limiting user BW but it didn't work.
I have a router with interfaces: cloud: connected to internet (2MB connection) ether1: connected to Access Point 1 (10MB Connection) ether2: connected to Access Point 2 (10MB Connection) I have created the following Simple Queues: 1. Cloud Queue using a defined PCQ Queue type limiting overall throug...
So you are saying that there is no way to shape overall traffic on the outgoing interface (ingress/egress) for all users if you are using simple queues for limiting bandwidth for each users?
I have the following config. I have two APs on separate subnets connected to two different router ports. On each subnet, I have CPEs that need to be on the same VLAN. Can I bridge the VLANs on two the two different ports (same VLAN ID/subnet assigned to each port)?
The queue type just indicates which type of queue it is. Each queue created is isolated from others and if the Bandwidth is avaialble, they will get the full rate set.
I need a quick clarification on simple queues. For an example, I have 10 simple queues rate limiting 10 users by IP in the network. All are set to approx the same max/min settings and all queues are at the same level. Will all of the users equally share the Bandwidth when they are simultaneosuly usi...
What's the best implementation to perform the following: 1. Rate limit users using simple Queues 2. Shape traffic using mangle Is it easier to try to do both in one router or simply perform rate limiting on one router and then insert a transparent bridge at the internet gateway to shape traffic usin...
Ryan- Thanks for the quick reply and useful information. I added the two strings you listed to the apperance of an AP I am monitoring by simple ICMP - as expected it displays the two RSSI values of SUID 8. 1. Must every SU be manually added in this fashion? 2. Does The Dude keep a log of the RSSI v...
Hi Scott: Yes, you can add all of this info. The AP is the only element that has an SNMP engine and it polls the SUs for the SU RSSI and associated values. If you perform an SNMP walk on the AP, you'll see the SU table. For SU specific info, I created some functions to get all of the pertinent info ...
Will user Manger eventually be able to support a major release without having to upgrade router OS to the same Rev as the user manager package? Is there be an abstraction layer for a major release that can reduce this dependecny.
There already is round function that leaves one digit after the decimal:
round(x * 10) / 10
OK Not quite what I was expecting but it's a workaround. Why not add a precision option to the round function so you can specify the number of digits to use/display for calculations?
Information about new Routerboards have very few details. It's enough to say they coming. Nobody knows the sizes, and anything but power consumption and expected CPU power. I haven't heard anything definite aboutpower consumption or expected CPU power. Do you have some info? MT seems to be indicati...
I have the same problem. I upgraded from Beta12 to 2.1 and several of my functions are returning 10-15 digits past the decimal. I need at least one decimal. The round function only rounds to an integer which isn't what I want. There should be a round function that will allow you to specify the numbe...
Yeah. That looks a bit chilly. I'm looking for something with a little more horse power and memory. Maybe you guys are coming out with some bigger RBs in the near future?
Thanks Normis for the reply. Questions and comments: CIR is committed information rate. We also have Max Limit and burst limit. At times of no congestion, we should be running at the Burst limit or Max limit. CIR is the comitted/guaranteed rate but you should be able to run at Max limit in times of ...
Sergejs: It is not uncommon to have 0 CIR SLAs. Is there something specific to the mikrotik implementation that requires a specific minimum BW or did you mean that 10K is needed for connections in general? What is the suggested minimum value for provisioned users? CIR should only be used if there is...
I don't want to block traffic. What I am trying to achieve is the following: I have some customers that must have guaranteed BW of 100K. The rest of the customers do not have guaranteed BW. Thus, I want to set the rest of the customers to 0 CIR and leave the queue priority amongst all customers the ...
I don't want to block a user. What I am trying to do is set a customers CIR to zero so that at times of congestion, those customers at the same level that have a non zero CIR will get their bandwidth before the rest of the bandwidth is divided amongst all other users with a zero CIR.
Are your link speeds changing? For a HotSPOT, you could have an issue but with fixed wireless, the Signal strength/speed should be constant unless you have unstable/flaky links.
I have a simple queues setup to bandwidth limit customers and am using bursting. I would like to set CIR to 0 for most of the customers (limit-at). However, it won't let me set it to zero in winbox. It defaults back to unlimited. How do I set limit-at (CIR) to zero and still support bursting, etc?
I have a couple of questions regarding the correct place to apply queue trees that prioritize traffic that will not override simple queues that are performing bandwidth limiting/shaping for customers. First, I'll state the facts of what I understand and have taken from the manual: Virtual Interfaces...
Thanks :D I was thinking if I bumped the priority of the premium customer with the same setting I noted above, if that customer was downloading at 800K of a total of 1.2Mb of throughput and other customers are trying to download at 600-700K, the premium customer would get 800K as he has a higher pri...
I have the customer set as follows: 800k/512K Max limit 1M/512K Burst limit 512k/512K Burst threshold So if I set limit-at 10 100K/100K and bump the priority of the queue, this should work, correct? limit-at is CIR according to the manual (bad wording if that is the case). If I increase the priority...
If I set their queue priority, they will have priority for the entire BW allocated. I want to give them 100K only guaranteed, not their entire allocated.
You can try just the dstnat example above alone if you want. What I gave is an example of poking a hole in the firewall. With additional ports open, you can put a server on a private IP and have it accessible from the internet.
I'm using simple queues to police/BW limit my customers connections. I have a couple of customers that I want to give guaranteed bandwidth to when they are online (say 100K guaranteed). When they aren't using it, other folks should be able to use it. These customers already have simple queues of the...
Yeah I know...but we have and existing windows server that can handle the load so we don't want to invest in another server for linux (have to factor in power, UPS, etc, costs also).
freeradius has an windows version. I haven't tried it and was going to ask here first.
I want to place a single 532A behind three Trango APs with each AP on a separate subnet. Each customer will have a simple queue for BW limiting. For this particular tower, we may have 60-80 users. Also connected to this router will be two backhauls that will carry 10Mb of traffic. This is a via towe...
Still doesn't work. I still get the same system error. Can you post the script that you use? I'm using the following for a test: /tool e-mail send from="xxxxx@comcast.net" server="192.168.x.x" body="Router down" subject="Router at second floor is down" to=&quo...
I'm looking for benchmark comparisons betweent he two. If an RB230 is behind an AP doing queuing and forwarding, will it be faster/slower than a 532? How about in core routing implementation at higher data throughput? The CPU architecture is completely different but that should not affect a benchmar...
Is there some documents that show the performance differences between the RB532A and RB230? The RB230 has a lot more memory but what about thoughput performance, CPU util, etc?
What are folks seeing with regard to distance and throughput with the SR9 900MHZ? Will these go 5-6 miles through a few trees (a few trees about mid way and a few more around the clients house)?
For the RB230, which PCI card is recommended: RB44 or RB44G? There are about the same price so I thought the RB44G would be the best choice. Are there any benefits of one over the other with the RB230?
Thanks Janisk. Most of my question are specifically regardint the implmentation I noted in my first post above (see the picture with different phases). I was hoping to get the answers to the questions I posed
Hi Janisk. There really isn't enough info to understand the packetflow with regard to the MT OS implementation. That's why there are so many questions. The very basic examples in the manual are not enough. Folks have been asking for more info on QOS for a long time. It would be nice if we could get ...
Thank Titus. Yeah, that is an interesting thread as well. That would work well for load balancing all connections. On top of that, I want to prioritze connection types though. Everyone on the board indicates QOS is complicated. I don't think its that complicated. I just am having an issue in trying ...
Yeah, I have read that but that doesn't answer my implementation questions. Thus the pictures and specific questions I was hoping someone could help me with.
I want to add two virtual APs to a wireless interface. One will be a Hotspot and the other for normal access for users that are fulltime customers. Since the real AP will be present in addition to the two virtual APs, is it best just to hide the real AP SSID and add WEP encryption so it can no be ac...
I need some help. I am trying to perform QOS using mangle+queue trees and Bandwidth limiting per user source address using Simple Queues. Below is a description and diagram of what I would like to achieve. DESCRIPTION: - I am planning to prioritize VoIP, HTTP, FTP, etc using mangling in prerouting. ...
Currently within a panel, you can only place as many panels as will fit the resolution of you screen. Is it possible to allow virutal panels to be created that have horizontal/vertical scroll bars so that you can add more charts and have them larger in size? Also, it would be desireable to be able t...