Quote:
|
Also, on the Zindows machine try to browse the SMB server using its IP, not the machine name.
|
I always use the IP, it just makes life easier.
Here is the result from iptables:
Code:
Chain RH-Firewall-1-INPUT (2 references)
pkts bytes target prot opt in out source destination
94 7104 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
icmp type 255
0 0 ACCEPT esp -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT ah -- * * 0.0.0.0/0 0.0.0.0/0
17 1683 ACCEPT upd -- * * 0.0.0.0/0 224.0.0.251
udp dpt:5353
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0
udp dpt:631
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
state RELATED, ESTABLISHED
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0
state NEW tcp dpt:22
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0
state NEW tcp dpt:21
17 2012 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0
reject-with icmp-host-prohibited
I don't have windows in front of me right now, but when I try to connect it gives me no user name prompts, it just tells me the host is unreachable or cannot be found.
I just realized I never posted smb.conf, so here it is:
Code:
[global]
workgroup = HYRULE
netbios name = SAMBA
[share1]
path = /tmp
[share2]
path = /tmp/public
This is not the configuration I plan to use once I get it running, I just wanted to get it going first then configure it properly.