Linux Network tools for lnux ?

As for network tools, what do you need? Samba is a windows file share server for linux, nmap is a network scanning tool, ethereal is a network sniffer ... you have many such tools.
 
techmaster said:
hey i need to know how to capture a screenshot in linux(suse).

Try this command:
# ksnapshot

also can someone suggest some good netwrok tools.

ya what u want. Network service like VNC, SSH, NFS,SAMBA,VS-FTPD, SQUID, HTTPD(Apache) blah blah blah

Network tools like Ethreal(packet sniffer),NMAPFE(Nmap port scanner frontend)

Refer:
Code:
[url]http://www.insecure.org/tools.html[/url]
 
thx for the replies.also i configured samba but i cannot see any windows machine my ISP may have disabled it cause i cannot see any machine on win xp too in my network places
 
techmaster said:
thx for the replies.also i configured samba but i cannot see any windows machine my ISP may have disabled it cause i cannot see any machine on win xp too in my network places

You configured user level Samba share. My friend if your linux machine on which u configured samba is connected to another windows machine then just boot that windows machine and cick on network neighbourhood and you will see the samba share if u configured correctly. Should be same Workgroup both in Windows and Linux Samba configuration file.

You may post your => /etc/samba/smb.conf contents

Also tell me output of this command:
# lsof -i | grep smbd
 
Back
Top