/etc/ntopng.conf 에 존재하고, 아래의 내용이 있었는데 -i 에 반복적으로 모니터링할 장치들을 넣어주면 된다.
그나저나 odroid c2에서는 왜 eth0가 아니라 end0로 되어있어서 순간 멘붕...
# -i|--interface # Specifies the network interface or collector endpoint to be used by ntopng for network # monitoring. On Unix you can specify both the interface name (e.g. lo) or the numeric # interface id as shown by ntopng -h. On Windows you must use the interface number instead. # Note that you can specify -i multiple times in order to instruct ntopng to create multi- # ple interfaces. # # -i=eth1 -i=eno1 -i=eno2 -i=lo -i=tcp://127.0.0.1:5556
$ cat /etc/ntopng.conf # This configuration file is similar to the command line, with the exception # that an equal sign '=' must be used between key and value. Example: -i=p1p2 # or --interface=p1p2 For options with no value (e.g. -v) the equal is also # necessary. Example: "-v=" must be used. # # DO NOT REMOVE the following option, required for daemonization. -e=
# * Interfaces to sniff on: one interface per line, prefix with -i= # E.g. #-i=eth0 #-i=wlan0 # If none is specified, ntopng will try to auto-detect the best interface. # # * Port on which ntopng will listen for the web-UI. -w=3000
ntopng-config 는 어디서 설치해야 하냐 -_-
$ ntopng-config ntopng-config: 명령을 찾을 수 없습니다 $ apt-cache search ntopng-config $ apt-cache search ntopng ntopng - High-Speed Web-based Traffic Analysis and Flow Collection Tool ntopng-data - High-Speed Web-based Traffic Analysis and Flow Collection Tool (data files) ntopng-doc - High-Speed Web-based Traffic Analysis and Flow Collection Tool (documentation)
nc나 make menuconfig 처럼 실행시 혹은 동적으로 창 크기나 비율을 어떻게 조절하나 궁금해짐
Name getyx, getparyx, getbegyx, getmaxyx - get curses cursor and window coordinates
Synopsis #include <curses.h>
void getyx(WINDOW *win, int y, int x); void getparyx(WINDOW *win, int y, int x); void getbegyx(WINDOW *win, int y, int x); void getmaxyx(WINDOW *win, int y, int x);
Nexmon is our C-based firmware patching framework for Broadcom/Cypress WiFi chips that enables you to write your own firmware patches, for example, to enable monitor mode with radiotap headers and frame injection.
When a flowgraph which has been generated by version 3.7 is opened in GRC version 3.8, much of the conversion process is done automatically. However, there are certain things which must be updated by hand.
WX GUI blocks: Since the WX GUI blocks are deprecated in version 3.8, the user must find corresponding blocks in the QT GUIs.
If blocks have different names between versions 3.7 and 3.8, they must be replaced by hand.