From: "Frank Maas" <Frank.Maas@Cheiron-IT.NL>
To: lartc@vger.kernel.org
Subject: [LARTC] Network config no longer works with QoS enabled
Date: Tue, 22 Jan 2002 14:42:59 +0000 [thread overview]
Message-ID: <marc-lartc-101171067125626@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101152312207822@msgid-missing>
Hi,
I have a linux box with 2 ethernet interfaces, one (eth1) to my internal
network, the other (eth0) to an ADSL modem. eth0 gets the IP address given
by the ISP via DHCP Spoofing from the modem, eth1 has an internal address
(10.x.x.x). The linux system has only IP tables running with the following
configuration:
# Generated by iptables-save v1.2.3 on Fri Nov 30 03:13:03 2001
*nat
:PREROUTING ACCEPT [4:336]
:POSTROUTING ACCEPT [1:68]
:OUTPUT ACCEPT [6:376]
-A POSTROUTING -o eth0 -j MASQUERADE
COMMIT
# Completed on Fri Nov 30 03:13:03 2001
# Generated by iptables-save v1.2.3 on Fri Nov 30 03:13:03 2001
*filter
:INPUT ACCEPT [721:140547]
:FORWARD ACCEPT [365:30660]
:OUTPUT ACCEPT [802:82552]
-A FORWARD -i eth0 -o eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A FORWARD -i eth1 -o eth0 -j ACCEPT
COMMIT
# Completed on Fri Nov 30 03:13:03 2001
In draft:
.100 .1 213.x.y.z
Desktop PC -----|----- (eth1) linux (eth0) ------ ADSL router
|
(net: 10.2.2.x)
While hoping to tune the traffic queues a bit to solve the speed dip when using
both up and download, I turned on QoS in the kernel. From that moment on I can
no longer visit the Internet via machines on my local net. It seems as if either
the masquerading no longer works, or (more probable) that packets of eth1 are
no longer forwarded to eth0 (or the other way around).
Now I have looked in the archives for a solution, but without much luck. This
might still be a stupid question though, sorry for that beforehand. If you have
a solution/answer to this problem I (still) like to know.
Kind regards,
Frank
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/lartc/
prev parent reply other threads:[~2002-01-22 14:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-20 10:37 [LARTC] Network config no longer works with QoS enabled Frank Maas
2002-01-22 14:42 ` Frank Maas [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-101171067125626@msgid-missing \
--to=frank.maas@cheiron-it.nl \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.