All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables-translate command not found
@ 2016-10-14 13:50 Gargi Sharma
  2016-10-14 17:14 ` Mandeep Sandhu
  0 siblings, 1 reply; 7+ messages in thread
From: Gargi Sharma @ 2016-10-14 13:50 UTC (permalink / raw)
  To: kernelnewbies

Hi!

I am looking to translate iptable rules to nftables and when I run the
command sudo iptables-translate I get , command not found.

The path for iptables command is /sbin/iptables.

The other commands related to iptables that are available are:
iptables-save
iptables-restore
ip6tables

How do I install iptables-translate? From what I have understood from
looking around is that iptables-translate comes with the iptables package.

Thanks!
Gargi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161014/9030db15/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* iptables-translate command not found
@ 2016-10-14 15:44 Gargi Sharma
  2016-10-14 18:18 ` /dev/rob0
  0 siblings, 1 reply; 7+ messages in thread
From: Gargi Sharma @ 2016-10-14 15:44 UTC (permalink / raw)
  To: netfilter

Hi!

I am looking to translate iptable rules to nftables and when I run the
command sudo iptables-translate I get , command not found.

The path for iptables command is /sbin/iptables.

The other commands related to iptables that are available are:
iptables-save
iptables-restore
ip6tables

How do I install iptables-translate? From what I have understood from
looking around is that iptables-translate comes with the iptables
package.

Thanks!
Gargi

^ permalink raw reply	[flat|nested] 7+ messages in thread

* iptables-translate command not found
  2016-10-14 13:50 Gargi Sharma
@ 2016-10-14 17:14 ` Mandeep Sandhu
  0 siblings, 0 replies; 7+ messages in thread
From: Mandeep Sandhu @ 2016-10-14 17:14 UTC (permalink / raw)
  To: kernelnewbies

This is query is not related to the Linux kernel, IMO.

You'll find better help in MLs for the Linux distribution you're using or
possibly on the netfilter ML. You should post your query there.

-mandeep


On Fri, Oct 14, 2016 at 6:50 AM, Gargi Sharma <gs051095@gmail.com> wrote:

> Hi!
>
> I am looking to translate iptable rules to nftables and when I run the
> command sudo iptables-translate I get , command not found.
>
> The path for iptables command is /sbin/iptables.
>
> The other commands related to iptables that are available are:
> iptables-save
> iptables-restore
> ip6tables
>
> How do I install iptables-translate? From what I have understood from
> looking around is that iptables-translate comes with the iptables package.
>
> Thanks!
> Gargi
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161014/fb596152/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iptables-translate command not found
  2016-10-14 15:44 iptables-translate command not found Gargi Sharma
@ 2016-10-14 18:18 ` /dev/rob0
  2016-10-14 22:12   ` /dev/rob0
  0 siblings, 1 reply; 7+ messages in thread
From: /dev/rob0 @ 2016-10-14 18:18 UTC (permalink / raw)
  To: netfilter

On Fri, Oct 14, 2016 at 09:14:02PM +0530, Gargi Sharma wrote:
> I am looking to translate iptable rules to nftables and when I run 
> the command sudo iptables-translate I get , command not found.
> 
> The path for iptables command is /sbin/iptables.
> 
> The other commands related to iptables that are available are:
> iptables-save
> iptables-restore
> ip6tables
> 
> How do I install iptables-translate?

Either:
   1. Install from source obtained from netfilter.org, or:
   2. Ask questions about your distro at a place which supports
      your distro.

> From what I have understood from looking around is that 
> iptables-translate comes with the iptables package.

-- 
  http://rob0.nodns4.us/
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iptables-translate command not found
  2016-10-14 18:18 ` /dev/rob0
@ 2016-10-14 22:12   ` /dev/rob0
  2016-10-17 19:32     ` Pablo Neira Ayuso
  0 siblings, 1 reply; 7+ messages in thread
From: /dev/rob0 @ 2016-10-14 22:12 UTC (permalink / raw)
  To: netfilter

On Fri, Oct 14, 2016 at 01:18:08PM -0500, I wrote:
> On Fri, Oct 14, 2016 at 09:14:02PM +0530, Gargi Sharma wrote:
> > How do I install iptables-translate?
> 
> Either:
>    1. Install from source obtained from netfilter.org, or:
>    2. Ask questions about your distro at a place which supports
>       your distro.
> 
> > From what I have understood from looking around is that 
> > iptables-translate comes with the iptables package.

At this time apparently iptables-translate is only in the git repo, 
not yet in any of the released source tarballs.
-- 
  http://rob0.nodns4.us/
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iptables-translate command not found
  2016-10-14 22:12   ` /dev/rob0
@ 2016-10-17 19:32     ` Pablo Neira Ayuso
  2016-10-18 11:04       ` Arturo Borrero Gonzalez
  0 siblings, 1 reply; 7+ messages in thread
From: Pablo Neira Ayuso @ 2016-10-17 19:32 UTC (permalink / raw)
  To: netfilter

On Fri, Oct 14, 2016 at 05:12:57PM -0500, /dev/rob0 wrote:
> On Fri, Oct 14, 2016 at 01:18:08PM -0500, I wrote:
> > On Fri, Oct 14, 2016 at 09:14:02PM +0530, Gargi Sharma wrote:
> > > How do I install iptables-translate?
> > 
> > Either:
> >    1. Install from source obtained from netfilter.org, or:
> >    2. Ask questions about your distro at a place which supports
> >       your distro.
> > 
> > > From what I have understood from looking around is that 
> > > iptables-translate comes with the iptables package.
> 
> At this time apparently iptables-translate is only in the git repo, 
> not yet in any of the released source tarballs.

AFAIK iptables-translate is already included in the iptables 1.6.0
release, right?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: iptables-translate command not found
  2016-10-17 19:32     ` Pablo Neira Ayuso
@ 2016-10-18 11:04       ` Arturo Borrero Gonzalez
  0 siblings, 0 replies; 7+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-10-18 11:04 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Netfilter Users Mailing list

On 17 October 2016 at 21:32, Pablo Neira Ayuso <pablo@netfilter.org> wrote:
>
> AFAIK iptables-translate is already included in the iptables 1.6.0
> release, right?

All the work Shivani did was after the 1.6.0 release.

The 1.6.0 tarball may include the main code of the iptables-translate
binary, but the translations itself are missing for most extensions.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-10-18 11:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 15:44 iptables-translate command not found Gargi Sharma
2016-10-14 18:18 ` /dev/rob0
2016-10-14 22:12   ` /dev/rob0
2016-10-17 19:32     ` Pablo Neira Ayuso
2016-10-18 11:04       ` Arturo Borrero Gonzalez
  -- strict thread matches above, loose matches on Subject: below --
2016-10-14 13:50 Gargi Sharma
2016-10-14 17:14 ` Mandeep Sandhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.