mediator said:
			
		
	
	
		
		
			Hmmmm
*en.wikipedia.org/wiki/Network_bridge
Neways first try connecting both PCs directly using LAN wire and then ping and tell!!
Put desktop on 192.168.1.2, put laptop on 192.168.1.3.
		
		
	 
can't ping it shows IP not reachable both sides
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2007/05/29 11:47:07
[global]
	workgroup = JURISPRUDENCE
	map to guest = Bad User
	printcap name = cups
	add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
	logon path = \\%L\profiles\.msprofile
	logon drive = P:
	logon home = \\%L\%U\.9xprofile
	os level = 2
	preferred master = No
	local master = No
	domain master = No
	usershare allow guests = Yes
	hosts allow = 192.168.1.2/255.255.255.0
	cups options = raw
	include = /etc/samba/dhcp.conf
[homes]
	comment = Home Directories
	valid users = %S, %D%w%S
	read only = No
	inherit acls = Yes
	browseable = No
[profiles]
	comment = Network Profiles Service
	path = %H
	read only = No
	create mask = 0600
	directory mask = 0700
	store dos attributes = Yes
[users]
	comment = All users
	path = /home
	read only = No
	inherit acls = Yes
	veto files = /aquota.user/groups/shares/
[groups]
	comment = All groups
	path = /home/groups
	read only = No
	inherit acls = Yes
[printers]
	comment = All Printers
	path = /var/tmp
	create mask = 0600
	printable = Yes
	browseable = No
[print$]
	comment = Printer Drivers
	path = /var/lib/samba/drivers
	write list = @ntadmin, root
	force group = ntadmin
	create mask = 0664
	directory mask = 0775