Ik heb Clarkconnect 4.2 geinstaleerd en deze in een DMZ geplaatst. Ik gebruik m0n0wall als router.
Nu zie ik niet mijn server in 'network neighbourhood' maar wel op \\servernaam. Dit heeft met nmbd te maken aldus deze site. Ik heb het een en ander opgevolgd maar werkt niet.
'smbstatus' en 'testparm' geven geen fouten in configuratie.
Ik zie vanaf server ook geen clients in LAN. Ik heb 'recote anounce' en 'remote browse sync' ingesteld. Ik heb zelfs vanuit LAN naar DMZ en vice versa alle protocollen naar en van alle poorten opengezet. Heeft ook geen zin.
Welke poorten heb ik nu openstaan op LAN en DMZ Ook straan deze open op server;
Nu zie ik niet mijn server in 'network neighbourhood' maar wel op \\servernaam. Dit heeft met nmbd te maken aldus deze site. Ik heb het een en ander opgevolgd maar werkt niet.
'smbstatus' en 'testparm' geven geen fouten in configuratie.
Ik zie vanaf server ook geen clients in LAN. Ik heb 'recote anounce' en 'remote browse sync' ingesteld. Ik heb zelfs vanuit LAN naar DMZ en vice versa alle protocollen naar en van alle poorten opengezet. Heeft ook geen zin.
Welke poorten heb ik nu openstaan op LAN en DMZ Ook straan deze open op server;
- poort 137 + 138 TCP/UDP
- poort 139 TCP
- poort 135 + 136 UDP
- poort 445 TCP
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
| [global] domain master = no os level = 51 local master = yes passwd program = /usr/sbin/userpasswd %u passwd chat = *password:* %n\n *password:* %n\n *successfully.* netbios name = sun01 workgroup = Blaat server string = ClarkConnect Server sun01 # handmatig toegevoegd announce version = 5.0 browse list = yes auto services = yes lm announce = yes bind interfaces only = yes interfaces = lo eth0 192.168.130.255/255.255.255.128 192.168.131.135/255.255.255.248 use client driver = yes printcap name = /etc/printcap load printers = yes security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd syslog = false socket options = TCP_NODELAY dns proxy = no utmp = yes # handmatig toegevoegd oplocks = no level2 oplocks = no # name resolve order = lmhosts host wins bcast # For low-risk security reasons on Win2000/WinXP networks (no Win98) # restrict anonymous = 2 # WINS / VPN # ---------- wins support = yes # wins proxy = yes # wins server = # Other handy directives # ---------------------- # handmatig ingesteld preferred master = yes remote announce = 192.168.130.255/Blaat remote browse sync = 192.168.130.255 # Authconfig adds these #---------------------- idmap uid = 16777216-33554431 idmap gid = 16777216-33554431 template shell = /bin/false winbind use default domain = no # PDC #---- add machine script = /usr/sbin/useradd -d /dev/null -g samba-clients -s /bin/false -M %u #============================ Share Definitions ============================== include = /etc/samba/flexshare.conf |
