search for: add_samba_names_to_subnet

Displaying 1 result from an estimated 1 matches for "add_samba_names_to_subnet".

1998 Jun 16
3
How about this option for nmbd?
...lver under FreeBSD discards it. So my solution is now a small hack to the nmbd on the WINS server which adds the IP address of AA_BB manually: *** nmbd_winsserver.c.ORI Sun Jun 14 19:04:45 1998 --- nmbd_winsserver.c Sun Jun 14 19:51:32 1998 *************** *** 126,131 **** --- 126,137 ---- add_samba_names_to_subnet(wins_server_subnet); + { struct in_addr ip; + ip = *interpret_addr2( "192.168.1.10" ); + add_name_to_subnet( wins_server_subnet, + "AA_BB", 0x0, 0x64, PERMANENT_TTL, REGISTER_NAME, 1, &ip ); + } + #ifndef SYNC_DNS /* Set...