Question:
What do I need for a Linux netowork?
Forward
2013-01-25 17:57:28 UTC
If I were to set up a Linux network, I first need an OpenLDAP. Then I will need an NIS software to control users. Samba can be installed to allow connectivity between a Windows system and a Linux system. Apache is used to help create a web server

What else do I need to set up a Linux network?
Three answers:
gandhi_2
2013-01-25 18:30:15 UTC
What in the heck is a linux network?



A network using only linux devices?



OpenLDAP provides a single user account system for multiple *nix machines, and when paired with Samba, can also extend to Windows machines the same as Active Directory (Since they are both based on x509 DAP). You only need it if you want centralized auth.



You can make a router using Linux (if you REALLY just mean ROUTER), use iptables for the firewall. Or just use pfSense (FreeBSD-based router distro with all the hard work already done). pfSense includes ability to use Snort for network intrusion detection. Or put Snort on linux.



An NFS server would be the file server for other *nix machines. Again paired with Samba, provide SMB file sharing for Windows. Or FreeNAS (a pre-rolled FreeBSD file server with ZFS capabilities). Or OpenFiler (A pre-rolled Linux file server.)



BIND for DNS. Samba for WINS.



Apache or nginx for web.



Nagios for monitoring.



NTPd for a time server.



DHCPd for ... uh... dhcp services.



SpamAssassin for mail filtering.

Postfix...Dovecot...Sendmail for MTA and MUA.



And the thing is, none of this makes something a "linux network". These just provide services to the network that already exists.



And the best part is, you could have this all on one machine. And more.
wtfman
2013-01-26 02:08:37 UTC
it sounds like you already HAVE a network with linux devices.. a network is not tied to an operating system last i checked, though some protocols may be used for specific operating systems. unfortunately all that you mentioned are available in in both unix and Windows world.



but as far as what you can do to a Network? well.. very limitless...



you can make a NAS, a SAN, place a free BSD box or whatever to replace your router, create a open ssh server and bypass firewalls by tunneling through SSL ports...



sounds like you are asking the wrong question...
EliaTheGreat
2013-01-26 02:01:38 UTC
Well that would really depend on where and what you want to do with it. You would most likely want DNS and DHCP as well. If your network is relatively small in size you could also use a Linux box as a router/firewall, you could also run some Intrusion Detection System on that box. Security is always a plus!


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...