Re: [beagleboard] BBB as network sniffer

2014-02-13 Thread Don deJuan
On 02/13/2014 07:45 AM, milan.uremo...@gmail.com wrote: > On Wednesday, February 12, 2014 7:46:09 PM UTC+1, don wrote: > > > I think its a pebkac problem > > > Well, that might be, but since anything can be fixed, that can as well :) > > > > uname -a > Linux adminempire-bbb 3.8.13-16

Re: [beagleboard] BBB as network sniffer

2014-02-13 Thread milan . uremovic
On Wednesday, February 12, 2014 7:46:09 PM UTC+1, don wrote: > > > I think its a pebkac problem > Well, that might be, but since anything can be fixed, that can as well :) > uname -a > Linux adminempire-bbb 3.8.13-16-ARCH #1 SMP Thu Feb 6 16:07:54 MST 2014 > armv7l GNU/Linux > [root@admin

Re: [beagleboard] BBB as network sniffer

2014-02-12 Thread Don deJuan
On 02/12/2014 08:48 AM, Milan wrote: > [Update] > > No luck with Arch as well. I installed arch > (http://archlinuxarm.org/platforms/armv7/ti/beaglebone-black), kernel > v3.8.13 and same issue. > > -- snip -- > [root@alarm ~]# uname -a > Linux alarm 3.8.13-15-ARCH #1 SMP Thu Jan 23 18:33:43 MST 201

Re: [beagleboard] BBB as network sniffer

2014-02-12 Thread Milan
[Update] No luck with Arch as well. I installed arch (http://archlinuxarm.org/platforms/armv7/ti/beaglebone-black), kernel v3.8.13 and same issue. -- snip -- [root@alarm ~]# uname -a Linux alarm 3.8.13-15-ARCH #1 SMP Thu Jan 23 18:33:43 MST 2014 armv7l GNU/Linux [root@alarm ~]# ip link set de

Re: [beagleboard] BBB as network sniffer

2014-02-12 Thread Milan
On Tuesday, February 11, 2014 8:04:41 PM UTC+1, don wrote: I can bring up the Ethernet adapter in promisc mode just fine. Though I > do not use Ubuntu or Debian.. > > Should be as simple as > > ip link set dev eth0 promisc on > > Or the equivilent for your OS. If you're on systemd you can ea

Re: [beagleboard] BBB as network sniffer

2014-02-11 Thread Don deJuan
On 02/11/2014 05:23 AM, Milan wrote: > Hi, > > I've found that AM335x processors did't implement "promiscuous" mode > for eth0 ethernet driver "TI CPSW" and the message which kernel throws > is "Promiscuous mode ignored!". Also, if i run tcpdump (on usb0 port) > which is usb client on BBB, devices

[beagleboard] BBB as network sniffer

2014-02-11 Thread Milan
Hi, I've found that AM335x processors did't implement "promiscuous" mode for eth0 ethernet driver "TI CPSW" and the message which kernel throws is "Promiscuous mode ignored!". Also, if i run tcpdump (on usb0 port) which is usb client on BBB, devices can enter in promisc mode. Maybe somebody ha