* kernel-2.6, iptables-1.2.9, pppd-2.4.2
@ 2003-12-25 0:11 zhang ping
2003-12-27 22:47 ` Ted Kaczmarek
0 siblings, 1 reply; 4+ messages in thread
From: zhang ping @ 2003-12-25 0:11 UTC (permalink / raw)
To: netfilter
I use linux box to share a ADSL:
----ADSL----PPPoE------LAN
The linux kernel is 2.6.0
The iptables is 1.2.9
The pppd is 2.4.2
pppd eth2 connect to internet, on linux box, everything is ok.
iptables -t nat -A POSTROUTING -j MASQUERADE
Within the LAN , i can surf some sites, but can't surf the others,
What is the matter??????????
Pls help me
_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: kernel-2.6, iptables-1.2.9, pppd-2.4.2
2003-12-25 0:11 kernel-2.6, iptables-1.2.9, pppd-2.4.2 zhang ping
@ 2003-12-27 22:47 ` Ted Kaczmarek
2003-12-28 14:01 ` Unknown, Alistair Tonner
[not found] ` <200312280901.09028.Alistair Tonner <>
0 siblings, 2 replies; 4+ messages in thread
From: Ted Kaczmarek @ 2003-12-27 22:47 UTC (permalink / raw)
To: zhang ping; +Cc: netfilter
With the limited info provided going to be difficult to even guess.
Is ip_forward enabled?
Ethereal/tcpdump are your friends.
Ted
On Wed, 2003-12-24 at 19:11, zhang ping wrote:
> I use linux box to share a ADSL:
>
> ----ADSL----PPPoE------LAN
>
> The linux kernel is 2.6.0
> The iptables is 1.2.9
> The pppd is 2.4.2
>
> pppd eth2 connect to internet, on linux box, everything is ok.
>
> iptables -t nat -A POSTROUTING -j MASQUERADE
>
> Within the LAN , i can surf some sites, but can't surf the others,
>
> What is the matter??????????
>
> Pls help me
>
> _________________________________________________________________
> 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: kernel-2.6, iptables-1.2.9, pppd-2.4.2
2003-12-27 22:47 ` Ted Kaczmarek
@ 2003-12-28 14:01 ` Unknown, Alistair Tonner
[not found] ` <200312280901.09028.Alistair Tonner <>
1 sibling, 0 replies; 4+ messages in thread
From: Unknown, Alistair Tonner @ 2003-12-28 14:01 UTC (permalink / raw)
To: Ted Kaczmarek, zhang ping; +Cc: netfilter
I agree that the info is thin, but that *sounds like* a
probelm with tcp-ecn ....
cat /proc/sys/net/ipv4/tcp_ecn
if its > 0
then
echo "0" > /proc/sys/net/ipv4/tcp_ecn
Alistair Tonner
On December 27, 2003 05:47 pm, Ted Kaczmarek wrote:
> With the limited info provided going to be difficult to even guess.
> Is ip_forward enabled?
>
> Ethereal/tcpdump are your friends.
>
> Ted
>
> On Wed, 2003-12-24 at 19:11, zhang ping wrote:
> > I use linux box to share a ADSL:
> >
> > ----ADSL----PPPoE------LAN
> >
> > The linux kernel is 2.6.0
> > The iptables is 1.2.9
> > The pppd is 2.4.2
> >
> > pppd eth2 connect to internet, on linux box, everything is ok.
> >
> > iptables -t nat -A POSTROUTING -j MASQUERADE
> >
> > Within the LAN , i can surf some sites, but can't surf the others,
> >
> > What is the matter??????????
> >
> > Pls help me
> >
> > _________________________________________________________________
> > 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <200312280901.09028.Alistair Tonner <>]
* Re: kernel-2.6, iptables-1.2.9, pppd-2.4.2
[not found] ` <200312280901.09028.Alistair Tonner <>
@ 2003-12-28 14:41 ` Antony Stone
0 siblings, 0 replies; 4+ messages in thread
From: Antony Stone @ 2003-12-28 14:41 UTC (permalink / raw)
To: netfilter
On Sunday 28 December 2003 2:01 pm, Alistair Tonner wrote:
> I agree that the info is thin, but that *sounds like* a
> probelm with tcp-ecn ....
>
> cat /proc/sys/net/ipv4/tcp_ecn
> if its > 0
> then
> echo "0" > /proc/sys/net/ipv4/tcp_ecn
>
> Alistair Tonner
Alternatively it could be the old MTU/MSS problem?
http://lists.netfilter.org/pipermail/netfilter/2003-November/048409.html
Antony.
> On December 27, 2003 05:47 pm, Ted Kaczmarek wrote:
> > With the limited info provided going to be difficult to even guess.
> > Is ip_forward enabled?
> >
> > Ethereal/tcpdump are your friends.
> >
> > Ted
> >
> > On Wed, 2003-12-24 at 19:11, zhang ping wrote:
> > > I use linux box to share a ADSL:
> > >
> > > ----ADSL----PPPoE------LAN
> > >
> > > The linux kernel is 2.6.0
> > > The iptables is 1.2.9
> > > The pppd is 2.4.2
> > >
> > > pppd eth2 connect to internet, on linux box, everything is ok.
> > >
> > > iptables -t nat -A POSTROUTING -j MASQUERADE
> > >
> > > Within the LAN , i can surf some sites, but can't surf the others,
> > >
> > > What is the matter??????????
> > >
> > > Pls help me
> > >
> > > _________________________________________________________________
> > > 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com
--
Wanted: telepath. You know where to apply.
Please reply to the list;
please don't CC me.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-12-28 14:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-25 0:11 kernel-2.6, iptables-1.2.9, pppd-2.4.2 zhang ping
2003-12-27 22:47 ` Ted Kaczmarek
2003-12-28 14:01 ` Unknown, Alistair Tonner
[not found] ` <200312280901.09028.Alistair Tonner <>
2003-12-28 14:41 ` Antony Stone
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox