cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
504
Views
0
Helpful
1
Replies

Joining a workgroup on a different DMZ

bz
Level 1
Level 1

Is it possible to join a workgroup on a different DMZ (from higher to lower security)? If can, how? Thanks in advance!

1 Reply 1

daipayan_b
Level 1
Level 1

Hi,

yes it is possible, create the access-list permiting the netbios over tcp requests to be allowed in from the DMZ interface .

like...

access-list 10 permit permit tcp any any eq 139

access-list 10 permit permit udp any any eq 138

access-list 10 permit permit udp any any eq 137

If you have a domain server in DMZ then you, in place of "any" give the domain servers ip only.

hope this helps.