The following messages keep appearing in my logs many times per hour: [2005/04/09 04:30:08, 0] nmbd/nmbd_browsesync.c:domain_master_node_status_fail(250) domain_master_node_status_fail: Doing a node status request to the domain master browser for workgroup DESENVOLVIMENTO at IP 200.175.48.zzz failed. Cannot sync browser lists. [2005/04/09 04:34:49, 0] nmbd/nmbd_become_dmb.c:become_domain_master_query_success(225) become_domain_master_query_success: There is already a domain master browser at IP 200.175.48.zzz for workgroup DESENVOLVIMENTO registered on subnet UNICAST_SUBNET. The zzz is on me. I have two interfaces, one for the local network(eth1) and the other connected to the internet(eth0). But I want to serve samba only to the local network In smb.conf I have the lines: interfaces = 192.168.0.1/24 127.0.0.1 bind interfaces only = yes So, why is samba trying to sync browser lists and do other things at 200.175.48.zzz? Anything else I should do? Thanks.
On Monday 11 April 2005 21:16, Paulo Roberto Dorow wrote:> The following messages keep appearing in my logs many times per hour: > > [2005/04/09 04:30:08, 0] > nmbd/nmbd_browsesync.c:domain_master_node_status_fail(250) > domain_master_node_status_fail: > Doing a node status request to the domain master browser > for workgroup DESENVOLVIMENTO at IP 200.175.48.zzz failed. > Cannot sync browser lists. > [2005/04/09 04:34:49, 0] > nmbd/nmbd_become_dmb.c:become_domain_master_query_success(225) > become_domain_master_query_success: > There is already a domain master browser at IP 200.175.48.zzz for workgroup > DESENVOLVIMENTO registered on subnet UNICAST_SUBNET. > > The zzz is on me. > > I have two interfaces, one for the local network(eth1) and the other > connected to the internet(eth0). But I want to serve samba only to the > local network > > In smb.conf I have the lines: > > interfaces = 192.168.0.1/24 127.0.0.1 > bind interfaces only = yes > > So, why is samba trying to sync browser lists and do other things at > 200.175.48.zzz? Anything else I should do? > > Thanks.Hi, Try interfaces = eth0 should do the trick. Regards -- Hugo Brites CI - Isla Leiria 244 820 650 http://www.islaleiria.pt hugo.brites@islaleiria.pt
On Monday 11 April 2005 21:49, Hugo Brites wrote:> On Monday 11 April 2005 21:16, Paulo Roberto Dorow wrote: > > The following messages keep appearing in my logs many times per hour: > > > > [2005/04/09 04:30:08, 0] > > nmbd/nmbd_browsesync.c:domain_master_node_status_fail(250) > > domain_master_node_status_fail: > > Doing a node status request to the domain master browser > > for workgroup DESENVOLVIMENTO at IP 200.175.48.zzz failed. > > Cannot sync browser lists. > > [2005/04/09 04:34:49, 0] > > nmbd/nmbd_become_dmb.c:become_domain_master_query_success(225) > > become_domain_master_query_success: > > There is already a domain master browser at IP 200.175.48.zzz for > > workgroup DESENVOLVIMENTO registered on subnet UNICAST_SUBNET. > > > > The zzz is on me. > > > > I have two interfaces, one for the local network(eth1) and the other > > connected to the internet(eth0). But I want to serve samba only to the > > local network > > > > In smb.conf I have the lines: > > > > interfaces = 192.168.0.1/24 127.0.0.1 > > bind interfaces only = yes > > > > So, why is samba trying to sync browser lists and do other things at > > 200.175.48.zzz? Anything else I should do? > > > > Thanks. > > Hi, > > Try > interfaces = eth0 > > should do the trick. > > Regards > -- > Hugo Brites > CI - Isla Leiria > 244 820 650 > http://www.islaleiria.pt > hugo.brites@islaleiria.ptSorry my last email I wanted to say eth1, not eth0 regards -- Hugo Brites CI - Isla Leiria 244 820 650 http://www.islaleiria.pt hugo.brites@islaleiria.pt
Thanks Hugo. Unfortunately I had tried that before, but to be sure I just did it again, using the interface name instead, but it keeps giving the same messages. Usually I get one about every 10 to 15 minutes. "Hugo Brites" <hugo.brites@islaleiria.pt> escreveu na mensagem news:200504112153.06077.hugo.brites@islaleiria.pt...> On Monday 11 April 2005 21:49, Hugo Brites wrote: > > On Monday 11 April 2005 21:16, Paulo Roberto Dorow wrote: > > > The following messages keep appearing in my logs many times per hour: > > > > > > [2005/04/09 04:30:08, 0] > > > nmbd/nmbd_browsesync.c:domain_master_node_status_fail(250) > > > domain_master_node_status_fail: > > > Doing a node status request to the domain master browser > > > for workgroup DESENVOLVIMENTO at IP 200.175.48.zzz failed. > > > Cannot sync browser lists. > > > [2005/04/09 04:34:49, 0] > > > nmbd/nmbd_become_dmb.c:become_domain_master_query_success(225) > > > become_domain_master_query_success: > > > There is already a domain master browser at IP 200.175.48.zzz for > > > workgroup DESENVOLVIMENTO registered on subnet UNICAST_SUBNET. > > > > > > The zzz is on me. > > > > > > I have two interfaces, one for the local network(eth1) and the other > > > connected to the internet(eth0). But I want to serve samba only to the > > > local network > > > > > > In smb.conf I have the lines: > > > > > > interfaces = 192.168.0.1/24 127.0.0.1 > > > bind interfaces only = yes > > > > > > So, why is samba trying to sync browser lists and do other things at > > > 200.175.48.zzz? Anything else I should do? > > > > > > Thanks. > > > > Hi, > > > > Try > > interfaces = eth0 > > > > should do the trick. > > > > Regards > > -- > > Hugo Brites > > CI - Isla Leiria > > 244 820 650 > > http://www.islaleiria.pt > > hugo.brites@islaleiria.pt > Sorry my last email > I wanted to say eth1, not eth0 > > regards > -- > Hugo Brites > CI - Isla Leiria > 244 820 650 > http://www.islaleiria.pt > hugo.brites@islaleiria.pt > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >
On Monday 11 April 2005 22:05, Paulo Roberto Dorow wrote:> Thanks Hugo. > > Unfortunately I had tried that before, but to be sure I just did it again, > using the interface name instead, but it keeps giving the same messages. > Usually I get one about every 10 to 15 minutes. > > "Hugo Brites" <hugo.brites@islaleiria.pt> escreveu na mensagem > news:200504112153.06077.hugo.brites@islaleiria.pt... > > > On Monday 11 April 2005 21:49, Hugo Brites wrote: > > > On Monday 11 April 2005 21:16, Paulo Roberto Dorow wrote: > > > > The following messages keep appearing in my logs many times per hour: > > > > > > > > [2005/04/09 04:30:08, 0] > > > > nmbd/nmbd_browsesync.c:domain_master_node_status_fail(250) > > > > domain_master_node_status_fail: > > > > Doing a node status request to the domain master browser > > > > for workgroup DESENVOLVIMENTO at IP 200.175.48.zzz failed. > > > > Cannot sync browser lists. > > > > [2005/04/09 04:34:49, 0] > > > > nmbd/nmbd_become_dmb.c:become_domain_master_query_success(225) > > > > become_domain_master_query_success: > > > > There is already a domain master browser at IP 200.175.48.zzz for > > > > workgroup DESENVOLVIMENTO registered on subnet UNICAST_SUBNET. > > > > > > > > The zzz is on me. > > > > > > > > I have two interfaces, one for the local network(eth1) and the other > > > > connected to the internet(eth0). But I want to serve samba only to > > > > the local network > > > > > > > > In smb.conf I have the lines: > > > > > > > > interfaces = 192.168.0.1/24 127.0.0.1 > > > > bind interfaces only = yes > > > > > > > > So, why is samba trying to sync browser lists and do other things at > > > > 200.175.48.zzz? Anything else I should do? > > > > > > > > Thanks. > > > > > > Hi, > > > > > > Try > > > interfaces = eth0 > > > > > > should do the trick. > > > > > > Regards > > > -- > > > Hugo Brites > > > CI - Isla Leiria > > > 244 820 650 > > > http://www.islaleiria.pt > > > hugo.brites@islaleiria.pt > > > > Sorry my last email > > I wanted to say eth1, not eth0 > > > > regards > > -- > > Hugo Brites > > CI - Isla Leiria > > 244 820 650 > > http://www.islaleiria.pt > > hugo.brites@islaleiria.pt > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: https://lists.samba.org/mailman/listinfo/sambaHi, I will try here to see what wappens regards -- Hugo Brites CI - Isla Leiria 244 820 650 http://www.islaleiria.pt hugo.brites@islaleiria.pt
On Monday 11 April 2005 22:11, Hugo Brites wrote:> On Monday 11 April 2005 22:05, Paulo Roberto Dorow wrote: > > Thanks Hugo. > > > > Unfortunately I had tried that before, but to be sure I just did it > > again, using the interface name instead, but it keeps giving the same > > messages. Usually I get one about every 10 to 15 minutes. > > > > "Hugo Brites" <hugo.brites@islaleiria.pt> escreveu na mensagem > > news:200504112153.06077.hugo.brites@islaleiria.pt... > > > > > On Monday 11 April 2005 21:49, Hugo Brites wrote: > > > > On Monday 11 April 2005 21:16, Paulo Roberto Dorow wrote: > > > > > The following messages keep appearing in my logs many times per > > > > > hour: > > > > > > > > > > [2005/04/09 04:30:08, 0] > > > > > nmbd/nmbd_browsesync.c:domain_master_node_status_fail(250) > > > > > domain_master_node_status_fail: > > > > > Doing a node status request to the domain master browser > > > > > for workgroup DESENVOLVIMENTO at IP 200.175.48.zzz failed. > > > > > Cannot sync browser lists. > > > > > [2005/04/09 04:34:49, 0] > > > > > nmbd/nmbd_become_dmb.c:become_domain_master_query_success(225) > > > > > become_domain_master_query_success: > > > > > There is already a domain master browser at IP 200.175.48.zzz for > > > > > workgroup DESENVOLVIMENTO registered on subnet UNICAST_SUBNET. > > > > > > > > > > The zzz is on me. > > > > > > > > > > I have two interfaces, one for the local network(eth1) and the > > > > > other connected to the internet(eth0). But I want to serve samba > > > > > only to the local network > > > > > > > > > > In smb.conf I have the lines: > > > > > > > > > > interfaces = 192.168.0.1/24 127.0.0.1 > > > > > bind interfaces only = yes > > > > > > > > > > So, why is samba trying to sync browser lists and do other things > > > > > at 200.175.48.zzz? Anything else I should do? > > > > > > > > > > Thanks. > > > > > > > > Hi, > > > > > > > > Try > > > > interfaces = eth0 > > > > > > > > should do the trick. > > > > > > > > Regards > > > > -- > > > > Hugo Brites > > > > CI - Isla Leiria > > > > 244 820 650 > > > > http://www.islaleiria.pt > > > > hugo.brites@islaleiria.pt > > > > > > Sorry my last email > > > I wanted to say eth1, not eth0 > > > > > > regards > > > -- > > > Hugo Brites > > > CI - Isla Leiria > > > 244 820 650 > > > http://www.islaleiria.pt > > > hugo.brites@islaleiria.pt > > > -- > > > To unsubscribe from this list go to the following URL and read the > > > instructions: https://lists.samba.org/mailman/listinfo/samba > > Hi, > > I will try here to see what wappens > > regards > -- > Hugo Brites > CI - Isla Leiria > 244 820 650 > http://www.islaleiria.pt > hugo.brites@islaleiria.ptHi Just looking at my config file, did you set bind interfaces only = yes ??? regards -- Hugo Brites CI - Isla Leiria 244 820 650 http://www.islaleiria.pt hugo.brites@islaleiria.pt
Yes I did.> Hi > > Just looking at my config file, did you set > bind interfaces only = yes > ??? > > regards > -- > Hugo Brites > CI - Isla Leiria > 244 820 650 > http://www.islaleiria.pt > hugo.brites@islaleiria.pt > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba >