I'll keep trying but will probably have to revert to 2.2 shortly.
I'm fine as far as the gatways go and everything forwarded and worked fine
with 2.2. Thanks alot for your replies!
The ifconfig output is:
eth0 Link encap:Ethernet HWaddr 00:AA:00:3E:96:98
inet addr:192.168.10.3 Bcast:192.168.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:2847 errors:0 dropped:0 overruns:0 frame:0
TX packets:4728 errors:0 dropped:0 overruns:0 carrier:0
collisions:25 txqueuelen:100
Interrupt:5 Base address:0x210
eth1 Link encap:Ethernet HWaddr 00:A0:CC:63:CE:76
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:617 errors:0 dropped:0 overruns:0 frame:0
TX packets:595 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:10 Base address:0xe400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16192 Metric:1
RX packets:100 errors:0 dropped:0 overruns:0 frame:0
TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
ppp0 Link encap:Point-to-Point Protocol
inet addr:151.197.245.177 P-t-P:10.7.22.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:487 errors:0 dropped:0 overruns:0 frame:0
TX packets:471 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
The route -n output is:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.10.3 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
10.7.22.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.7.22.1 0.0.0.0 UG 0 0 0 ppp0
> > Thanks for the reply, but ECN is not compiled in my kernel and there is
> > no tcp_ecn in the /proc subdirectory. I can access all of these sites
from
> > the Linux box. The problem exists with accessing them from any of the
> > connected clients.
> > Any ideas? I'm pretty much at a loss. I can't see anything in the logs
> > either.
> Hmm. Some obvious things:
> All clients should have your forwarding box set as the gateway.
> ipforwarding must be turned on:
> echo 1 > /proc/sys/net/ipv4/ip_forward
> You could run tcpdump on the incoming and outgoing interfaces and
> check if packets are transmitted and what they look like.
> Turning on logging for all your ipchains rules with a target of DENY
> or REJECT. Or did you use iptables? With iptables meaningful logging
> is more difficult.
> If its still not obvious then post relevant information such as
> the output from ``ifconfig'' and ``route -n''.
> Good luck chasing the problem.
> --
> Manfred
> ---------------------------------------------------------------
> ipchainsLogAnalyzer, NetCalc, whois at: <http://logi.cc/linux/>