Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 1999 11:11:43 +0200
From:      MICHAEL_HEITMEIER@HP-Germany-om12.om.hp.com
To:        freebsd-questions@freebsd.org
Cc:        HEITMEIER_MICHAEL/HP-Germany_om12@isoit644.bbn.hp.com
Subject:   PPP and Filter Setup Question
Message-ID:  <H0000d7d05919851@MHS>

next in thread | raw e-mail | index | archive | help
Hi all,

to keep my NT laptop from dialing my ISP when it's connected to my home 
network I enabled TCP/IP logging in /etc/ppp/ppp.conf and duly received 
the following log entry:
Jul 12 21:07:11 gimli ppp[7478]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:137 ---> 
15.180.3.114:137

Gimli is the gateway, 10.0.0.4 is the address of the laptop in my home 
environment. I tried to find out what process still wants to access 15... 
but did not find anything, certainly nothing I can see from my network 
configuration (DNS and WINS are disabled), the only gateway is 10.0.0.1 
(gimli).

Based on this I set the following entry in /etc/ppp/ppp.conf:
 set filter dial 0 deny udp src eq 137

At first (when the laptop adapter indicated it was accessing the network) 
it looked like success when ppp did not dial, but then I found that this 
filter apparently blocked ALL dial out traffic... :-(

Jul 12 22:07:50 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:1046 
---> 15.181.150.30:53 - BLOCKED 
Jul 12 22:09:15 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.4:137 ---> 
15.128.15.115:137 - BLOCKED 
Jul 12 22:34:44 gimli ppp[7483]: tun0: TCP/IP: DIAL UDP: 10.0.0.2:1029 
---> 145.253.2.11:53 - BLOCKED


What am I doing wrong? There is very little information about the 
definition of 'src' in man ppp so I'm not sure if what I'm doing is even 
correct. What are the numbers behind the IP address anyway (1046,137,1029)?


Thanks for any help,

Michael



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?H0000d7d05919851>