개발/Linux
gsjava iptable install
철권
2019. 6. 6. 20:29
728x90
iptables compile
libmnl, libnftnl
아래 사이트에서 최신 버전을 받아서 설치 방법은 같다.
It is a common problem to the people working in computer networking in linux environments.
Go to the below link and download the latest libmnl file.
http://www.netfilter.org/projects/libmnl/downloads.html#libmnl-1.0.3
Unzip it using the below command
tar -xvf libmnl-1.0.3.tar.bz2
cd to the extracted folder
cd libmnl-1.0.3/
Install libmnl
./configure
make
sudo make install
Then you can install the libnetfilter_queue library.
728x90
반응형