All of lore.kernel.org
 help / color / mirror / Atom feed
* Management of bridged iptables
@ 2005-04-26 10:10 traef06
  2005-04-26 10:21 ` Rob Sterenborg
  2005-04-26 10:33 ` Mohamed Eldesoky
  0 siblings, 2 replies; 6+ messages in thread
From: traef06 @ 2005-04-26 10:10 UTC (permalink / raw)
  To: netfilter

I've been scouring Google searches looking for an answer. If this is the wrong forum, please forgive me.

I want to be able to setup iptables and I guess ebtables for a bridged firewall. My problem is that I also need to be able
to manage this remotely like with ssh or something.

How do I do this and still be able to maintain a "stealthy" firewall?

Thank you in advance for any help.

Thomas J. Raef
e-Based Security, Inc.
"You're either hardened, or you're hacked!"





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

* RE: Management of bridged iptables
  2005-04-26 10:10 Management of bridged iptables traef06
@ 2005-04-26 10:21 ` Rob Sterenborg
  2005-04-26 10:33 ` Mohamed Eldesoky
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Sterenborg @ 2005-04-26 10:21 UTC (permalink / raw)
  To: netfilter

Symantec Mail Security replaced Message Body with this text message.  The original text contained prohibited content and was quarantined.

ID:MS_LEU1::SYQ450da5c3 


********* DISCLAIMER ********* 
De informatie in dit E-mail bericht is uitsluitend bestemd voor de geadresseerde. Verstrekking aan en gebruik door anderen is niet toegestaan.
Door de elektronische verzending van het bericht kunnen er geen rechten worden ontleend aan de informatie. TTP staat niet in voor de juiste en volledige overbrenging van de inhoud van een verzonden E-mail, noch voor tijdige ontvangst daarvan. 



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

* Re: Management of bridged iptables
  2005-04-26 10:10 Management of bridged iptables traef06
  2005-04-26 10:21 ` Rob Sterenborg
@ 2005-04-26 10:33 ` Mohamed Eldesoky
  1 sibling, 0 replies; 6+ messages in thread
From: Mohamed Eldesoky @ 2005-04-26 10:33 UTC (permalink / raw)
  To: traef06; +Cc: netfilter

You can give the firewall an IP address, on any interface, whether
part of the bridge or not part of the bridge.
This will still keep the firewall stealthy (not shown in traceroutes),
as that IP is not a gateway for any server !!

On 4/26/05, traef06@ebasedsecurity.com <traef06@ebasedsecurity.com> wrote:
> I've been scouring Google searches looking for an answer. If this is the wrong forum, please forgive me.
> 
> I want to be able to setup iptables and I guess ebtables for a bridged firewall. My problem is that I also need to be able
> to manage this remotely like with ssh or something.
> 
> How do I do this and still be able to maintain a "stealthy" firewall?
> 
> Thank you in advance for any help.
> 
> Thomas J. Raef
> e-Based Security, Inc.
> "You're either hardened, or you're hacked!"
> 
> 


-- 
Mohamed Eldesoky
www.eldesoky.net
RHCE


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

* Re: Management of bridged iptables
@ 2005-04-27 12:12 traef06
  2005-04-28 22:50 ` Mohamed Eldesoky
  0 siblings, 1 reply; 6+ messages in thread
From: traef06 @ 2005-04-27 12:12 UTC (permalink / raw)
  To: eldesoky.lists; +Cc: netfilter

Thank you.

So, just for my clarification, if I have eth0 (outside interface) and eth1 as my internal interface and they both
are used to form br0, I could assign eth0 an external IP address so that I can ssh into the box for management?

Am I following his correctly?

Then can I also assign eth1 an internal IP address so that I can manage it from within as well? This won't harm the bridge
interface br0?

Thank you in advance for all your assistance.


Thomas J. Raef
e-Based Security, Inc.
"You're either hardened, or you're hacked!" 

-------- Original Message --------
> From: Mohamed Eldesoky <eldesoky.lists@gmail.com>
> Sent: Tuesday, April 26, 2005 3:32 AM
> To: traef06@ebasedsecurity.com
> Subject: Re: Management of bridged iptables
> 
> You can give the firewall an IP address, on any interface, whether
> part of the bridge or not part of the bridge.
> This will still keep the firewall stealthy (not shown in traceroutes),
> as that IP is not a gateway for any server !!
> 
> On 4/26/05, traef06@ebasedsecurity.com <traef06@ebasedsecurity.com> wrote:
> > I've been scouring Google searches looking for an answer. If this is the wrong forum, please forgive me.
> > 
> > I want to be able to setup iptables and I guess ebtables for a bridged firewall. My problem is that I also need to be able
> > to manage this remotely like with ssh or something.
> > 
> > How do I do this and still be able to maintain a "stealthy" firewall?
> > 
> > Thank you in advance for any help.
> > 
> > Thomas J. Raef
> > e-Based Security, Inc.
> > "You're either hardened, or you're hacked!"
> > 
> > 
> 
> 
> -- 
> Mohamed Eldesoky
> www.eldesoky.net
> RHCE 






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

* Re: Management of bridged iptables
  2005-04-27 12:12 traef06
@ 2005-04-28 22:50 ` Mohamed Eldesoky
  2005-04-28 23:17   ` Taylor, Grant
  0 siblings, 1 reply; 6+ messages in thread
From: Mohamed Eldesoky @ 2005-04-28 22:50 UTC (permalink / raw)
  To: traef06, netfilter

Why don't you give the br0 an IP !!?


On 4/27/05, traef06@ebasedsecurity.com <traef06@ebasedsecurity.com> wrote:
> Thank you.
> 
> So, just for my clarification, if I have eth0 (outside interface) and eth1 as my internal interface and they both
> are used to form br0, I could assign eth0 an external IP address so that I can ssh into the box for management?
> 
> Am I following his correctly?
> 
> Then can I also assign eth1 an internal IP address so that I can manage it from within as well? This won't harm the bridge
> interface br0?
> 
> Thank you in advance for all your assistance.
> 
> 
> Thomas J. Raef
> e-Based Security, Inc.
> "You're either hardened, or you're hacked!"
> 
> -------- Original Message --------
> > From: Mohamed Eldesoky <eldesoky.lists@gmail.com>
> > Sent: Tuesday, April 26, 2005 3:32 AM
> > To: traef06@ebasedsecurity.com
> > Subject: Re: Management of bridged iptables
> >
> > You can give the firewall an IP address, on any interface, whether
> > part of the bridge or not part of the bridge.
> > This will still keep the firewall stealthy (not shown in traceroutes),
> > as that IP is not a gateway for any server !!
> >
> > On 4/26/05, traef06@ebasedsecurity.com <traef06@ebasedsecurity.com> wrote:
> > > I've been scouring Google searches looking for an answer. If this is the wrong forum, please forgive me.
> > >
> > > I want to be able to setup iptables and I guess ebtables for a bridged firewall. My problem is that I also need to be able
> > > to manage this remotely like with ssh or something.
> > >
> > > How do I do this and still be able to maintain a "stealthy" firewall?
> > >
> > > Thank you in advance for any help.
> > >
> > > Thomas J. Raef
> > > e-Based Security, Inc.
> > > "You're either hardened, or you're hacked!"
> > >
> > >
> >
> >
> > --
> > Mohamed Eldesoky
> > www.eldesoky.net
> > RHCE
> 
> 


-- 
Mohamed Eldesoky
www.eldesoky.net
RHCE


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

* Re: Management of bridged iptables
  2005-04-28 22:50 ` Mohamed Eldesoky
@ 2005-04-28 23:17   ` Taylor, Grant
  0 siblings, 0 replies; 6+ messages in thread
From: Taylor, Grant @ 2005-04-28 23:17 UTC (permalink / raw)
  To: netfilter

> Why don't you give the br0 an IP !!?

If you are wanting an IP address that you can connect to to be able to manage a device that is functioning as a firewall router you quite often want to be able to access it from both sides of the router even when things are not functioning.  Thus it is quite common to have an external IP on the external interface and an internal IP on the internal interface.  This will allow you to connect to the firewall and manage it no matter what the state of the forwarding and / or bridging.



Grant. . . .


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

end of thread, other threads:[~2005-04-28 23:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-26 10:10 Management of bridged iptables traef06
2005-04-26 10:21 ` Rob Sterenborg
2005-04-26 10:33 ` Mohamed Eldesoky
  -- strict thread matches above, loose matches on Subject: below --
2005-04-27 12:12 traef06
2005-04-28 22:50 ` Mohamed Eldesoky
2005-04-28 23:17   ` Taylor, Grant

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.