Devil-Linux distro bundles router/firewall and server in one live CD


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Devil-Linux distro bundles router/firewall and server in one live CD
# 1  
Old 09-26-2008
Devil-Linux distro bundles router/firewall and server in one live CD

09-26-2008 08:00 AM
Devil-Linux might sound hellish for a Linux distribution, but this live CD offers many blessings for your server needs. Originally developed as a router/firewall distribution, Devil-Linux has expanded its functionality to include nearly every service that a server might offer. It can function as an LDAP server, a VPN server, an email or file server, and more.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Intriguing Live Distro Sum Changes . . .

Greetings! Here's something which I came across whilst mucking about with a UNetbootin thumbdrive install of 12.04 (I suspect this would apply to other variants as well). Here's the scenario: As an experiment before burning to flash, I generated a comprehensive md5sums.txt for the entirety... (1 Reply)
Discussion started by: LinQ
1 Replies

2. UNIX for Dummies Questions & Answers

kcore and a live persistent linux usb distro

I have 2 computers, from now on i shall call these computers A and B. Made a live linux distro (bodhi) on A which has 1GB internal memory , because windows is unstable on B, which has 512MB internal memory. I mean with memory the internal memory of the computer, not the memory of the usb... (0 Replies)
Discussion started by: anno
0 Replies

3. Linux

Looking for a very leightweight Live-CD Distro

Hey, weird story, dunno if this is actually possible, but here's what happened: My dad's PC (Windows) is completely full of trash, the hard drive is completely full. After the last Windows update he wasn't able to boot anymore, even from a WindowsCD it didn't seem to work. That's at least what... (7 Replies)
Discussion started by: disaster
7 Replies

4. Shell Programming and Scripting

Customizing Terminal in Live Linux Distro

I'm creating a python script to load a configuration to gnome-terminal immediately after a Live Boot. I must run it in super-user mode, because I shut down some services first. After this, I want to configure gnome-terminal. The problem is that if I run it as super-user, it successfully shuts... (0 Replies)
Discussion started by: misfitplanet
0 Replies

5. Cybersecurity

Help needed in IPTables firewall/router setup - Linux

HI all, I have setup IPTables firewall/Router and my home network, with address space 192.168.10.XXX Form my private network hosts, i can ping the gateway ( 192.168.10.101 ) , but the reverse is not happening. Can someone help me as of what i need to do, so that i can ping my private... (1 Reply)
Discussion started by: chandan_m
1 Replies

6. UNIX for Dummies Questions & Answers

Live Unix Distro Help...

Hello, I was just looking for some help on Unix distros that don't affect my hard disk. Basically what I am looking for is a distro that has all your programming needs (so I can program in Unix) and the basic functions of an OS. I would also like it to include python if possible. BTW, is it... (0 Replies)
Discussion started by: vhab
0 Replies
Login or Register to Ask a Question
APF(1)							      General Commands Manual							    APF(1)

NAME
apf - easy iptables based firewall system SYNOPSIS
apf DESCRIPTION
This manual page documents briefly the apf command. This manual page was written for the Debian distribution because the original program does not have a manual page. Advanced Policy Firewall (APF) is an iptables (netfilter) based firewall system designed around the essential needs of today's Internet deployed servers and the unique needs of custom deployed Linux installations. The configuration of APF is designed to be very informative and present the user with an easy to follow process, from top to bottom of the configuration file. The management of APF on a day-to-day basis is conducted from the command line with the 'apf' command, which includes detailed usage information and all the features one would expect from a current and forward thinking firewall solution. OPTIONS
apf follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -s|--start load all firewall rules -r|--restart stop (flush) & reload firewall rules -l|--list list all firewall rules -t|--status output firewall status log -e|--refresh refresh & resolve dns names in trust rules -a <HOST CMT|--allow <HOST COMMENT> add host (IP/FQDN) to allow_hosts.rules and immediately load new rule into firewall -d <HOST CMT|--deny <HOST COMMENT> add host (IP/FQDN) to deny_hosts.rules and immediately load new rule into firewall -u <HOST>|--remove <HOST> remove host from [glob]*_hosts.rules and immediately remove rule from firewall -o|--ovars output all configuration options COPYRIGHT
Copyright (C) 1999-2007, R-fx Networks <proj@r-fx.org> Copyright (C) 2007, Ryan MacDonald <ryan@r-fx.org> This program may be freely redistributed under the terms of the GNU GPL This manual page was written by Giuseppe Iuculano <giuseppe@iuculano.it>, for the Debian project (but may be used by others). August 17, 2008 APF(1)