View previous topic :: View next topic |
Author |
Message |
Lawless l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 03 Nov 2003 Posts: 638 Location: Germany
|
Posted: Thu Aug 05, 2004 6:53 pm Post subject: Samba log file |
|
|
Hi,
running an samba server which is working fine but the logfile is flooded with error messages.
Code: |
[2004/08/05 20:34:57] err daemon nmbd[4455]: [2004/08/05 20:34:57, 0] nmbd/nmbd_packets.c:send_netbios_packet(163)
[2004/08/05 20:34:57] err daemon nmbd[4455]: send_netbios_packet: send_packet() to IP 192.168.1.255 port 137 failed
[2004/08/05 20:34:57] err daemon nmbd[4455]: [2004/08/05 20:34:57, 0] nmbd/nmbd_namequery.c:query_name(237)
[2004/08/05 20:34:57] err daemon nmbd[4455]: query_name: Failed to send packet trying to query name WORKGROUP<1d>
[2004/08/05 20:35:57] err daemon nmbd[4455]: [2004/08/05 20:35:57, 0] libsmb/nmblib.c:send_udp(788)
[2004/08/05 20:35:57] err daemon nmbd[4455]: Packet send failed to 192.168.1.255(138) ERRNO=Operation not permitted
|
192.168.1.255 is my wlan - but I blocked all traffic and the data is going through an vpn tunnel on 10.0.0.255
I allready restricted samba to interfaces = 10.0.0.1/24 but the messages won't disappear. So why is samba still trying to send packages to the subnet and how do I get rid of these....? _________________ Kernel panic: I have no root and I want to scream |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bunder Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
Joined: 10 Apr 2004 Posts: 5947
|
Posted: Thu Aug 05, 2004 8:09 pm Post subject: |
|
|
It looks like its sending out a broadcast to your lan to see what boxes are in the workgroup. Normal windows traffic to my understanding. I'm not sure if there is a setting in samba to prevent these queries or not.
HTH. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Lawless l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 03 Nov 2003 Posts: 638 Location: Germany
|
Posted: Thu Aug 05, 2004 8:16 pm Post subject: |
|
|
I thought I could prevent this by restricting samba on a certain interface/subnet... but nmbd seems to ignore that setting... _________________ Kernel panic: I have no root and I want to scream |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|