You are not logged in.

#1 2004-06-12 15:46:52

monolin
Member
Registered: 2004-03-06
Posts: 31

what port to open in firewall just to use portmap and fam ?

I heard that fam and portmap can speed up kde applications, so I made them auto load in rc.conf.
Meanwhile I installed a arno's firewall and I am wondering whether I should open some ports in the firewall to make portmap work properly?

I got this message in the error log:

Jun 12 20:49:15 myhost kernel: sda: assuming drive cache: write through
Jun 12 20:49:24 myhost pppd[1167]: Cannot determine ethernet address for proxy ARP
Jun 12 20:49:26 myhost kdm: :0[862]: PAM unable to dlopen(/lib/security/pam_console.so)
Jun 12 20:49:26 myhost kdm: :0[862]: PAM [dlerror: /lib/security/pam_console.so: cannot open shared object file: No such file or directory]
rrors" 117L, 8921C

Are you guys' error very clean? I think it should be blank as a proof of a sound system.


When false is taken for true, true becomes false;
If non-being turns into being, being becomes non-being.

Pages full of fantastic talk
Penned with bitter tears;
All men call the author mad,
None his message hears.

Offline

#2 2004-06-12 16:23:19

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: what port to open in firewall just to use portmap and fam ?

Make sure you start the services with portmap before fam.  Set up your local computer so it is 127.0.0.1 rather than 192.168.x.x (/etc/hosts)and then just allow everything for the loopback device...

        /usr/sbin/iptables -A INPUT -i lo -j ACCEPT
        /usr/sbin/iptables -A OUTPUT -o lo -j ACCEPT

Edit: on second thought, you should not need to change the host, fam should use the loopback anyway.  And note that your log message was for pam (pluggable authentication modules)  and not fam (file alteration monitor).

Offline

Board footer

Powered by FluxBB