Server security


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Server security
# 1  
Old 12-10-2008
Server security

I am using Ubuntu Desktop as a server, which will be left on.

It is behind a router, I have MAC address filtering and port forwarding enabled, the router also has an SPI firewall built in.

How can I make this server secure and less prone to hacks.

For example will I need to set up a firewall? What else would need to be done?
# 2  
Old 12-10-2008
Sure, a firewall would help. Especially block SSH (22) if it may be accessible from outside. Of course you can enable specific IP or netblocks if you need to access it remotely and if the the source address is known.

A few years earlier I played with PSAD. It analyzes known attack patterns and block intruders concerned spontaneously. I think it is worth exploring too.

psad - Intrusion Detection with iptables, iptables Log Analysis, iptables Policy Analysis

With all these, still, make sure you revise the logs from time to time to check if you are being subject to new attack patterns.
# 3  
Old 12-11-2008
ok thanks mate, going to try PSAD soon.., i do use port 22 for remote logins, but i will disable it and then open it when i need to use it.

Just installed firestarter, the firewall GUI for IPtables.

Is a virus scanner needed at all?
# 4  
Old 12-11-2008
Quote:
Originally Posted by daydreamer
Is a virus scanner needed at all?
I don't run one. I'm not sure but I think many viruses nowadays are either Windows executables (.COM, .BAT, .EXE) or scripts (.JS/.VBS). A typical Unix-based environment does not directly support execution of these (though you may be able to do so with selected emulators say Wine or specific libraries). Of course, still, you should be careful with opening downloaded files. Say with mounted Windows shares you may still be spreading viruses to other Windows systems even if they don't harm yours.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Cybersecurity

Two Factor Authentication – Best for the UNIX/Linux Server Security

The UNIX/Linux server security is challenging because these servers are at a risk of getting compromised at any point of time by the attackers. In today's enterprise environment, the UNIX and Linux servers are growing popular. With their increased popularity, these servers have become the primary... (1 Reply)
Discussion started by: reve-secure
1 Replies

2. Red Hat

Zimbra Mail Server Security Issue

Hello, I have issue with my Zimbra Mail Server 6.0.7. In that i have configured HTTPS for client login and for whole session. but it stills communicate in http based authentication. due to that some sniffing software are easily sniffing details. So how do i configure completely HTTPS in... (3 Replies)
Discussion started by: Chintanghanti
3 Replies

3. UNIX for Advanced & Expert Users

Are there many UNIX server security enhanced products?

for sco, hp, or AIX...... anyway, how can I secure the UNIX system. I knew that CA has it's products for securing the UNIX server system. Please tell me more about other vender, and their products thxs! (0 Replies)
Discussion started by: brookwk
0 Replies

4. Cybersecurity

permissions and security with windows 2000 server

I setup a Windows 2000 Server so that a G4 could access one specific folder. The only way this contact could take place between the two operating systems is with Maclan. I have not installed it with the PCmaclan currently, I have only been reading about it. Can someone assist me with this... (0 Replies)
Discussion started by: pmoncriffe
0 Replies
Login or Register to Ask a Question