[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

firewall problems



 Hello

I have the current set up and need to get my firewall "posted below"
running, it is not running because of the output of the #route command
below not showing any of its rules.
the file called firewall in my /etc/init.d/
a linke in /etc/rc2.d/Src.firewall to the firewall is called
Src.firewall
lrwxrwxrwx  1 root root 18 Nov 20 08:53 Src.firewall ->
../init.d/firewall

# route ****************************************
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     0      0        0 eth1
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth1
default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0


debian testing / 2.6.13 ******************************
using cat5 cables, connection as follows
adsl to eth1 in my debian box
eth0 in my debian box to a switch
switch to my window2000 box

/etc/network/interface ********************
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address 192.168.1.101
    netmask 255.255.255.0
#    network 192.168.0.0
#    broadcast 192.168.0.255
    gateway 192.168.1.1

auto eth1
iface eth1 inet dhcp

the configuration section of my firewall
********************************
#ifconfig to optain the IPs below
INET_IP="192.168.1.101
INET_IFACE="eth0"
INET_BROADCAST="194.168.1.140"

LAN_IP="192.168.1.100"
LAN_IP_RANGE="192.168.1.100/16"
LAN_IFACE="eth1"

LO_IFACE="lo"
LO_IP="127.0.0.1"

IPTABLES="/usr/sbin/iptables"
...


Yahoo! FareChase - Search multiple travel sites in one click.
Reply to: