Am 2004-01-06 08:56:04, schrieb Mickey Mullin:

Hello Mickey,

>What does your routing table look like?  What are the outputs from 
>"iptables -L -n -v" and "iptables -t nat -L -n -v"?

adsl:~ # iptables -L -n -v
Chain INPUT (policy DROP 16605 packets, 1067K bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

Chain FORWARD (policy ACCEPT 402K packets, 56M bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

Chain OUTPUT (policy ACCEPT 34 packets, 2786 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

adsl:~ # iptables -t nat -L -n -v
Chain PREROUTING (policy ACCEPT 70978 packets, 4336K bytes)
 pkts bytes target     prot opt in     out     source               destination 
        
   64  3068 DNAT       tcp  --  ppp0   *       0.0.0.0/0            0.0.0.0/0   
       tcp dpt:80 to:192.168.1.71:80 

Chain POSTROUTING (policy ACCEPT 129 packets, 6968 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        
38071 2335K MASQUERADE  all  --  *      ppp0    0.0.0.0/0            0.0.0.0/0  
        

Chain OUTPUT (policy ACCEPT 29 packets, 1708 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

-- 
Registered Linux-User #280138 with the Linux Counter, http://counter.li.org.


Reply via email to