Re: ICQ - IPFW

2009-06-05 Thread Ivailo Tanusheff
Hi,

Generally you have 2 options:
1. To use ICQ over HTTPS connection, which means you should use Proxy 
server or permit https traffic out of your firewall/nat.
2. To use it directly. As you may use dynamic NAT, i.e. there will be not 
possible to have incomming connection on port 4000 and it will not harm 
your network. 

Regards,

Ivailo Tanusheff
Deputy Head of IT Department
ProCredit Bank (Bulgaria) AD




Roy Stuivenberg  
Sent by: owner-freebsd-questi...@freebsd.org
05.06.2009 11:42

To
freebsd-questions@freebsd.org
cc

Subject
ICQ - IPFW






Hello,

I want to start using ICQ (never did before).
The question is, I'm looking for a rule in my IPFW script.
Running 7.2 stable - ipfw configured in the kernel without nat.
Because after some googl'in, i read it's dangerous to just open port
4000 udp.
Any suggestions ?

Regards,

Roy.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: ICQ - IPFW

2009-06-05 Thread Wojciech Puchar

The question is, I'm looking for a rule in my IPFW script.
Running 7.2 stable - ipfw configured in the kernel without nat.
Because after some googl'in, i read it's dangerous to just open port
4000 udp.

dangerous because of?

are you running any insecure service on port 4000 udp?

Of course ICQ may be dangerous by itself (i don't know), but as you 
decided to use it then it's not in question.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: icq server

2005-06-09 Thread Glenn Dawson

At 02:26 AM 6/9/2005, Anton Butsyk wrote:

Hi all.

Need to setup icq server under freebsd and have no experience with that.


jabberd should be able to do that for you.  It's in ports:
/usr/ports/net/jabberd

-Glenn



Thank's for any advise.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ICQ question

2004-05-13 Thread Stephen Liu
Hi Phil,

FreeBSD 5.2
===

Tks for your advice.

> > you may want to try Gaim
> http://gaim.sourceforge.net/ for MSN support
> > and others.
> 
> Either install gabber (from ports/net) and find an
> MSN transport on it,
> or install ayttm (also from ports/net).

# pkg_info | grep gabber
# pkg_info | grep ayttm
Both without printout

# cd /usr/ports/
# make search name=gabber
Port:   gabber-0.8.8
Path:   /usr/ports/net/gabber
Info:   GNOME Jabber Client


# make search name=ayttm
No printout
# make search name=*ayttm
No printout

B.R.
satimis




___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ICQ question

2004-05-13 Thread Luke Kearney

On Thu, 13 May 2004 19:42:23 +0800 (CST)
Stephen Liu <[EMAIL PROTECTED]> granted us these pearls of wisdom:

> Hi Nelis,
> 
> > > Has any folk run 'Kxicq' on FreeBSD before.  Can I
> > > talk to my friend if he runs MSN on Windows?  If
> > NO
> > > kindly advise what will be the solution.
> > 
> > you may want to try Gaim
> > http://gaim.sourceforge.net/ for MSN support
> > and others.
> > 
> > /usr/ports/net/gaim
> 
> Hi Nelis,
> 
> FreeBSD 5.2
> ===
> 
> Tks for your advice.
> 
> # cd /usr/ports/
> # make search name=gaim
> Port:   gaim-0.73
> Path:   /usr/ports/net/gaim
> ..
> 
> But the lastest version is
> gaim-0.77.tar.gz
> which has been downloaded to
> /usr/home/download/
> 
> I expect to install "gaim-0.77.tar.gz"
> Can I perform as follow;
> # cd /usr/home/download/
> # pkg_add gaim-0.77.tar.gz
> 
> Or
> installing the package starting from its tarball
> # cd /usr/home/download/
> # tar zxvf gaim-0.77.tar.gz
> # cd /usr/home/download/gaim-0.77
> # ./configure
> # make
> # make install
> 
> Kindly advise.  TIA
> 
> B.R.
> Stephen

two quick options spring to mind, either (A) cvsup your ports to the
latest or (B) install what is there then using portupgrade upgrade to
the latest. 

HTH

LukeK
-- 
Luke Kearney <[EMAIL PROTECTED]>


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ICQ question

2004-05-13 Thread Stephen Liu
Hi Nelis,

> > Has any folk run 'Kxicq' on FreeBSD before.  Can I
> > talk to my friend if he runs MSN on Windows?  If
> NO
> > kindly advise what will be the solution.
> 
> you may want to try Gaim
> http://gaim.sourceforge.net/ for MSN support
> and others.
> 
> /usr/ports/net/gaim

Hi Nelis,

FreeBSD 5.2
===

Tks for your advice.

# cd /usr/ports/
# make search name=gaim
Port:   gaim-0.73
Path:   /usr/ports/net/gaim
..

But the lastest version is
gaim-0.77.tar.gz
which has been downloaded to
/usr/home/download/

I expect to install "gaim-0.77.tar.gz"
Can I perform as follow;
# cd /usr/home/download/
# pkg_add gaim-0.77.tar.gz

Or
installing the package starting from its tarball
# cd /usr/home/download/
# tar zxvf gaim-0.77.tar.gz
# cd /usr/home/download/gaim-0.77
# ./configure
# make
# make install

Kindly advise.  TIA

B.R.
Stephen

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ICQ question

2004-05-13 Thread Phil Reynolds
On Thu, May 13, 2004 at 11:52:03AM +0200, Nelis Lamprecht wrote:
> On Thu, 2004-05-13 at 10:59, Stephen Liu wrote:
> > Hi folks,
> > 
> > FreeBSD 5.2
> > 
> > Has any folk run 'Kxicq' on FreeBSD before.  Can I
> > talk to my friend if he runs MSN on Windows?  If NO
> > kindly advise what will be the solution.
> > 
> 
> you may want to try Gaim http://gaim.sourceforge.net/ for MSN support
> and others.

Either install gabber (from ports/net) and find an MSN transport on it,
or install ayttm (also from ports/net).

-- 
Phil Reynolds
 o   mail: [EMAIL PROTECTED]
|L_ \  / Web: http://www.tinsleyviaduct.com/phil/
(_)- \/  Waltham 67, Emley Moor 69, Droitwich 79, Windows 95
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ICQ question

2004-05-13 Thread Nelis Lamprecht
On Thu, 2004-05-13 at 10:59, Stephen Liu wrote:
> Hi folks,
> 
> FreeBSD 5.2
> 
> Has any folk run 'Kxicq' on FreeBSD before.  Can I
> talk to my friend if he runs MSN on Windows?  If NO
> kindly advise what will be the solution.
> 

you may want to try Gaim http://gaim.sourceforge.net/ for MSN support
and others.


/usr/ports/net/gaim


Cheers,
-- 
Nelis Lamprecht
PGP: http://www.8ball.co.za/pgpkey/nelis.asc
"Unix IS user friendly.. It's just selective about who its friends are."

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ICQ?

2003-01-14 Thread Denis N. Peplin
On Monday 13 January 2003 22:44, Brian T. Schellenberger wrote:
> I tried a couple of FreeBSD ICQ clients but they wanted me to tell them
> my ICQ ID.
>
> Well, I don't have one yet..
>
> How do you get one in the first place?
try
# pkg_add -r licq-qt-gui

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: ICQ?

2003-01-13 Thread Jud
On Mon, 13 Jan 2003 14:44:12 -0500, Brian T. Schellenberger 
<[EMAIL PROTECTED]> wrote:


I tried a couple of FreeBSD ICQ clients but they wanted me to tell them 
my ICQ ID.

Well, I don't have one yet..

How do you get one in the first place?


If you are not wedded to ICQ, I happen to like Psi (usr/ports/net/psi - 
thanks to Jonathan Chen for the port), which uses Jabber, an open 
chat/IM/etc. protocol.  Check out Jabber.org or Jabber.com to sign up for a 
Jabber ID.  Psi or one of the other Jabber clients may be able to "do" ICQ 
through a "transport," though I've never tried, since everyone I chat with 
uses Jabber as well.

--
Jud

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: ICQ?

2003-01-13 Thread Doug Reynolds
On Mon, 13 Jan 2003 14:44:12 -0500, Brian T. Schellenberger wrote:

>
>I tried a couple of FreeBSD ICQ clients but they wanted me to tell them 
>my ICQ ID.
>
>Well, I don't have one yet..
>
>How do you get one in the first place?

you probably can't unless you use the windows client.  However, I am
pretty sure you can obtain one if you goto http://www.icq.com/

---
doug reynolds | the maverick | [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: ICQ?

2003-01-13 Thread Quinn Ellis
At 02:47 PM 13/01/2003 -0500, you wrote:

Sign up at www.mirabilis.com


My favourite icq client is Kxicq2.  Has a good list of functions, i think 
it has the option to sign up for an account, and also allows you to send 
and receive sms.

Quinn 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


Re: ICQ?

2003-01-13 Thread Adam Maas
Sign up at www.mirabilis.com

--Adam

- Original Message - 
From: "Brian T. Schellenberger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 2:44 PM
Subject: ICQ?


> 
> I tried a couple of FreeBSD ICQ clients but they wanted me to tell them 
> my ICQ ID.
> 
> Well, I don't have one yet..
> 
> How do you get one in the first place?
> 
> -- 
> Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message