Im trying to setup a one of my machines with preferably ubuntu/fedora since I will be running some services on it.

So it would have to do:

  • DHCP
  • Port forwarding
  • Firewalling

Am I missing services?

And can anyone suggest packages that can handle this task?

link|improve this question

77% accept rate
feedback

3 Answers

up vote 1 down vote accepted

I answered a similar question several months ago over on SF: linux router setup.

link|improve this answer
feedback

well, for dhcp - you need to install dhcpd (dhcp3-server).

iptables are basically a given in most linux distros (port forwarding and firewalling).

For details https://help.ubuntu.com/community/IptablesHowTo

link|improve this answer
+1 For iptables and dhcpd, they're all you need for a basic firewall/router. iptables can be configured for port forwarding as well as firewalling and routing and there are even some script generators on the internet to set up iptables for you. google.co.uk/… – Mokubai Dec 17 '10 at 16:47
How about for wireless? just HostAP? – madmaze Dec 17 '10 at 17:01
feedback

I would recommend using ShoreWall to abstract IPTables and ease the process. This guide may be of help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.