ZyXEL P660R-D1 - Netbios Filter: Difference between revisions

From AAISP Support Site
(Created page with "link=Router - ZyXEL P660R-D1 Netbios is used for windows shares, by default the router will block this. To disable the filter (allow netbios) sys filte...")
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:




Netbios is used for windows shares, by default the router will block this.
Netbios is used for windows shares, by default the router will block this between the LAN and WAN.

You can disable this from the Web Interface:
Network -> LAN -> Advanced

[[File:ZyXEL-netbois.png]]

==CLI==


To disable the filter (allow netbios)
To disable the filter (allow netbios)
sys filter netbios config 0 off
sys filter netbios config 0 off


To enable
To enable
sys filter netbios config 0 on
sys filter netbios config 0 on


To display:
To display:
sys filter netbios disp
sys filter netbios disp


To test from linux:
To test from linux:
smbclient -L host
smbclient -L host
Will either fail/timeout or ask for a password...
Will either fail/timeout or ask for a password...

[[Category:Routers]]

Latest revision as of 13:43, 20 March 2015

P660rd1.png


Netbios is used for windows shares, by default the router will block this between the LAN and WAN.

You can disable this from the Web Interface:

Network -> LAN -> Advanced

ZyXEL-netbois.png

CLI

To disable the filter (allow netbios)

sys filter netbios config 0 off

To enable

sys filter netbios config 0 on

To display:

sys filter netbios disp

To test from linux:

smbclient -L host

Will either fail/timeout or ask for a password...