Re: ipset

2015-05-09 Thread Ulf Volmer
On 05/09/2015 06:58 PM, Gokan Atmaca wrote: > The Loop gives error as follows. > > # for g in 'gawk '{print $2}' facebook.com-ip'; do ipset add face $g; done ^ ^ replace this single quotes with backticks # for g in `gawk

Re: ipset

2015-05-09 Thread shawn wilson
On May 9, 2015 12:59 PM, "Gokan Atmaca" wrote: > > The Loop gives error as follows. > > # for g in 'gawk '{print $2}' facebook.com-ip'; do ipset add face $g; done > > ipset v6.23: Syntax error: cannot parse gawk: resolving to IPv4 address

Re: ipset

2015-05-09 Thread Gokan Atmaca
The Loop gives error as follows. # for g in 'gawk '{print $2}' facebook.com-ip'; do ipset add face $g; done ipset v6.23: Syntax error: cannot parse gawk: resolving to IPv4 address failed ipset v6.23: Syntax error: cannot parse }: resolving to IPv4 address failed On Sat,

ipset

2015-05-09 Thread Gokan Atmaca
Hello; I bought according to the IP address you want to embed list of AS numbers ipset. Example: awk '{print $ 2}' facebook-ip.list> ipset-facebook How can I do this? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe&

help with ipset for Lenny

2010-12-02 Thread Squeeze Winnet
​Hi All Anyone using IPSET and/or has successfully installed and compiled it with Debian Lenny amd64? I'm keen to get IPSET running on a few boxes to cater for some custom iptables rules which at the moment are being initiated with bash scripts and it's very slow. I understan