Windows 7 no domain logon servers can be found
Test to see if the PC can see the server: In command prompt run
nbtstat -A 192.168.0.8
and
net view \\TRIPANY
(nb could be you can't see the output of this because you're not logged into the domain)
or
net view \\192.168.0.8
also ping TRIPANY
See what's in the cache or otherwise resolved via netbios
nbtstat -c / -n / -r
Clear the cache
nbtstat -R
Clear the network sockets using
netsh winsock reset
netsh rpc reset
Repair the windows system files using
sfc /scannow
Change the WINS server in advanced network settings and manually set it to 192.168.0.8