Jiri Zach wrote:
> I try to find solution of the problem with the first packets in diald on
> linux. I use linux 6.0, kernel 2.2.5-22, diald 16-0.16.5a-2, ppp 2.3.7-2
> (I tried the diald-0.99.1-2) and masquerading. I use dynamic address. It
> works properly, BUT... .The first packet (first connection queue) is routed
> to virtual ip address of sl0. For two minutes i haven't responses from the
> first address what I want to connect. For example : I use ping to an
.....
I have in an appropiate boot-script:
if [ -f /proc/sys/net/ipv4/ip_dynaddr ]; then
echo "5" >/proc/sys/net/ipv4/ip_dynaddr
fi
Instead of a value of "5", "1" should be ok.
For more on this topic try reading the follwoing in the
kernel-source dokumentation:
/usr/src/linux/Documentation/networking/ip_dynaddr.txt
--
mvh Frank Damgaard [EMAIL PROTECTED] | [EMAIL PROTECTED] |fido 2:236/15.2
-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]