Difference between revisions of "Bridge Firewall Linux"

From MS Computech
Jump to: navigation, search
Line 1: Line 1:
 
Bridge Firewall Linux  
 
Bridge Firewall Linux  
  
I'm use this install on debian etch  
+
I'm use this install on debian etch.   
 
 
   
 
 
<pre># apt-get install bridge-utils
 
<pre># apt-get install bridge-utils
 
# brctl addbr br0
 
# brctl addbr br0
Line 15: Line 13:
 
&nbsp;Put all&nbsp;above&nbsp;config in /etc/rc.local  
 
&nbsp;Put all&nbsp;above&nbsp;config in /etc/rc.local  
  
&nbsp;Install vuurmuur for [http://www.vuurmuur.org/trac/wiki/InstallationDebian Debian&amp;Ubuntu]
+
&nbsp;Install vuurmuur&nbsp;iptables gui&nbsp;for [http://www.vuurmuur.org/trac/wiki/InstallationDebian Debian&amp;Ubuntu].

Revision as of 09:58, 7 June 2008

Bridge Firewall Linux

I'm use this install on debian etch. 

# apt-get install bridge-utils
# brctl addbr br0
# brctl addif br0 eth0
# brctl addif br0 eth1
# brctl stp br0 on
# ifconfig eth0 0.0.0.0 up
# ifconfig eth1 0.0.0.0 up
# ifconfig br0 1.1.1.1 netmask 255.0.0.0 up
# route add default gw 1.1.1.1

 Put all above config in /etc/rc.local

 Install vuurmuur iptables gui for Debian&Ubuntu.