Paolo Sommaruga wrote:
>
> I have setup one TCP/IP LAN with the network address 192.168.0.0
> There is a router Linux system with 192.168.0.1 as IP address. The Linux box
> works as http server and as a Internet gateway with a dialup Internet
> connection over the diald management. The ip-masquerade works fine, the
> diald also.
>         My problem is that when a host in the LAN tries an http connection
> with the Linux server, the modem dials the provider.
> I have add these lines in the standard.filter
> 
>         ignore tcp tcp.dest=tcp.www,ip.daddr=192.168.0.1
>         ignore tcp tcp.source=tcp.www,ip.daddr=192.168.0.1
> 
> but the problem stays.
> 
> Have you any idea ?

What does your routing table look like?  Does the http connection work
without diald running?  Does it work with diald running (apart from this
problem)?  Are you running something like diald-top which shows the
source & destination addresses of active connections?  If so, have you
verified it's the http connect, and not a DNS lookup or some such prior
to the actual http connect?

Ed

-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to