eth0    Link encap:ethernet HWaddr 00:A0:CC:62:5B:7D
         inet addr:24.163.168.40 Bcast:255.255.255.255 Mask:255.255.252.0
         UP BROADCAST RUNNING MTU:1500 Metric:1
         RX packets:214 errors:0 dropped:0 overruns:0 frame:0
         TX packets:116 errors:197 dropped:0 overruns:0 carrier:394
         collisions:0 txqueuelen:100
         Interrupt:9 Base address :0x8c00

eth1    Link encap:Ethernet HWaddr 00:50:BA:42:FE:30
         inet addr:192.168.0.1 Bcasst:192.168.0.255 Mask:255.255.255.0
         UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
         RX packets:1827 errirsL0 dropped:0 overruns:0 frame:0
         TX packets:1803 errors:0 dropped:0 overruns:0 carrier:0
         collisions:0 txqueuelen:100
         Interrupt:10 Base address:0x9000

lo      Link encap..........(it is all there)

lp:
         2151 total packets received
         370 forwarded
         0 incoming packets discarded
         297 incoming packets delivered
         1744 requests sent out
Icmp:
         284 ICMP messages received
         126 input ICMP message failed.
         ICMP input histogram:
                 destination unreachable:126
                 echo requests:36
                 echo replies:122
         1414 ICMP messages sent
         0 ICMP messages failed
         ICMP output historram:
                 destination unreachable: 126
                 time exceeded: 1248
                 redurectL4
                 echo replies: 36
Tcp:
         0 active connections openings
         0 passiive connection openings
         0 failed connectoion attempts
         0 connections resets received
         0 connections established
         48 segments received
         49 segments send out
         2 segments retransmitted
         0 bad segments received.
         2 restes sent
Udp:
         1129 packets received
         0 packets to unkown port recieved.
         0 packet receive errors
         72 packets sent
TcpExt:


Furthermore:
rc.local contains the following added code

# remove any existing forwarding rules to be safe
/sbin/ipchains -F forward

#set the default forwarding policy to DENY
/sbin/ipchains -P forward DENY

#turn on IP masquerding for outgoing packets
/sbin/ipchains -A forward --j MASQ -s 192.168.0.0/24 -d 0.0.0.0/0
echo 1> /proc/sys/net/ipv4/ip_forward

#load some proxy modules into the kernel
MODULES = 'ftp irc raudio'
for SERVICE in $MODULES; do
         /sbin/insmod ip_masq$SERVICE
done
/dev /server



At 08:06 PM 3/7/01 -0600, you wrote:
>Send the output of "/sbin/ifconfig" and "netstat -s" to the list.
>
>
>
> > -----Original Message-----
> > From: John Miller [mailto:johndmiller at mn.mediaone.net]
> > Sent: Wednesday, March 07, 2001 7:30 PM
> > To: tclug-list at mn-linux.org
> > Subject: [TCLUG] slow network connection
> >
> >
> > I have 2 windows machines connected to my linux which is
> > connected to the
> > Internet via cable modem.  The connection was working fine
> > yesterday when I
> > retrieved my e-mail.  To night the windows machines can't get
> > out and when
> > I ping from windows to linux I get packet loss.  When I ping
> > from linux to
> > the windows machines I get about an 11% loss.  On the ping
> > lines time = 501
> > to about 587 usec. I am not sure what the 'u' stands for I am used to
> > seeing an 'm' there.
> >
> > Anyone have any ideas what my problem might be or where to
> > begin.  The only
> > change I made was Monday night I finished installing KDE 2.1
> >
> > John Miller
> >
> > _______________________________________________
> > tclug-list mailing list
> > tclug-list at mn-linux.org
> > https://mailman.mn-linux.org/mailman/listinfo/tclug-list
> >
>_______________________________________________
>tclug-list mailing list
>tclug-list at mn-linux.org
>https://mailman.mn-linux.org/mailman/listinfo/tclug-list