it seems that if you dont work in a domain the use of certificates is a must!
any way i did all the steps, but the last one isnt working :
ALTER DATABASE AdventureWorks2008R2
SET PARTNER = 'TCP://192.168.1.5:7024';
GO
i get the error :
The server network address "TCP://192.168.1.5:7024" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational.