interface binding lässt alles zu?

Dizzy

Dizzy

Brain Damage
Hi,

Code:
interfaces = 192.168.1.0/24

aber es werden auch logs für alle möglichen andere IPs angelegt (80.x, 62.x ...)

Das kann doch nicht richtig sein, oder? smbstatus zeigt aber immer nur die aktiven Verbindungen innerhalb meines Netzwerkes.

Kann ich interfaces gar nicht so definieren?

Gruß
Dizzy
 
Code:
bind interfaces only = boolean	[global]

Allowable values: YES, NO

Default: NO

If set to YES, shares and browsing are provided only on interfaces in an interfaces list (see interfaces). If you set this option to YES, be sure to add 127.0.0.1 to the interfaces list to allow smbpasswd to connect to the local system to change passwords. This is a convenience option; it does not improve security.

Quelle: http://us1.samba.org/samba/docs/using_samba/appb.html
 
Zuletzt bearbeitet:
Hi,

ist bei mir auf YES gestellt, localhost habe ich nicht explizit hinzugefügt - ist ja auch eine 192.168.1.0er IP, zu dem funzt das alles. Bloß es werden auch nicht-192.168.1.0er erlaubt.

Gruß
Dizzy
 
Gib mal die IP des an und nicht das Netz, denn
Code:
interfaces = interface list	[global]
	

Allowable values: interface list

Default: NULL (all interfaces except 127.0.0.1)

Sets the interfaces to which Samba will respond. 
The default is the system's primary interface only. 
Recommended on multihomed systems or to override 
erroneous addresses and netmasks. 
Allows interface names such as eth0, DNS names, 
address/netmask pairs, and broadcast/netmask pairs. 
See also bind interfaces only.

da steht nix von Netz sondern: Interface (eth0), names (smb-srv), address(192.168.0.1/24) or broadcast (192.168.0.255/24).
 
Hi,

gab keine Veränderung ... habs mit der Broadcast-Adresse versucht.

Gruß
Dizzy
 

Ähnliche Themen

iptables - default policy - Server macht dicht

Problem(e) mit NIS im heterogenen Netzwerk

Squid als RPCoHTTPS Proxy für Outlook Anywhere

Problem mit Apache2 + MySQL Server

Portknocking mit iptables

Zurück
Oben