"H.S." <[EMAIL PROTECTED]> wrote:
Fred J. wrote:
> 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.

What does "iptables -nvL" command give?

->HS





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


# iptables -nvL
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination        
    8   560 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0          
    0     0 LOG        all  --  !lo    *       127.0.0.0/8          0.0.0.0/0           LOG flags 0 level 4
    0     0 DROP       all  --  !lo    *       127.0.0.0/8          0.0.0.0/0          
    0     0 ACCEPT     all  --  eth0   *       0.0.0.0/0            255.255.255.255    
    0     0 ACCEPT     all  --  eth1   *       0.0.0.0/0            255.255.255.255    
    0     0 ACCEPT     all  --  eth0   *       0.0.0.0/0            192.168.1.101      
    0     0 ACCEPT     all  --  eth0   *       0.0.0.0/0            192.168.1.255      
  649  578K ACCEPT     all  --  eth1   *       0.0.0.0/0            192.168.1.100      
    0     0 ACCEPT     all  --  eth1   *       0.0.0.0/0            192.168.1.255      
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           LOG flags 0 level 4
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0          

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination        
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           LOG flags 0 level 4
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0          

Chain OUTPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination        
    8   560 ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0          
    0     0 ACCEPT     all  --  *      eth0    0.0.0.0/0            255.255.255.255    
    0     0 ACCEPT     all  --  *      eth1    0.0.0.0/0            255.255.255.255    
    0     0 ACCEPT     all  --  *      eth0    192.168.1.101        0.0.0.0/0          
    0     0 ACCEPT     all  --  *      eth0    192.168.1.255        0.0.0.0/0          
  668  111K ACCEPT     all  --  *      eth1    192.168.1.100        0.0.0.0/0          
    0     0 ACCEPT     all  --  *      eth1    192.168.1.255        0.0.0.0/0          
    0     0 LOG        all  --  *      *       0.0.0.0/0            0.0.0.0/0           LOG flags 0 level 4
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0          


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

Reply via email to