Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread RickG
LOL! Reminds of the last support call I had with Linksys!

On Mon, Oct 15, 2012 at 5:21 PM, Bill Prince
 wrote:
> Which reminds me of an old joke called "One Morning in Bangkok".
>
>One Morning in Bangkok
>
>The July 1981 newsletter of the Tasek Utara Golf Club in Johor Baru,
>Malaysia, contained the following linguistically intriguing dialog
>between a hotel guest and the room service at a certain Bangkok
>hotel. (Quoted from Far Eastern Economic Review September 4, 1981.)
>
>Room Service: Morny, rune sore-bees.
>Hotel Guest: Oh sorry, I thought I dialed room service.
>RS: Rye, rune sore-bees. Morny. Jewish to odor sunteen?
>HG: I'd like some bacon and eggs.
>RS: Ow July then?
>HG: What?
>RS: Aches. Ow July then? Pry, boy, pooch ... .?
>HG: Oh, the eggs! How do I like them? Sorry. Scrambled please.
>RS: Ow July thee baycome? Crease?
>HG: Crisp will be fine.
>RS: Okay. An Santos?
>HG: What?
>RS: Santos, July Santos?
>HG: Ugh ... I don't know ... I don't think so.
>RS: No? Judo one toes?
>HG: Look, I really feel bad about this, but I just don't know what
>judo-one-toes means. I'm sorry.
>RS: Toes! Toes! Why Jew Don Juan, toes? Ow bow eenglish mopping we
>bother?
>HG: English muffin! I've got it! Toast! You were saying toast! Fine.
>An English muffin will be fine.
>RS: We bother?
>HG: No. Just put the bother on the side.
>RS: Wad?
>HG: I'm sorry. I meant butter. Butter on the side.
>RS: Copy?
>HG: I feel terrible about this but ...
>RS: Copy. Copy, tea, mill.
>HG: Coffee! Yes, coffee please. And that's all.
>RS: One Minnie. Ass rune torino-fie, strangle aches, crease baycome,
>tossy eenglish mopping we bother honey sigh, and copy. Rye?
>HG: Whatever you say.
>RS: Okay. Tenjewberrymud.
>HG: You're welcome.
>
> bp
>
>
> On 10/15/2012 2:09 PM, Ty Featherling wrote:
>>
>> Damnit Josh, that made me do a spit-take!
>>
>> -Ty
>>
>> On Mon, Oct 15, 2012 at 4:07 PM, Josh Luthman
>> wrote:
>>
>>> Wur speekin inglish.  It's torch!
>>>
>>> Josh Luthman
>>> Office: 937-552-2340
>>> Direct: 937-552-2343
>>> 1100 Wayne St
>>> Suite 1337
>>> Troy, OH 45373
>>>
>>>
>>> On Mon, Oct 15, 2012 at 3:14 PM, Meftah Tayeb >>>
>>>> wrote:
>>>> Sh, Sh; torsh, Josh ;)
>>>> - Original Message - From: "Ty Featherling" <
>>>> tyfeatherl...@gmail.com>
>>>> To: "Mikrotik discussions" 
>>>> Sent: Tuesday, October 16, 2012 12:04 AM
>>>> Subject: Re: [Mikrotik] Identifying high Packets Per Second connections
>>>>
>>>>
>>>>   TORCH! Why did I forget torch? Thanks Josh!
>>>>>
>>>>> -Ty
>>>>>
>>>>> On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
>>>>> **wrote:
>>>>>
>>>>>   Torch would be super easy...
>>>>>>
>>>>>> Josh Luthman
>>>>>> Office: 937-552-2340
>>>>>> Direct: 937-552-2343
>>>>>> 1100 Wayne St
>>>>>> Suite 1337
>>>>>> Troy, OH 45373
>>>>>>
>>>>>>
>>>>>> On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling <
>>>
>>> tyfeatherl...@gmail.com
>>>>>>>
>>>>>>> wrote:
>>>>>>> I have a Ubiquiti AP that isn't performing as I would expect it to.
>>>>>>> Comparing it to another AP of the same type and customer count I >
>>>>>>
>>>>>> noticed
>>>>>>>
>>>>>>> that this AP has as high of a packets/second count at 5Mbps as the >
>>>>>>
>>>>>> other
>>>>>>>
>>>>>>> does at 10Mbps. That got me to wondering what was the source of those
>>>>>>
>>>>>> high
>>>>>>>
>>>>>>> packets/second. Is there any way using RouterOS to monitor or
>>>
>>> otherwise
>>>>>>>
>>>>>>> find the packets/second per connection or source address?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Ty
>>>>>>> -- next part --
>>>>>>> An

Re: [Mikrotik] Virtual Wireless AP and Regular AP on one interface.

2012-10-15 Thread Scottie Arnett

Bridge ports and Nat Rules:

[admin@ValleyView] > interface bridge port print
Flags: X - disabled, I - inactive, D - dynamic
#INTERFACE   BRIDGE   PRIORITY 
PATH-COSTHORIZON
0 I  ether2  Wlan-lan 0x80 
10   none
1 I  wlanWlan-lan 0x80 
10   none
2 I  Wan Info-EdVV-Wan0x80 
10   none
3 I  Info-EdVV   Info-EdVV-Wan0x80 
10   none


[admin@ValleyView] /ip firewall> nat print
Flags: X - disabled, I - invalid, D - dynamic
0   chain=srcnat action=masquerade out-interface=Wan

I will try your suggestions tomorrow. Thanks Butch.

Scottie Arnett
President
Info-Ed, Inc.
Electronics and More
931-243-2101
sarn...@info-ed.com
- Original Message - 
From: "Butch Evans" 

To: 
Sent: Monday, October 15, 2012 11:20 PM
Subject: Re: [Mikrotik] Virtual Wireless AP and Regular AP on one interface.



On Mon, 2012-10-15 at 18:06 -0500, Scottie Arnett wrote:

I am trying to setup a Routerboard with a Virtual Wireless
AP and a Regular AP on one wireless interface. I have both
AP's working and can connect to them. The Regular AP has a
one public IP on the Wan side and DHCP on it's interface with
NAT and is working. I need the Virtual AP to be bridged so that
the connecting radios use a public IP.



You should be able to do something like this:
physical wireless = private IP with NAT and NOT bridged
Virtual AP + WAN in a bridge.

The IP addresses that are currently assigned to the WAN interface needs
to be moved to the new bridge.  Also, IF you are specifying
out-interface on your NAT rules, the NEW out-interface would be this new
bridge.  You should add the MAC address of the current WAN port as an
administrative mac address on the bridge, so that it doesn't change when
people connect/disconnect to the virtual AP.


My problem is that when I enable the the Virtual AP, the regular AP
stops passing traffic to the internet. What have I missed? Or can
this be done this way?


Not sure why this is happening, but you didn't post your bridge ports or
the firewall nat rules.  Perhaps there is a mistake there.

--

* Butch Evans* Professional Network Consultation   *
* http://www.butchevans.com/ * Network Engineering *
* http://store.wispgear.net/ * Wired or Wireless Networks  *
* http://blog.butchevans.com/ * ImageStream, Mikrotik and MORE!*
*  NOTE THE NEW PHONE NUMBER: 702-537-0979 *




___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik 
RouterOS 


___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] Virtual Wireless AP and Regular AP on one interface.

2012-10-15 Thread Butch Evans
On Mon, 2012-10-15 at 18:06 -0500, Scottie Arnett wrote:
> I am trying to setup a Routerboard with a Virtual Wireless 
> AP and a Regular AP on one wireless interface. I have both 
> AP's working and can connect to them. The Regular AP has a 
> one public IP on the Wan side and DHCP on it's interface with 
> NAT and is working. I need the Virtual AP to be bridged so that 
> the connecting radios use a public IP.


You should be able to do something like this:
physical wireless = private IP with NAT and NOT bridged
Virtual AP + WAN in a bridge. 

The IP addresses that are currently assigned to the WAN interface needs
to be moved to the new bridge.  Also, IF you are specifying
out-interface on your NAT rules, the NEW out-interface would be this new
bridge.  You should add the MAC address of the current WAN port as an
administrative mac address on the bridge, so that it doesn't change when
people connect/disconnect to the virtual AP.

> My problem is that when I enable the the Virtual AP, the regular AP 
> stops passing traffic to the internet. What have I missed? Or can 
> this be done this way?

Not sure why this is happening, but you didn't post your bridge ports or
the firewall nat rules.  Perhaps there is a mistake there.

-- 

* Butch Evans* Professional Network Consultation   *
* http://www.butchevans.com/ * Network Engineering *
* http://store.wispgear.net/ * Wired or Wireless Networks  *
* http://blog.butchevans.com/ * ImageStream, Mikrotik and MORE!*
*  NOTE THE NEW PHONE NUMBER: 702-537-0979 *




___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] Virtual Wireless AP and Regular AP on one interface.

2012-10-15 Thread Scottie Arnett
I am beginning to think the same. When I enable the Virtual Ap, the clients 
work with public IP's through the bridge, but the regular AP stops passing 
traffic. If I disable the Virtual  AP, the regular AP passes traffic. I 
recall asking Butch if this could be done a few years ago, and he seemed to 
think it could. Although, I have not found how to make it work correctly.


Scottie Arnett
President
Info-Ed, Inc.
Electronics and More
931-243-2101
sarn...@info-ed.com
- Original Message - 
From: "Scott Reed" 

To: "Mikrotik discussions" 
Sent: Monday, October 15, 2012 8:55 PM
Subject: Re: [Mikrotik] Virtual Wireless AP and Regular AP on one interface.


I haven't tried this, but I do have some virtual APs.  From what I have 
done, I would say you can not bridge one and not the other. This doesn't 
make a real interface, the best I can tell.  It just gives you another 
SSID, etc., and allows additional addresses


.
On 10/15/2012 7:06 PM, Scottie Arnett wrote:

Hey all,

I am trying to setup a Routerboard with a Virtual Wireless AP and a 
Regular AP on one wireless interface. I have both AP's working and can 
connect to them. The Regular AP has a one public IP on the Wan side and 
DHCP on it's interface with NAT and is working. I need the Virtual AP to 
be bridged so that the connecting radios use a public IP.


Here are my settings so far:

  [admin@ValleyView] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
  #   ADDRESSNETWORK INTERFACE
  0   67.A.B.C/24  67.A.B.0Wan
  1   192.168.15.1/24192.168.15.0Wlan-lan

  [admin@ValleyView] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
  #  DST-ADDRESSPREF-SRCGATEWAYDISTANCE
  0 A S  0.0.0.0/0  67.A.B.1  1
  1 ADC  67.A.B.0/2467.A.B.C  Wan   0
  2 ADC  192.168.15.0/24192.168.15.1Wlan-lan  0

[admin@ValleyView] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
  # NAME   TYPE 
MTU L2MTU  MAX-L2MTU
  0  R  Wanether 
1500  1600   4076
  1 ether2 ether 
1500  1598   2028
  2 ether3 ether 
1500  1598   2028
  3 ether4 ether 
1500  1598   2028
  4 ether5 ether 
1500  1598   2028
  5  R  Wlan-lan   bridge 
1500 65535
  6 wlan   wlan 
1500  2290
  7  X  Info-EdVV  wlan 
1500
  8  X  Info-EdVV-Wan  bridge 
1500


[admin@ValleyView] /interface bridge> print
Flags: X - disabled, R - running
  0  R name="Wlan-lan" mtu=1500 l2mtu=65535 arp=enabled 
mac-address=D4:CA:6D:26:12:6D
   protocol-mode=none priority=0x8000 auto-mac=yes 
admin-mac=00:00:00:00:00:00
   max-message-age=20s forward-delay=15s transmit-hold-count=6 
ageing-time=5m


  1 X  name="Info-EdVV-Wan" mtu=1500 arp=enabled 
mac-address=D4:CA:6D:26:12:68 protocol-mode=none
   priority=0x8000 auto-mac=yes admin-mac=00:00:00:00:00:00 
max-message-age=20s

   forward-delay=15s transmit-hold-count=6 ageing-time=5m

[admin@ValleyView] /interface wireless> print
Flags: X - disabled, R - running
  0name="wlan" mtu=1500 mac-address=D4:CA:6D:26:12:6D arp=enabled 
interface-type=Atheros 11N
   mode=ap-bridge ssid="ValleyView" frequency=2422 band=2ghz-b 
channel-width=20mhz
   scan-list=default wireless-protocol=unspecified antenna-mode=ant-a 
wds-mode=disabled
   wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled 
default-authentication=yes
   default-forwarding=yes default-ap-tx-limit=0 
default-client-tx-limit=0 hide-ssid=no

   security-profile=default compression=no

  1 X  name="Info-EdVV" mtu=1500 mac-address=D6:CA:6D:26:12:6D 
arp=enabled
   interface-type=virtual-AP master-interface=wlan ssid="Info-EdVV" 
wds-mode=disabled
   wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled 
default-authentication=no
   default-forwarding=yes default-ap-tx-limit=0 
default-client-tx-limit=0 hide-ssid=no

   security-profile=bridged

My problem is that when I enable the the Virtual AP, the regular AP stops 
passing traffic to the internet. What have I missed? Or can this be done 
this way?


Scottie Arnett
President
Info-Ed, Inc.
Electronics and More
931-243-2101
sarn...@info-ed.com
-- next part --
An HTML atta

Re: [Mikrotik] Virtual Wireless AP and Regular AP on one interface.

2012-10-15 Thread Scott Reed
I haven't tried this, but I do have some virtual APs.  From what I have 
done, I would say you can not bridge one and not the other. This doesn't 
make a real interface, the best I can tell.  It just gives you another 
SSID, etc., and allows additional addresses


.
On 10/15/2012 7:06 PM, Scottie Arnett wrote:

Hey all,

I am trying to setup a Routerboard with a Virtual Wireless AP and a Regular AP 
on one wireless interface. I have both AP's working and can connect to them. 
The Regular AP has a one public IP on the Wan side and DHCP on it's interface 
with NAT and is working. I need the Virtual AP to be bridged so that the 
connecting radios use a public IP.

Here are my settings so far:

  [admin@ValleyView] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
  #   ADDRESSNETWORK INTERFACE
  0   67.A.B.C/24  67.A.B.0Wan
  1   192.168.15.1/24192.168.15.0Wlan-lan

  [admin@ValleyView] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
  #  DST-ADDRESSPREF-SRCGATEWAYDISTANCE
  0 A S  0.0.0.0/0  67.A.B.1  1
  1 ADC  67.A.B.0/2467.A.B.C  Wan   0
  2 ADC  192.168.15.0/24192.168.15.1Wlan-lan  0
 


[admin@ValleyView] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave
  # NAME   TYPE   
MTU L2MTU  MAX-L2MTU
  0  R  Wanether 
1500  1600   4076
  1 ether2 ether 
1500  1598   2028
  2 ether3 ether 
1500  1598   2028
  3 ether4 ether 
1500  1598   2028
  4 ether5 ether 
1500  1598   2028
  5  R  Wlan-lan   bridge
1500 65535
  6 wlan   wlan  
1500  2290
  7  X  Info-EdVV  wlan  
1500
  8  X  Info-EdVV-Wan  bridge
1500

[admin@ValleyView] /interface bridge> print
Flags: X - disabled, R - running
  0  R name="Wlan-lan" mtu=1500 l2mtu=65535 arp=enabled 
mac-address=D4:CA:6D:26:12:6D
   protocol-mode=none priority=0x8000 auto-mac=yes 
admin-mac=00:00:00:00:00:00
   max-message-age=20s forward-delay=15s transmit-hold-count=6 
ageing-time=5m

  1 X  name="Info-EdVV-Wan" mtu=1500 arp=enabled mac-address=D4:CA:6D:26:12:68 
protocol-mode=none
   priority=0x8000 auto-mac=yes admin-mac=00:00:00:00:00:00 
max-message-age=20s
   forward-delay=15s transmit-hold-count=6 ageing-time=5m

[admin@ValleyView] /interface wireless> print
Flags: X - disabled, R - running
  0name="wlan" mtu=1500 mac-address=D4:CA:6D:26:12:6D arp=enabled 
interface-type=Atheros 11N
   mode=ap-bridge ssid="ValleyView" frequency=2422 band=2ghz-b 
channel-width=20mhz
   scan-list=default wireless-protocol=unspecified antenna-mode=ant-a 
wds-mode=disabled
   wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled 
default-authentication=yes
   default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 
hide-ssid=no
   security-profile=default compression=no

  1 X  name="Info-EdVV" mtu=1500 mac-address=D6:CA:6D:26:12:6D arp=enabled
   interface-type=virtual-AP master-interface=wlan ssid="Info-EdVV" 
wds-mode=disabled
   wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled 
default-authentication=no
   default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 
hide-ssid=no
   security-profile=bridged

My problem is that when I enable the the Virtual AP, the regular AP stops 
passing traffic to the internet. What have I missed? Or can this be done this 
way?

Scottie Arnett
President
Info-Ed, Inc.
Electronics and More
931-243-2101
sarn...@info-ed.com
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/37ca43a3/attachment.html>
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2013.0.2740 / Virus Database: 2601/5829 - Release Date: 10/13/12




--
Scott Reed
Owner
NewWays Networking, LLC
Wireless Network

[Mikrotik] Virtual Wireless AP and Regular AP on one interface.

2012-10-15 Thread Scottie Arnett
Hey all,

I am trying to setup a Routerboard with a Virtual Wireless AP and a Regular AP 
on one wireless interface. I have both AP's working and can connect to them. 
The Regular AP has a one public IP on the Wan side and DHCP on it's interface 
with NAT and is working. I need the Virtual AP to be bridged so that the 
connecting radios use a public IP.

Here are my settings so far: 

 [admin@ValleyView] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic 
 #   ADDRESSNETWORK INTERFACE   
 
 0   67.A.B.C/24  67.A.B.0Wan   
   
 1   192.168.15.1/24192.168.15.0Wlan-lan 

 [admin@ValleyView] /ip route> print
Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, 
B - blackhole, U - unreachable, P - prohibit 
 #  DST-ADDRESSPREF-SRCGATEWAYDISTANCE
 0 A S  0.0.0.0/0  67.A.B.1  1
 1 ADC  67.A.B.0/2467.A.B.C  Wan   0
 2 ADC  192.168.15.0/24192.168.15.1Wlan-lan  0


[admin@ValleyView] /interface> print
Flags: D - dynamic, X - disabled, R - running, S - slave 
 # NAME   TYPE   
MTU L2MTU  MAX-L2MTU
 0  R  Wanether 
1500  1600   4076
 1 ether2 ether 
1500  1598   2028
 2 ether3 ether 
1500  1598   2028
 3 ether4 ether 
1500  1598   2028
 4 ether5 ether 
1500  1598   2028
 5  R  Wlan-lan   bridge
1500 65535
 6 wlan   wlan  
1500  2290
 7  X  Info-EdVV  wlan  1500
 8  X  Info-EdVV-Wan  bridge1500

[admin@ValleyView] /interface bridge> print
Flags: X - disabled, R - running 
 0  R name="Wlan-lan" mtu=1500 l2mtu=65535 arp=enabled 
mac-address=D4:CA:6D:26:12:6D 
  protocol-mode=none priority=0x8000 auto-mac=yes 
admin-mac=00:00:00:00:00:00 
  max-message-age=20s forward-delay=15s transmit-hold-count=6 
ageing-time=5m 

 1 X  name="Info-EdVV-Wan" mtu=1500 arp=enabled mac-address=D4:CA:6D:26:12:68 
protocol-mode=none 
  priority=0x8000 auto-mac=yes admin-mac=00:00:00:00:00:00 
max-message-age=20s 
  forward-delay=15s transmit-hold-count=6 ageing-time=5m

[admin@ValleyView] /interface wireless> print
Flags: X - disabled, R - running 
 0name="wlan" mtu=1500 mac-address=D4:CA:6D:26:12:6D arp=enabled 
interface-type=Atheros 11N 
  mode=ap-bridge ssid="ValleyView" frequency=2422 band=2ghz-b 
channel-width=20mhz 
  scan-list=default wireless-protocol=unspecified antenna-mode=ant-a 
wds-mode=disabled 
  wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled 
default-authentication=yes 
  default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 
hide-ssid=no 
  security-profile=default compression=no 

 1 X  name="Info-EdVV" mtu=1500 mac-address=D6:CA:6D:26:12:6D arp=enabled 
  interface-type=virtual-AP master-interface=wlan ssid="Info-EdVV" 
wds-mode=disabled 
  wds-default-bridge=none wds-ignore-ssid=no bridge-mode=enabled 
default-authentication=no 
  default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 
hide-ssid=no 
  security-profile=bridged

My problem is that when I enable the the Virtual AP, the regular AP stops 
passing traffic to the internet. What have I missed? Or can this be done this 
way?

Scottie Arnett
President
Info-Ed, Inc.
Electronics and More
931-243-2101
sarn...@info-ed.com
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/37ca43a3/attachment.html>
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Bill Prince

Which reminds me of an old joke called "One Morning in Bangkok".

   One Morning in Bangkok

   The July 1981 newsletter of the Tasek Utara Golf Club in Johor Baru,
   Malaysia, contained the following linguistically intriguing dialog
   between a hotel guest and the room service at a certain Bangkok
   hotel. (Quoted from Far Eastern Economic Review September 4, 1981.)

   Room Service: Morny, rune sore-bees.
   Hotel Guest: Oh sorry, I thought I dialed room service.
   RS: Rye, rune sore-bees. Morny. Jewish to odor sunteen?
   HG: I'd like some bacon and eggs.
   RS: Ow July then?
   HG: What?
   RS: Aches. Ow July then? Pry, boy, pooch ... .?
   HG: Oh, the eggs! How do I like them? Sorry. Scrambled please.
   RS: Ow July thee baycome? Crease?
   HG: Crisp will be fine.
   RS: Okay. An Santos?
   HG: What?
   RS: Santos, July Santos?
   HG: Ugh ... I don't know ... I don't think so.
   RS: No? Judo one toes?
   HG: Look, I really feel bad about this, but I just don't know what
   judo-one-toes means. I'm sorry.
   RS: Toes! Toes! Why Jew Don Juan, toes? Ow bow eenglish mopping we
   bother?
   HG: English muffin! I've got it! Toast! You were saying toast! Fine.
   An English muffin will be fine.
   RS: We bother?
   HG: No. Just put the bother on the side.
   RS: Wad?
   HG: I'm sorry. I meant butter. Butter on the side.
   RS: Copy?
   HG: I feel terrible about this but ...
   RS: Copy. Copy, tea, mill.
   HG: Coffee! Yes, coffee please. And that's all.
   RS: One Minnie. Ass rune torino-fie, strangle aches, crease baycome,
   tossy eenglish mopping we bother honey sigh, and copy. Rye?
   HG: Whatever you say.
   RS: Okay. Tenjewberrymud.
   HG: You're welcome.

bp

On 10/15/2012 2:09 PM, Ty Featherling wrote:

Damnit Josh, that made me do a spit-take!

-Ty

On Mon, Oct 15, 2012 at 4:07 PM, Josh Luthman
wrote:


Wur speekin inglish.  It's torch!

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373


On Mon, Oct 15, 2012 at 3:14 PM, Meftah Tayeb 
wrote:
Sh, Sh; torsh, Josh ;)
- Original Message - From: "Ty Featherling" <
tyfeatherl...@gmail.com>
To: "Mikrotik discussions" 
Sent: Tuesday, October 16, 2012 12:04 AM
Subject: Re: [Mikrotik] Identifying high Packets Per Second connections


  TORCH! Why did I forget torch? Thanks Josh!

-Ty

On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
**wrote:

  Torch would be super easy...

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373


On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling <

tyfeatherl...@gmail.com

wrote:
I have a Ubiquiti AP that isn't performing as I would expect it to.
Comparing it to another AP of the same type and customer count I >

noticed

that this AP has as high of a packets/second count at 5Mbps as the >

other

does at 10Mbps. That got me to wondering what was the source of those

high

packets/second. Is there any way using RouterOS to monitor or

otherwise

find the packets/second per connection or source address?

Thanks,
Ty
-- next part --
An HTML attachment was scrubbed...
URL: <


http://www.butchevans.com/**pipermail/mikrotik/**
attachments/20121015/723eb5c0/**attachment.html<

http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html

__**_
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/**mailman/listinfo/mikrotik<

http://www.butchevans.com/mailman/listinfo/mikrotik>

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
RouterOS


-- next part ------
An HTML attachment was scrubbed...
URL: <
http://www.butchevans.com/**pipermail/mikrotik/**
attachments/20121015/5b150dcd/**attachment.html<

http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html

__**_
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/**mailman/listinfo/mikrotik<

http://www.butchevans.com/mailman/listinfo/mikrotik>

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
RouterOS

  -- next part ------

An HTML attachment was scrubbed...
URL: <http://www.butchevans.com/**pipermail/mikrotik/**
attachments/20121015/b66ca4e6/**attachment.html<

http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/b66ca4e6/attachment.html

__**_
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/**mailman/listinfo/mikrotik<

http://www.butchevans.com/mailman/listinfo/mikrotik>

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
RouterOS


__ Information from ESET NOD32 Antivirus, version of virus
signature database 7404 (20120821) __

The m

Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Chupaka
Torch is manual tool. For some automation look at 'dst-limit' firewall
matcher.


2012/10/16 Ty Featherling 

> TORCH! Why did I forget torch? Thanks Josh!
>
> -Ty
>
> On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
> wrote:
>
> > Torch would be super easy...
> >
> > Josh Luthman
> > Office: 937-552-2340
> > Direct: 937-552-2343
> > 1100 Wayne St
> > Suite 1337
> > Troy, OH 45373
> >
> >
> > On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling  > >wrote:
> >
> > > I have a Ubiquiti AP that isn't performing as I would expect it to.
> > > Comparing it to another AP of the same type and customer count I
> noticed
> > > that this AP has as high of a packets/second count at 5Mbps as the
> other
> > > does at 10Mbps. That got me to wondering what was the source of those
> > high
> > > packets/second. Is there any way using RouterOS to monitor or otherwise
> > > find the packets/second per connection or source address?
> > >
> > > Thanks,
> > > Ty
> > > -- next part --
> > > An HTML attachment was scrubbed...
> > > URL: <
> > >
> >
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html
> > > >
> > > ___
> > > Mikrotik mailing list
> > > Mikrotik@mail.butchevans.com
> > > http://www.butchevans.com/mailman/listinfo/mikrotik
> > >
> > > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> > > RouterOS
> > >
> > -- next part --
> > An HTML attachment was scrubbed...
> > URL: <
> >
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html
> > >
> > ___
> > Mikrotik mailing list
> > Mikrotik@mail.butchevans.com
> > http://www.butchevans.com/mailman/listinfo/mikrotik
> >
> > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> > RouterOS
> >
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/b66ca4e6/attachment.html
> >
> ___
> Mikrotik mailing list
> Mikrotik@mail.butchevans.com
> http://www.butchevans.com/mailman/listinfo/mikrotik
>
> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> RouterOS
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20121016/ccd8d9bd/attachment.html>
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Josh Luthman
Tell your monitor I'm sorry...

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373


On Mon, Oct 15, 2012 at 5:09 PM, Ty Featherling wrote:

> Damnit Josh, that made me do a spit-take!
>
> -Ty
>
> On Mon, Oct 15, 2012 at 4:07 PM, Josh Luthman
> wrote:
>
> > Wur speekin inglish.  It's torch!
> >
> > Josh Luthman
> > Office: 937-552-2340
> > Direct: 937-552-2343
> > 1100 Wayne St
> > Suite 1337
> > Troy, OH 45373
> >
> >
> > On Mon, Oct 15, 2012 at 3:14 PM, Meftah Tayeb  > >wrote:
> >
> > > Sh, Sh; torsh, Josh ;)
> > > - Original Message - From: "Ty Featherling" <
> > > tyfeatherl...@gmail.com>
> > > To: "Mikrotik discussions" 
> > > Sent: Tuesday, October 16, 2012 12:04 AM
> > > Subject: Re: [Mikrotik] Identifying high Packets Per Second connections
> > >
> > >
> > >  TORCH! Why did I forget torch? Thanks Josh!
> > >>
> > >> -Ty
> > >>
> > >> On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
> > >> **wrote:
> > >>
> > >>  Torch would be super easy...
> > >>>
> > >>> Josh Luthman
> > >>> Office: 937-552-2340
> > >>> Direct: 937-552-2343
> > >>> 1100 Wayne St
> > >>> Suite 1337
> > >>> Troy, OH 45373
> > >>>
> > >>>
> > >>> On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling <
> > tyfeatherl...@gmail.com
> > >>> >wrote:
> > >>>
> > >>> > I have a Ubiquiti AP that isn't performing as I would expect it to.
> > >>> > Comparing it to another AP of the same type and customer count I >
> > >>> noticed
> > >>> > that this AP has as high of a packets/second count at 5Mbps as the
> >
> > >>> other
> > >>> > does at 10Mbps. That got me to wondering what was the source of
> those
> > >>> high
> > >>> > packets/second. Is there any way using RouterOS to monitor or
> > otherwise
> > >>> > find the packets/second per connection or source address?
> > >>> >
> > >>> > Thanks,
> > >>> > Ty
> > >>> > -- next part --
> > >>> > An HTML attachment was scrubbed...
> > >>> > URL: <
> > >>> >
> > >>> http://www.butchevans.com/**pipermail/mikrotik/**
> > >>> attachments/20121015/723eb5c0/**attachment.html<
> >
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html
> > >
> > >>> > >
> > >>> > __**_
> > >>> > Mikrotik mailing list
> > >>> > Mikrotik@mail.butchevans.com
> > >>> > http://www.butchevans.com/**mailman/listinfo/mikrotik<
> > http://www.butchevans.com/mailman/listinfo/mikrotik>
> > >>> >
> > >>> > Visit http://blog.butchevans.com/ for tutorials related to
> Mikrotik
> > >>> > RouterOS
> > >>> >
> > >>> -- next part --
> > >>> An HTML attachment was scrubbed...
> > >>> URL: <
> > >>> http://www.butchevans.com/**pipermail/mikrotik/**
> > >>> attachments/20121015/5b150dcd/**attachment.html<
> >
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html
> > >
> > >>> >
> > >>> __**_
> > >>> Mikrotik mailing list
> > >>> Mikrotik@mail.butchevans.com
> > >>> http://www.butchevans.com/**mailman/listinfo/mikrotik<
> > http://www.butchevans.com/mailman/listinfo/mikrotik>
> > >>>
> > >>> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> > >>> RouterOS
> > >>>
> > >>>  -- next part --
> > >> An HTML attachment was scrubbed...
> > >> URL: <http://www.butchevans.com/**pipermail/mikrotik/**
> > >> attachments/20121015/b66ca4e6/**attachment.html<
> >
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/b66ca4e6/attachment.html
> > >
> > >> >
> > >

Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Ty Featherling
Damnit Josh, that made me do a spit-take!

-Ty

On Mon, Oct 15, 2012 at 4:07 PM, Josh Luthman
wrote:

> Wur speekin inglish.  It's torch!
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
>
> On Mon, Oct 15, 2012 at 3:14 PM, Meftah Tayeb  >wrote:
>
> > Sh, Sh; torsh, Josh ;)
> > - Original Message - From: "Ty Featherling" <
> > tyfeatherl...@gmail.com>
> > To: "Mikrotik discussions" 
> > Sent: Tuesday, October 16, 2012 12:04 AM
> > Subject: Re: [Mikrotik] Identifying high Packets Per Second connections
> >
> >
> >  TORCH! Why did I forget torch? Thanks Josh!
> >>
> >> -Ty
> >>
> >> On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
> >> **wrote:
> >>
> >>  Torch would be super easy...
> >>>
> >>> Josh Luthman
> >>> Office: 937-552-2340
> >>> Direct: 937-552-2343
> >>> 1100 Wayne St
> >>> Suite 1337
> >>> Troy, OH 45373
> >>>
> >>>
> >>> On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling <
> tyfeatherl...@gmail.com
> >>> >wrote:
> >>>
> >>> > I have a Ubiquiti AP that isn't performing as I would expect it to.
> >>> > Comparing it to another AP of the same type and customer count I >
> >>> noticed
> >>> > that this AP has as high of a packets/second count at 5Mbps as the >
> >>> other
> >>> > does at 10Mbps. That got me to wondering what was the source of those
> >>> high
> >>> > packets/second. Is there any way using RouterOS to monitor or
> otherwise
> >>> > find the packets/second per connection or source address?
> >>> >
> >>> > Thanks,
> >>> > Ty
> >>> > -- next part --
> >>> > An HTML attachment was scrubbed...
> >>> > URL: <
> >>> >
> >>> http://www.butchevans.com/**pipermail/mikrotik/**
> >>> attachments/20121015/723eb5c0/**attachment.html<
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html
> >
> >>> > >
> >>> > __**_
> >>> > Mikrotik mailing list
> >>> > Mikrotik@mail.butchevans.com
> >>> > http://www.butchevans.com/**mailman/listinfo/mikrotik<
> http://www.butchevans.com/mailman/listinfo/mikrotik>
> >>> >
> >>> > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> >>> > RouterOS
> >>> >
> >>> -- next part ------
> >>> An HTML attachment was scrubbed...
> >>> URL: <
> >>> http://www.butchevans.com/**pipermail/mikrotik/**
> >>> attachments/20121015/5b150dcd/**attachment.html<
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html
> >
> >>> >
> >>> __**_
> >>> Mikrotik mailing list
> >>> Mikrotik@mail.butchevans.com
> >>> http://www.butchevans.com/**mailman/listinfo/mikrotik<
> http://www.butchevans.com/mailman/listinfo/mikrotik>
> >>>
> >>> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> >>> RouterOS
> >>>
> >>>  -- next part --
> >> An HTML attachment was scrubbed...
> >> URL: <http://www.butchevans.com/**pipermail/mikrotik/**
> >> attachments/20121015/b66ca4e6/**attachment.html<
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/b66ca4e6/attachment.html
> >
> >> >
> >> __**_
> >> Mikrotik mailing list
> >> Mikrotik@mail.butchevans.com
> >> http://www.butchevans.com/**mailman/listinfo/mikrotik<
> http://www.butchevans.com/mailman/listinfo/mikrotik>
> >>
> >> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> >> RouterOS
> >>
> >>
> >> __ Information from ESET NOD32 Antivirus, version of virus
> >> signature database 7404 (20120821) __
> >>
> >> The message was checked by ESET NOD32 Antivirus.
> >>
> >> http://www.eset.com
> >>
> >>
> >>
> >>
> >
> > __ Informati

Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Josh Luthman
Wur speekin inglish.  It's torch!

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373


On Mon, Oct 15, 2012 at 3:14 PM, Meftah Tayeb wrote:

> Sh, Sh; torsh, Josh ;)
> - Original Message - From: "Ty Featherling" <
> tyfeatherl...@gmail.com>
> To: "Mikrotik discussions" 
> Sent: Tuesday, October 16, 2012 12:04 AM
> Subject: Re: [Mikrotik] Identifying high Packets Per Second connections
>
>
>  TORCH! Why did I forget torch? Thanks Josh!
>>
>> -Ty
>>
>> On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
>> **wrote:
>>
>>  Torch would be super easy...
>>>
>>> Josh Luthman
>>> Office: 937-552-2340
>>> Direct: 937-552-2343
>>> 1100 Wayne St
>>> Suite 1337
>>> Troy, OH 45373
>>>
>>>
>>> On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling >> >wrote:
>>>
>>> > I have a Ubiquiti AP that isn't performing as I would expect it to.
>>> > Comparing it to another AP of the same type and customer count I >
>>> noticed
>>> > that this AP has as high of a packets/second count at 5Mbps as the >
>>> other
>>> > does at 10Mbps. That got me to wondering what was the source of those
>>> high
>>> > packets/second. Is there any way using RouterOS to monitor or otherwise
>>> > find the packets/second per connection or source address?
>>> >
>>> > Thanks,
>>> > Ty
>>> > -- next part --
>>> > An HTML attachment was scrubbed...
>>> > URL: <
>>> >
>>> http://www.butchevans.com/**pipermail/mikrotik/**
>>> attachments/20121015/723eb5c0/**attachment.html<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html>
>>> > >
>>> > __**_____
>>> > Mikrotik mailing list
>>> > Mikrotik@mail.butchevans.com
>>> > http://www.butchevans.com/**mailman/listinfo/mikrotik<http://www.butchevans.com/mailman/listinfo/mikrotik>
>>> >
>>> > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
>>> > RouterOS
>>> >
>>> -- next part --
>>> An HTML attachment was scrubbed...
>>> URL: <
>>> http://www.butchevans.com/**pipermail/mikrotik/**
>>> attachments/20121015/5b150dcd/**attachment.html<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html>
>>> >
>>> __**_
>>> Mikrotik mailing list
>>> Mikrotik@mail.butchevans.com
>>> http://www.butchevans.com/**mailman/listinfo/mikrotik<http://www.butchevans.com/mailman/listinfo/mikrotik>
>>>
>>> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
>>> RouterOS
>>>
>>>  -- next part --
>> An HTML attachment was scrubbed...
>> URL: <http://www.butchevans.com/**pipermail/mikrotik/**
>> attachments/20121015/b66ca4e6/**attachment.html<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/b66ca4e6/attachment.html>
>> >
>> __**_
>> Mikrotik mailing list
>> Mikrotik@mail.butchevans.com
>> http://www.butchevans.com/**mailman/listinfo/mikrotik<http://www.butchevans.com/mailman/listinfo/mikrotik>
>>
>> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
>> RouterOS
>>
>>
>> __ Information from ESET NOD32 Antivirus, version of virus
>> signature database 7404 (20120821) __
>>
>> The message was checked by ESET NOD32 Antivirus.
>>
>> http://www.eset.com
>>
>>
>>
>>
>
> __ Information from ESET NOD32 Antivirus, version of virus
> signature database 7404 (20120821) __
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
>
> __**_
> Mikrotik mailing list
> Mikrotik@mail.butchevans.com
> http://www.butchevans.com/**mailman/listinfo/mikrotik<http://www.butchevans.com/mailman/listinfo/mikrotik>
>
> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> RouterOS
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/1986cc83/attachment.html>
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Meftah Tayeb

Sh, Sh; torsh, Josh ;)
- Original Message - 
From: "Ty Featherling" 

To: "Mikrotik discussions" 
Sent: Tuesday, October 16, 2012 12:04 AM
Subject: Re: [Mikrotik] Identifying high Packets Per Second connections



TORCH! Why did I forget torch? Thanks Josh!

-Ty

On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
wrote:


Torch would be super easy...

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373


On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling wrote:

> I have a Ubiquiti AP that isn't performing as I would expect it to.
> Comparing it to another AP of the same type and customer count I 
> noticed
> that this AP has as high of a packets/second count at 5Mbps as the 
> other

> does at 10Mbps. That got me to wondering what was the source of those
high
> packets/second. Is there any way using RouterOS to monitor or otherwise
> find the packets/second per connection or source address?
>
> Thanks,
> Ty
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
>
http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html
> >
> ___
> Mikrotik mailing list
> Mikrotik@mail.butchevans.com
> http://www.butchevans.com/mailman/listinfo/mikrotik
>
> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> RouterOS
>
-- next part ------
An HTML attachment was scrubbed...
URL: <
http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html
>
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
RouterOS


-- next part --
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/b66ca4e6/attachment.html>

___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik 
RouterOS



__ Information from ESET NOD32 Antivirus, version of virus 
signature database 7404 (20120821) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com






__ Information from ESET NOD32 Antivirus, version of virus signature 
database 7404 (20120821) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Ty Featherling
TORCH! Why did I forget torch? Thanks Josh!

-Ty

On Mon, Oct 15, 2012 at 3:59 PM, Josh Luthman
wrote:

> Torch would be super easy...
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
>
> On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling  >wrote:
>
> > I have a Ubiquiti AP that isn't performing as I would expect it to.
> > Comparing it to another AP of the same type and customer count I noticed
> > that this AP has as high of a packets/second count at 5Mbps as the other
> > does at 10Mbps. That got me to wondering what was the source of those
> high
> > packets/second. Is there any way using RouterOS to monitor or otherwise
> > find the packets/second per connection or source address?
> >
> > Thanks,
> > Ty
> > -- next part --
> > An HTML attachment was scrubbed...
> > URL: <
> >
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html
> > >
> > ___
> > Mikrotik mailing list
> > Mikrotik@mail.butchevans.com
> > http://www.butchevans.com/mailman/listinfo/mikrotik
> >
> > Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> > RouterOS
> >
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html
> >
> ___
> Mikrotik mailing list
> Mikrotik@mail.butchevans.com
> http://www.butchevans.com/mailman/listinfo/mikrotik
>
> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> RouterOS
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/b66ca4e6/attachment.html>
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS


Re: [Mikrotik] Identifying high Packets Per Second connections

2012-10-15 Thread Josh Luthman
Torch would be super easy...

Josh Luthman
Office: 937-552-2340
Direct: 937-552-2343
1100 Wayne St
Suite 1337
Troy, OH 45373


On Mon, Oct 15, 2012 at 4:57 PM, Ty Featherling wrote:

> I have a Ubiquiti AP that isn't performing as I would expect it to.
> Comparing it to another AP of the same type and customer count I noticed
> that this AP has as high of a packets/second count at 5Mbps as the other
> does at 10Mbps. That got me to wondering what was the source of those high
> packets/second. Is there any way using RouterOS to monitor or otherwise
> find the packets/second per connection or source address?
>
> Thanks,
> Ty
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/723eb5c0/attachment.html
> >
> ___
> Mikrotik mailing list
> Mikrotik@mail.butchevans.com
> http://www.butchevans.com/mailman/listinfo/mikrotik
>
> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
> RouterOS
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20121015/5b150dcd/attachment.html>
___
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS