ipfw2/dummynet + ipfilter not working together ?

2003-10-06 Thread Artur Pydo
Hi,

I have 4.9-RC router on a ADSL access and currently using ipfilter for
statefull filtering+nat that is working well. ipfw2 is configured for a
long time with a pass all policy.
When i try to configure a pipe with queues for traffic shaping
as described in the following message (see URL) the TCP connection
gets frozen :
http://mail.gnu.org/archive/html/mldonkey-users/2003-01/msg00911.html

I tried to diagnose what happens and discovered that some packets
are said accepted by IPfilter but never gets out of tun0 with
pipe/queue activated.
If i delete all IPFilter rules (pass all policy) traffic shaping is
working right. Everything is working fine if i flush all pipes/queues
from ipfw2 configuration but i have no traffic shaping. :/
So, my question is : Is there some incompatabilities between
ipfw2/dummynet and IPFilter or maybe there is a bug somewhere ?
--

Best regards,

Artur Pydo.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to delete/replace default route using ppp?

2003-07-05 Thread Artur Pydo
Hello,

stan wrote:

Can anyone help me with the ppp.conf syntax to clear/replace an existing
default rout for the duration of a ppp linkup?
That is, the machine starts off with a default route, which I want to
delete and replace with the ppp route for the duration of the conection.
Then I wnat to put the orignal route back.
Sugestions?
Look at the following files and explanations in ppp man :

/etc/ppp/ppp.linkup
/etc/ppp/ppp.linkdown
--

Best regards,

Artur Pydo.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]