theres a server across the town (server1 @192.168.1.101) on subnet 192.168.1.x. Its linux, running samba as a file server. all the computers on that subnet can access it without any problems. they can see it in network 'hood and access the shares. they are connected to another network via VPN. this other network is on subnet 192.168.2.x. Computers on 2.x can see server1 in 'hood but cannot browse its share. They get the error "\\server1 is not accessible. Network path is not found". Comps on 2.x can go run > \\192.168.1.101 and access the shares that way.
2.x comps can access other computers on 1.x via 'hood but not this server. so basically, its not resolving to a name.
Heres a tcpdump:
-------------------------------------
10:38:15.720000 192.168.2.175.1360 > server1.ourdomain.com.microsoft-ds: S 2244697666:2244692366(0) win 65535 <mss 1460,nop,nop,sackOK> (DF)
10:38:15.720000 server1.ourdomain.com.microsoft-ds > 192.168.2.175.1360: R 0:0(0) ack 2244692367 win 0 (DF)
10:38:15.720000 192.168.2.175.1361 > server1.ourdomain.com.netbios-ssn: S 2344732415:2344732415(0) win 65535 <mss 1460,nop,nop,sackOK> (DF)
10:38:15.720000 server1.ourdomain.com.netbios-ssn > 192.168.2.175.1361: S 3651970433:3651970433(0) ack 2244732416 win 5840 <mss 1460,nop,nop,sackOK> (DF)
-------------------------------------
There is no IP from server1 sent back. I dont think there should be a problem with them being on 2 different subnets since netbios sits on tcpip and tcpip seems to be working.
Some other random pieces of info...
I can ping server1's IP and unix hostname, but not by the samba netbios name. There are no firewalls running on this server. it is running samba 2.07.
Any ideas? thanks
2.x comps can access other computers on 1.x via 'hood but not this server. so basically, its not resolving to a name.
Heres a tcpdump:
-------------------------------------
10:38:15.720000 192.168.2.175.1360 > server1.ourdomain.com.microsoft-ds: S 2244697666:2244692366(0) win 65535 <mss 1460,nop,nop,sackOK> (DF)
10:38:15.720000 server1.ourdomain.com.microsoft-ds > 192.168.2.175.1360: R 0:0(0) ack 2244692367 win 0 (DF)
10:38:15.720000 192.168.2.175.1361 > server1.ourdomain.com.netbios-ssn: S 2344732415:2344732415(0) win 65535 <mss 1460,nop,nop,sackOK> (DF)
10:38:15.720000 server1.ourdomain.com.netbios-ssn > 192.168.2.175.1361: S 3651970433:3651970433(0) ack 2244732416 win 5840 <mss 1460,nop,nop,sackOK> (DF)
-------------------------------------
There is no IP from server1 sent back. I dont think there should be a problem with them being on 2 different subnets since netbios sits on tcpip and tcpip seems to be working.
Some other random pieces of info...
I can ping server1's IP and unix hostname, but not by the samba netbios name. There are no firewalls running on this server. it is running samba 2.07.
Any ideas? thanks