* [ADMIN] netfilter.org CVS now converted to subversion
@ 2004-10-07 16:46 Harald Welte
2004-10-17 23:25 ` Henrik Nordstrom
0 siblings, 1 reply; 6+ messages in thread
From: Harald Welte @ 2004-10-07 16:46 UTC (permalink / raw)
To: netfilter-devel; +Cc: netfilter, netfilter-announce
[-- Attachment #1: Type: text/plain, Size: 1599 bytes --]
Important Announcement!
The netfilter.org CVS server (pserver.netfilter.org) has been deprecated
by the new subversion repository at svn.netfilter.org. More information
about the subversion revision control system can be found at
http://subversion.tigris.org/.
Everybody has read-only access to the new subversion tree using either
svn+http or svn+https. We do not provide the native svn protocol.
The respective URL's for the root of the tree are:
https://svn.netfilter.org/netfilter
http://svn.netfilter.org/netfilter
The CVSweb/ViewCVS interface at http://cvs.netfilter.org/ now points to
the subversion tree, as does the http://svn.netfilter.org/ URL.
The old CVS tree will be available for 30 days, so people can still
create patches from their changes by using 'cvs diff'. Startin from
November 7, 2004 the CVS pserver service will be deactivated.
The CVS changelog mailinglist and the snapshot scripts for providing
iptables and patch-o-matic snapshots have not yet been converted to
subversion. They are expected to come back until Sunday, 10 Oct 2004.
In case you experience any problems, feel free to contact me.
Happy Hacking,
Harald Welte, for the Netfilter Core Team.
--
- Harald Welte <laforge@netfilter.org> http://www.netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ADMIN] netfilter.org CVS now converted to subversion
2004-10-07 16:46 [ADMIN] netfilter.org CVS now converted to subversion Harald Welte
@ 2004-10-17 23:25 ` Henrik Nordstrom
2004-10-17 23:39 ` Harald Welte
0 siblings, 1 reply; 6+ messages in thread
From: Henrik Nordstrom @ 2004-10-17 23:25 UTC (permalink / raw)
To: Harald Welte; +Cc: netfilter-devel, netfilter, netfilter-announce
On Thu, 7 Oct 2004, Harald Welte wrote:
> The old CVS tree will be available for 30 days, so people can still
> create patches from their changes by using 'cvs diff'. Startin from
> November 7, 2004 the CVS pserver service will be deactivated.
is it only me, or have the cvs pserver been shut down already?
Regards
Henrik
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ADMIN] netfilter.org CVS now converted to subversion
2004-10-17 23:25 ` Henrik Nordstrom
@ 2004-10-17 23:39 ` Harald Welte
2004-10-18 1:07 ` having more then 1 external interfaces ? Faisal
0 siblings, 1 reply; 6+ messages in thread
From: Harald Welte @ 2004-10-17 23:39 UTC (permalink / raw)
To: Henrik Nordstrom; +Cc: netfilter-devel, netfilter, netfilter-announce
[-- Attachment #1: Type: text/plain, Size: 941 bytes --]
On Mon, Oct 18, 2004 at 01:25:01AM +0200, Henrik Nordstrom wrote:
> On Thu, 7 Oct 2004, Harald Welte wrote:
>
> >The old CVS tree will be available for 30 days, so people can still
> >create patches from their changes by using 'cvs diff'. Startin from
> >November 7, 2004 the CVS pserver service will be deactivated.
>
> is it only me, or have the cvs pserver been shut down already?
mh, I changed the config but didn't ask xinetd to reload... somehow it
apparently reloaded the config earlier today :(
it's running again now.
> Regards
> Henrik
--
- Harald Welte <laforge@netfilter.org> http://www.netfilter.org/
============================================================================
"Fragmentation is like classful addressing -- an interesting early
architectural error that shows how much experimentation was going
on while IP was being designed." -- Paul Vixie
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* having more then 1 external interfaces ?
2004-10-17 23:39 ` Harald Welte
@ 2004-10-18 1:07 ` Faisal
2004-10-18 15:39 ` Aleksandar Milivojevic
2004-10-18 18:14 ` Jose Maria Lopez
0 siblings, 2 replies; 6+ messages in thread
From: Faisal @ 2004-10-18 1:07 UTC (permalink / raw)
Cc: netfilter
is it possible in iptables to have more then 1 external interfaces ?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: having more then 1 external interfaces ?
2004-10-18 1:07 ` having more then 1 external interfaces ? Faisal
@ 2004-10-18 15:39 ` Aleksandar Milivojevic
2004-10-18 18:14 ` Jose Maria Lopez
1 sibling, 0 replies; 6+ messages in thread
From: Aleksandar Milivojevic @ 2004-10-18 15:39 UTC (permalink / raw)
To: Faisal; +Cc: netfilter
Faisal wrote:
> is it possible in iptables to have more then 1 external interfaces ?
Short answer. Yes.
Longer answer. Netfilter do not have notition of external or internal
interface. They are all the same. You build firewall rules according
to which interfaces you consider as internal, external, and what kind of
traffic are you going to allow on them. If you want, you might be just
as restrictive on internal interfaces as on external.
If you are using some software that generates firewall rules for you,
than that software might have limitation of allowing you to tag only one
interface as external. Again, this is not limitation imposed by
Netfilter. For Netfilter, there's no such thing as internal or external
interface. Netfilter knows only about "interfaces", it doesn't know
what you consider them to be.
--
Aleksandar Milivojevic <amilivojevic@pbl.ca> Pollard Banknote Limited
Systems Administrator 1499 Buffalo Place
Tel: (204) 474-2323 ext 276 Winnipeg, MB R3T 1L7
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: having more then 1 external interfaces ?
2004-10-18 1:07 ` having more then 1 external interfaces ? Faisal
2004-10-18 15:39 ` Aleksandar Milivojevic
@ 2004-10-18 18:14 ` Jose Maria Lopez
1 sibling, 0 replies; 6+ messages in thread
From: Jose Maria Lopez @ 2004-10-18 18:14 UTC (permalink / raw)
To: netfilter@lists.netfilter.org
El lun, 18 de 10 de 2004 a las 03:07, Faisal escribió:
> is it possible in iptables to have more then 1 external interfaces ?
Of course, you can have any interfaces.
--
Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAÑA
The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-10-18 18:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 16:46 [ADMIN] netfilter.org CVS now converted to subversion Harald Welte
2004-10-17 23:25 ` Henrik Nordstrom
2004-10-17 23:39 ` Harald Welte
2004-10-18 1:07 ` having more then 1 external interfaces ? Faisal
2004-10-18 15:39 ` Aleksandar Milivojevic
2004-10-18 18:14 ` Jose Maria Lopez
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.