02-19-2002
Icq Behind a Gateway
I just installed Mandrake Linux and i'm pretty new to it so I have almost no idea what I'm doing. My computer connects to the net via a shared connection running on windows xp and i cannot get Licq to work on my computer. It will connect and allow me to send messages (with the force send through server option) but I cannot recieve messages. Does anybody know how to fix this or any tricks I should be aware of?
PS: A link on some info on how to use samba would also be greatly appreciated.
5 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
I have the new Solaris ported for the intel machine.
I finally got it to install but when i run it it gives me this error... Any idea's?
Exception in thread "main" java.lang.ClassFormatError: Mirabilis/ICQ/NetAware/CNetAwareApp (Local variable name has bad constant pool index)
at... (1 Reply)
Discussion started by: Jake
1 Replies
2. Red Hat
Hi,
in which file and how shuold be decalred a gateway and its IP adresse ?
Where and how add a gateway ?
Many thanks before. (3 Replies)
Discussion started by: big123456
3 Replies
3. AIX
Dear folks,
How can delete the gateway from smitty or by command, Because I have 2 gatway in the system and I tried to delete by smitty it gave me failed command (7 Replies)
Discussion started by: magasem
7 Replies
4. Linux
Dear Sir
I am a newbie in the world of IP telephony. I have been working with Asterisk PBX (SIP) and Cisco Call Manager (MGCP) but now I am learning on how to work GNUGK for H.323 Gatekeeper.
I am having a problem, configuring static call routing on GNUGK
in the section
... (0 Replies)
Discussion started by: mfondoum
0 Replies
5. UNIX for Beginners Questions & Answers
Dear friends
I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies
LEARN ABOUT SUSE
ctrlaltdel
CTRLALTDEL(8) Linux Programmer's Manual CTRLALTDEL(8)
NAME
ctrlaltdel - set the function of the Ctrl-Alt-Del combination
SYNOPSIS
ctrlaltdel hard|soft
DESCRIPTION
Based on examination of the linux/kernel/sys.c code, it is clear that there are two supported functions that the Ctrl-Alt-Del sequence can
perform: a hard reset, which immediately reboots the computer without calling sync(2) and without any other preparation; and a soft reset,
which sends the SIGINT (interrupt) signal to the init process (this is always the process with PID 1). If this option is used, the init(8)
program must support this feature. Since there are now several init(8) programs in the Linux community, please consult the documentation
for the version that you are currently using.
ctrlaltdel is usually used in the /etc/rc.local file.
FILES
/etc/rc.local
SEE ALSO
simpleinit(8), init(8)
AUTHOR
Peter Orbaek (poe@daimi.aau.dk)
AVAILABILITY
The ctrlaltdel command is part of the util-linux-ng package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.
Linux 1.2 25 October 1993 CTRLALTDEL(8)