* applying a rule
@ 2003-02-12 19:59 Doug Yeager
2003-02-12 20:15 ` Aldo S. Lagana
0 siblings, 1 reply; 3+ messages in thread
From: Doug Yeager @ 2003-02-12 19:59 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
I have ppp0 (external interface)
I also have ppp1 through ppp200 (vpn connections)
How can I apply a rule to all the vpn connections but omit ppp0
Is it some combination of ppp+ and ! ppp0
Or is it two separate rules. And which rule would go first if they are
separate?
Thx,
doug
[-- Attachment #2: Type: text/html, Size: 4823 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: applying a rule
2003-02-12 19:59 applying a rule Doug Yeager
@ 2003-02-12 20:15 ` Aldo S. Lagana
2003-02-12 21:45 ` Arnt Karlsen
0 siblings, 1 reply; 3+ messages in thread
From: Aldo S. Lagana @ 2003-02-12 20:15 UTC (permalink / raw)
To: doug, netfilter
[-- Attachment #1: Type: text/plain, Size: 650 bytes --]
silly question - Can you rename your ppp0 interface to something else?
That is what I did for a similar problem.
-----Original Message-----
From: netfilter-admin@lists.netfilter.org
[mailto:netfilter-admin@lists.netfilter.org] On Behalf Of Doug Yeager
Sent: Wednesday, February 12, 2003 3:00 PM
To: netfilter@lists.netfilter.org
Subject: applying a rule
I have ppp0 (external interface)
I also have ppp1 through ppp200 (vpn connections)
How can I apply a rule to all the vpn connections but omit ppp0
Is it some combination of ppp+ and ! ppp0
Or is it two separate rules. And which rule would go first if they are
separate?
Thx,
doug
[-- Attachment #2: Type: text/html, Size: 6186 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: applying a rule
2003-02-12 20:15 ` Aldo S. Lagana
@ 2003-02-12 21:45 ` Arnt Karlsen
0 siblings, 0 replies; 3+ messages in thread
From: Arnt Karlsen @ 2003-02-12 21:45 UTC (permalink / raw)
To: Aldo S. Lagana; +Cc: doug, netfilter
On Wed, 12 Feb 2003 15:15:39 -0500,
"Aldo S. Lagana" <alagana@discmail.com> top posted in message
<003201c2d2d3$82c6bc30$3864a8c0@discmail.com>:
> From: Doug Yeager
> Sent: Wednesday, February 12, 2003 3:00 PM
>
> >
> > I have ppp0 (external interface)
> >
> > I also have ppp1 through ppp200 (vpn connections)
> >
> > How can I apply a rule to all the vpn connections but omit ppp0
> >
..for i in `seq 1 1 200` ; do $write-rule-for ppp$i ; done # ;-)
> > Is it some combination of ppp+ and ! ppp0
> >
> > Or is it two separate rules. And which rule would go first if they
> > are separate?
> >
> > Thx,
> > doug
>
> silly question - Can you rename your ppp0 interface to something else?
> That is what I did for a similar problem.
..word has it there are only silly _answers_.
Show him how _you_ did it. ;-)
--
..med vennlig hilsen = with Kind Regards from Arnt... ;-)
...with a number of polar bear hunters in his ancestry...
Scenarios always come in sets of three:
best case, worst case, and just in case.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-02-12 21:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-12 19:59 applying a rule Doug Yeager
2003-02-12 20:15 ` Aldo S. Lagana
2003-02-12 21:45 ` Arnt Karlsen
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.