Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Samba-Rechner nicht in Windows-Netzwerkumgebung zu sehen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
torstenf
n00b
n00b


Joined: 27 Feb 2004
Posts: 25

PostPosted: Fri Apr 09, 2004 6:00 pm    Post subject: Samba-Rechner nicht in Windows-Netzwerkumgebung zu sehen Reply with quote

Hallo zusammen!
Ich möchte ein Verzeichnis und einen Drucker im Netzwerk
freigeben - dafür habe ich Samba genommen und es funktioniert
auch im Prinzip ganz gut. Einen klitzekleinen Haken gibt es noch:
Der Linux-Rechner wird in der Netzwerkumgebung nicht angezeigt.
Wenn ich aber nach dem Rechnernamen suche, wird er auch gefunden
und ich kann auf alle Shares zugreifen. Hat jemand einen Tipp, wie
ich es anstelle, dass der Linux-Rechner auch in der Netzwerkumgebung
auftaucht. Ich habe ein paar merkwürdige Zeilen in der lof.nmbd
gefunden. Ich vermute, der Linux-Rechner versucht sich der Arbeits-
gruppe "clubraum" bekannt zu machen und wird irgendwie daran
gehindert:

Quote:

Packet send failed to 192.168.1.255(137) ERRNO=Operation not permitted
[2004/04/09 19:42:51, 0] nmbd/nmbd_packets.c:send_netbios_packet(172)
send_netbios_packet: send_packet() to IP 192.168.1.255 port 137 failed
[2004/04/09 19:42:51, 0] nmbd/nmbd_nameregister.c:register_name(360)
register_name: Failed to send packet trying to register name CLUBRAUM<1e>
[2004/04/09 19:43:01, 0] libsmb/nmblib.c:send_udp(756)
Packet send failed to 192.168.1.255(138) ERRNO=Operation not permitted
[2004/04/09 19:44:01, 0] libsmb/nmblib.c:send_udp(756)
Packet send failed to 192.168.1.255(138) ERRNO=Operation not permitted
[2004/04/09 19:46:01, 0] libsmb/nmblib.c:send_udp(756)
Packet send failed to 192.168.1.255(138) ERRNO=Operation not permitted

Eigentlich sollte die Firewall solche Pakete durchlassen... ich bin mir
aber auch nicht sicher, ob ich die Einträge richtig deute.

Bin für jeden Tipp dankbar

Torsten

PS: Frohe Ostern!
Back to top
View user's profile Send private message
x000x
Tux's lil' helper
Tux's lil' helper


Joined: 18 Jun 2002
Posts: 86
Location: Germany - Hamburg

PostPosted: Sat Apr 10, 2004 3:02 pm    Post subject: Reply with quote

hm... deaktiviere dochmal die Firewall, dann koenntest du Fehler bezueglich firewall ausschliessen...
_________________
-= Gruss Peter =-
-= alias x000x =-
Peter wrote:
perl -e 'print "\x47\x72\x75\x73\x73\x20\x50\x65\x74\x65\x72\x20\x3b\x2d\x29\x0a";'
Back to top
View user's profile Send private message
torstenf
n00b
n00b


Joined: 27 Feb 2004
Posts: 25

PostPosted: Sat Apr 10, 2004 3:58 pm    Post subject: Reply with quote

Danke! Es war wohl die etwas zu "scharfe" Firewall. Ich habe jetzt ein
paar Regeln eingebaut, die Netbios-Traffic erlauben sollten:

Quote:

einfo "Creating incomming Netbios traffic chain"
$IPTABLES -A INPUT -i $INTIF -p tcp --dport 137 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p udp --dport 137 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p tcp --dport 138 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p udp --dport 138 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p tcp --dport 139 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p udp --dport 139 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p tcp --dport 445 -j ACCEPT
$IPTABLES -A INPUT -i $INTIF -p udp --dport 445 -j ACCEPT

einfo "Creating outgoing Netbios traffic chain"
$IPTABLES -A OUTPUT -o $INTIF -p tcp --sport 137 -j ACCEPT
$IPTABLES -A OUTPUT -o $INTIF -p udp --sport 137 -j ACCEPT
$IPTABLES -A OUTPUT -o $INTIF -p tcp --sport 138 -j ACCEPT
$IPTABLES -A OUTPUT -o $INTIF -p udp --sport 138 -j ACCEPT
$IPTABLES -A OUTPUT -o $INTIF -p tcp --sport 139 -j ACCEPT
$IPTABLES -A OUTPUT -o $INTIF -p udp --sport 139 -j ACCEPT
$IPTABLES -A OUTPUT -o $INTIF -p tcp --sport 445 -j ACCEPT
$IPTABLES -A OUTPUT -o $INTIF -p udp --sport 445 -j ACCEPT


Ich habe mir das (in der Theorie) so vorgestellt, dass Netbios-Traffic
nur beim "Internen" Interface, also über die IP 192.168.1.1, erlaubt ist
und das über die zweite Netzwerkkarte mit der IP 192.168.17.1 kein
Nebios-Traffic durch kommt.

Ich grübel gerade etwas drauf rum, wie ich das am besten testen
kann...

Schöne Grüße
Torsten
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum