![]() |
|
|||||||
| OpenBSD Security Functionally paranoid! |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
How secure are apps that using RPC portmapping?
In general the golden rule for the security consists in activating fewer services possible and only when necessary. Perhaps I will try an application (this is a file manager) that seems to apply to use this service, such dangers arise in safety? |
|
||||
|
Restrict usage of open ports by enabling OpenBSD's packet filter, PF.
Read the PF User's Guide and related man pages.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
I like play on firewall, indeed I have already enabling OpenBSD's packet filter.
![]() In essence, to reduce the problems a good solution might be to identify the ports used by the service and then set them for exclusive use at a local? |
|
||||
|
Correct. "$ netstat -an | grep LIST" will show you which TCP/UDP ports are open.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
For more detailed information, excluding any outgoing/incoming UDP/TCP connections.
$ fstat | grep internet | grep -v -e '>' -e '<'It could probably be done in a cleaner fashion, but at least with this, you can determine some additional information about the process that opened the port. Last edited by BSDfan666; 9th June 2008 at 09:58 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sound in ALSA using linux apps | TerryP | FreeBSD General | 1 | 29th May 2009 03:33 PM |
| Changing Workflow Apps | ninjatux | Off-Topic | 1 | 1st January 2009 04:51 AM |
| optimizations in kernel and apps | chill | FreeBSD General | 5 | 1st October 2008 05:49 AM |
| Blocking remote desktop apps | bichumo | General software and network | 3 | 30th September 2008 08:14 PM |
| remove kde and kde dependent apps | ccc | FreeBSD Installation and Upgrading | 2 | 12th May 2008 02:11 PM |