![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Jan 2005
Posts: 188
OS: XP SP3 and Vista SP1
|
CentOS Linux box - Any way to secure the rest of the network?
I am setting up a CentOS server to test applications and setups for a live server elsewhere. The problem is that it will be located on my private network and therefor would give access to the physical network.
Is there any way to secure the server the other way around so those using the server will not have access to snoop on the physical network (the server has to go through the central switch sadly to be connected to the internet)? |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Moderator/Fedora Amb.
|
Re: CentOS Linux box - Any way to secure the rest of the network?
What server are you useing? Is it an Apache server, FTP, or other server. There are ways to secure any server from the server side. We just need to know what type of server it is.
Cheers!
__________________
![]() Linux Forever!
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Jan 2005
Posts: 188
OS: XP SP3 and Vista SP1
|
Re: CentOS Linux box - Any way to secure the rest of the network?
I mean the entire thing. Its a linux server that others outside would have root access to. So basically anything could be run on it.
Is there a way to secure this? |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 470
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix
|
Re: CentOS Linux box - Any way to secure the rest of the network?
You could set up a iptables firewall and limit the port access there. Since the server is inside your private network, then just permit machines from a specific IP network. Close all the inbound ports except for ssh and port 80 (or whatever is needed).
Take a look at "/etc/hosts.allow". There is a tcpwrappers program that can limit access. Don't run your test programs as root. Create a user and group with lower privileges and take a look at the "chroot" program to lock users into a very restricted file system (Look at the bind (named) and dns programs for a good example of the chroot setup.) As a last set, setup quotas so that if your system is hijacked, then not much disk can be commanded. Hope this helps. |
|
|
|
![]() |
| Thread Tools | |
|
|