linux tips

Tips and ticks for linux

&
 
  • Cool sites



Jan 20 2009

LTSP : Firewall

Published by dipinkrishna at 10:01 am under Uncategorized Edit This

Firewall
You will need to do a lot of testing with the ‘firewall’ before you may call it good. This is an area that often will cause you problems. If you are using the “ufw firewall” then you will want to enable it first.

$ ufw enable

Linux Terminal Server Firewall (DHCP,SSH, Samba)
You will need to enable several ports for a LTSP server as DHCP on ports 67,68 ,and of course you SSH on port 22.

$ ufw allow 67/udp
$ ufw allow 68/udp
$ ufw allow 445/tcp
$ ufw allow 13/tcp

Possibly-related Articles:                                        (auto-generated)

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.
Not A Member? Register for Free!