Go Back   TechArena Community > Technology > Networking & Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



What are the ways to secure Linux network

Networking & Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 13-03-2010
Member
 
Join Date: Mar 2010
Posts: 202
What are the ways to secure Linux network

Hi,
I am very much concerned with network security. I have a dozen of computer connected to a Linux server. The computer are connected internet and filled up with virus. As those have different platform so the attack is obvious. What I am trying to do here is safeguarding my main server on the network with different protection tips. What are the different ways by which I can protect my Linux based PC on the network.
Reply With Quote
  #2  
Old 13-03-2010
Steve123's Avatar
Member
 
Join Date: Feb 2008
Posts: 2,619
Re: What are the ways to secure Linux network

It is necessary to first determine that your system is safe on network or not. To answer this question, you must list the potential security hole network. Each TCP or UDP port open, can be used to attack your system, and is therefore a potential security hole. You must have proper information on each port open and working on the network. To see which ports are open, run netstat-a.
Reply With Quote
  #3  
Old 13-03-2010
Shen's Avatar
Member
 
Join Date: May 2008
Posts: 2,918
Re: What are the ways to secure Linux network

It is necessary to first determine that your system is safe on network or not. To answer this question, you must list the potential security hole network. Each TCP or UDP port open, can be used to attack your system, and is therefore a potential security hole. You must have proper information on each port open and working on the network. To see which ports are open, run netstat-a.
Reply With Quote
  #4  
Old 13-03-2010
Big Fish's Avatar
Member
 
Join Date: Jan 2006
Posts: 3,514
Re: What are the ways to secure Linux network

As you give netstat command you can see a list of open connections those in which state = established, and TCP servers listening for incoming connections in the state = listen. Udp servers also listen while LISTEN is not indicated. The column Local Address server listening (LISTEN) is one of the most important by the information it delivers, network interface on which the server is listening or IP address. You have to here determine that what port it listens (numbers or letters after and which indicates the type of service.
Reply With Quote
  #5  
Old 13-03-2010
Zachary's Avatar
Member
 
Join Date: Jan 2006
Posts: 3,932
Re: What are the ways to secure Linux network

If you run 'netstat-nap' you can even know the names of programs that open these ports can also be used to identify open ports. Like for example there is a login services like www, ftp, printer, syslog turned on the system and also other like ssh (port 22), X11 (port 6000). (Refer to file '/ etc / services' for conversions name <-> port number). You have to concentrate more on the opening ports as they are the opening gateway to your network.
Reply With Quote
  #6  
Old 13-03-2010
Snake08's Avatar
Member
 
Join Date: Apr 2008
Posts: 3,328
Re: What are the ways to secure Linux network

When the network interface is not properly concerned with the security then anyone can try to connect to this service. This is a bad sign for your safety and you should try to find if the server can establish a list of Access Control (ACL) to secure things.By cons, if network interface is an IP address, it means that the server is not responding to possible connections on the network interface that this IP address.
Reply With Quote
  #7  
Old 13-03-2010
Spyrus's Avatar
Member
 
Join Date: May 2008
Posts: 3,470
Re: What are the ways to secure Linux network

Here is an example for this. You have a localhost ftp, then ftp is connected to the localhost interface (the loopback), and it will not be seen for your Ethernet network or your Internet connection PPP. It is the goal to be reached, because you can run services on your machine without anyone on the Internet can see them. Note therefore that a number of network interface other than localhost is bad because it certainly means that the service can be seen outside of your machine. So check your LCAs then.
Reply With Quote
Reply

  TechArena Community > Technology > Networking & Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "What are the ways to secure Linux network"
Thread Thread Starter Forum Replies Last Post
Common ways to install Gentoo Linux Ebadaah28 Tips & Tweaks 2 01-06-2011 08:54 AM
Ways to secure VoIP Monty1 Tips & Tweaks 3 04-01-2011 07:02 AM
What are the ways to check a disk in Linux Daniel23 Windows Software 5 17-01-2010 05:45 AM
Different ways to install softwares in GNU/Linux RedZot Guides & Tutorials 8 02-12-2009 12:07 PM
10 Ways to Tweak your Linux Boot Process Silent~Kid Operating Systems 1 13-03-2009 01:53 PM


All times are GMT +5.5. The time now is 08:11 AM.