On Fri, 11 Feb 2000 09:13:19 +0530, hai scritto:

>I would like to restrict which machines on the local network can bring up
>the connection through Diald. How do I do it?
You have to know that machine ip.

Say you want that machine 10.0.0.10 cannot cause a connection, and
cannot (once the connection is up) keep the connection up:
ignore any ip.saddr=10.0.0.10

Say you want that machine 10.0.0.10 cannot cause a connection, but can
(once the connection is up) keep the connection up:
ignore any ip.saddr=10.0.0.10
keepup tcp 180 ip.saddr=10.0.0.10

>Also I would like diald not to attempt a connection whenever a windows
>machine on the local network is booted. 
If you users run things like icq, and the like you cannot do much; but
if the connections are due to netbios broadcasts then use:

# Windows NetBIOS
# tcp...
ignore tcp tcp.dest=tcp.netbios-ns
ignore tcp tcp.source=tcp.netbios-ns
ignore tcp tcp.dest=tcp.netbios-dgm
ignore tcp tcp.source=tcp.netbios-dgm
ignore tcp tcp.dest=tcp.netbios-ssn
ignore tcp tcp.source=tcp.netbios-ssn
# e udp...
ignore udp udp.dest=udp.netbios-ns
ignore udp udp.source=udp.netbios-ns
ignore udp udp.dest=udp.netbios-dgm
ignore udp udp.source=udp.netbios-dgm
ignore udp udp.dest=udp.netbios-ssn
ignore udp udp.source=udp.netbios-ssn

-- 
[EMAIL PROTECTED]

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

Reply via email to