Can not see computers in Windows workgroup

Hi

I can not see any computers in my windows workgroupe. I can ping other pcs but that's all, I can not browse them in my Windows XP workgroup list.

Those 2 pc are connected to Mikrotik 750 G routerboard. Here is my configuration From RB:


admin@MikroTik] /ip firewall filter>> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough

1 chain=input action=accept protocol=tcp dst-port=443

2 ;;; default configuration
chain=input action=accept protocol=icmp

3 ;;; default configuration
chain=input action=accept connection-state=established in-interface=pppoe-out1

4 ;;; default configuration
chain=input action=accept connection-state=related in-interface=pppoe-out1

5 ;;; default configuration
chain=input action=drop in-interface=pppoe-out1

6 ;;; NetBIOS
chain=forward action=accept protocol=udp dst-port=135-139

7 ;;; NetBIOS
chain=forward action=accept protocol=tcp dst-port=135-139

[admin@MikroTik] /ip> firewall
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough

1 chain=dstnat action=redirect to-ports=8080 protocol=tcp dst-port=80

2 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.88.0/24

3 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.55.0/24

4 ;;; masquerade hotspot network
chain=srcnat action=masquerade src-address=192.168.44.0/24 out-interface=pppoe-out1

5 chain=dstnat action=dst-nat to-addresses=192.168.0.199 to-ports=20 protocol=tcp
dst-address=69.165.220.163 dst-port=20

6 chain=dstnat action=dst-nat to-addresses=192.168.88.8 to-ports=21 protocol=tcp
dst-address=69.165.220.163 dst-port=21

7 chain=dstnat action=dst-nat to-addresses=192.168.88.8 to-ports=110 protocol=tcp
dst-address=69.165.220.163 dst-port=110

8 chain=dstnat action=dst-nat to-addresses=192.168.88.8 to-ports=25 protocol=tcp
dst-address=69.165.220.163 dst-port=25

9 chain=srcnat action=src-nat to-addresses=69.165.220.163 to-ports=20-21 protocol=tcp
src-address=192.168.88.8

src-address=192.168.88.8
[admin@MikroTik] /ip firewall nat> nat

To be able to see other PCs, all of them must be in the same broadcast domain or WINS server is required.

NetBIOS is not routed/forwarded across broadcast domains.

they r all on the same workgrup and subnet

If they are on the same subnet they don’t talk through the router.

got it to work. Problem solve


NetBIOS over TCPIP was not checked.

Thats all

thx people