Getting started:
To get started, logon to Windows XP and click Start –> then right click ‘My Computer’ and select ‘Properties’.
Then select ‘Computer Name’ tab and click ‘Change’
Enter the Computer and Workgroup name and click OK. Make sure all systems use the same Workgroup name. You will have to restart your computer for the change to take effect.
After restarting, click Start –> Control Panel.
Select Security Center –> Windows Firewall.
When Windows Firewall opens, select ‘Exceptions’ tab and check the box to enable File and Printer Sharing. Close out when done.
Next, logon to Fedora and go to System –> Administration –> Add/Remove Software.
Then search for and install system-config-samba. Install all additional packages when prompted.
Ensure that the Network Settings along with Correct Gateway is Mentioned so that your System can
Access the Internet.
system-config-samba
After installing, go to System –> Administration –> Samba.
Then select Preferences –> Server Settings.
Enter the Workgroup name here and click OK.
Select Preferences –> Samba Users.
Edit or Add User to samba database and click OK.
To create shares, click File –> Create Add Shares, then select the folder you wish to share and check:
Writable
Visible
Then select ‘Access’ tab and give users access to the shares, then click OK to save.
Next, go to System –> Administration –> Firewall.
Select ‘Samba’ under ‘Trusted Services’ and enable Samba.
Next, select ‘ICMP’ and enable ‘Echo Reply (pong) and Echo Request (ping)’
Also add the eth0 interface to the trusted interfaces.
After that go to Applications –> System Tools –> Terminal and run the command below:
su -c 'chkconfig smb on'
Restart your computer and if everything is setup correctly, you should be able to view shares from either system.
At the terminal:
Quote:
su
setenforce 0
service smb restart
service nmb restart
exit
ENJOYYY....