Displaying 20 results from an estimated 90 matches similar to: "Problem initiating tinc connection.."
2005 Jun 01
3
x[x$a=="q",,drop=TRUE]
I'm trying to select a subset of a dataframe while
dropping some factors. While the dataset gets smaller
all Factor levels remain and I need to get rid of
them. Strangely enough, I am almost certain that the
same code on the same data worked OK earlier today -
and it is not the first time that I'm not able to
replicate earlier results with this command (I know, I
might just be going
2006 Dec 12
1
Routing Problem
Routing Problem
Internet
|
|
DSL Router with NAT Enabled
192.168.93.2/24
|
|
|
|
192.168.93.1/24 (eth1)
|
Linux Multihomed Router -- 10.0.0.25/8 (eth0) ------------------10.0.0.1 (host)
| |
192.168.10.2/24 (eth2)
2007 Dec 27
2
Installation problems Cisco VPN Client
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-2">Hi All ,<br>
Any one using Cisco VPN Client [</font><font size="-2">vpnclient-linux-4.6.00.0045-k9.tar.gz]
</font><font size="-2">on
2008 Jun 25
3
5.2 upgrade mostly good (so far)
Hi Guys!
Thanks to the whole Centos team for all their hard work. You have no IDEA
how much I appreciate it!
I ran "yum upgrade" last night, rebooted this morning and encountered
a couple of small problems:
1. "shutdown -h now" goes all the way down but does not power down the
box like it always has before. Same when shutting down via the GUI shutdown
dialog. I can offer up
2015 Jan 22
0
Fatal: master: service(imap): child 19549 killed with signal 11 (core dumped)
hello.
Today I had a problem (core dumped) in a dovecot installation update
yesterday.
After many hours I found that when one settings "protocol imap" the
option "replication"
causes (core dumped).
In this server settings "replication" was removed leaving only the
"protocol imap" (my error)
I send my documentation error so they can add a validation and
2009 Nov 09
1
Joining Windows XP client to Samba 3 domain: Access denied
Hi all!
When I try to join a Windows XP client to a Samba 3 domain I get an
access denied error. Below's my configuration and a snippet from the log
file. Has someone an idea what I need to change / do in order to be able
to join the domain from Windows?
Thx in advance for your help!
Chris
snippet from log.smbd:
[2009/11/09 17:26:24, 0] lib/util_sock.c:get_peer_addr_internal(1676)
2015 Sep 30
5
ERROR Installing Cisco AnyConnect on Centos 6x
Hi All;
I've downloaded the Cisco AnyConnect tar.gz file for one of our clients,
when I untar it and then run the vpn_install script in the vpnclient
directory I get the below error.
Thanks in advance for any help...
/
//# ./vpn_install//
//Cisco Systems VPN Client Version 4.8.02 (0030) Linux Installer//
//Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.//
//
//By
2014 Feb 02
1
Seeking help
Hi, I am trying to set up a VPN that allows mobile users to access multcast
information from an information vendor. Hence Tinc is configured as a
switch.
Internet --[ router1 ]------[eth0 VPN eth1]--------------[ router2
]--------- mobile users
VPN server is running Ubuntu 10.04 and is also configured as a dhcp server
that hands out IP address to connecting mobile users.
A bridge (br0) is
2015 Sep 30
0
ERROR Installing Cisco AnyConnect on Centos 6x
On Wed, Sep 30, 2015 at 12:28:55PM -0600, CS DBA wrote:
> Hi All;
>
> I've downloaded the Cisco AnyConnect tar.gz file for one of our
> clients, when I untar it and then run the vpn_install script in the
> vpnclient directory I get the below error.
>
> Thanks in advance for any help...
>
You shouldn't need to build Cisco's client. Just install openconnect
2015 Oct 02
0
ERROR Installing Cisco AnyConnect on Centos 6x
On Wed, Sep 30, 2015 at 2:28 PM, CS DBA <cs_dba at consistentstate.com> wrote:
> I've downloaded the Cisco AnyConnect tar.gz file for one of our clients,
> when I untar it and then run the vpn_install script in the vpnclient
> directory I get the below error.
>
>
I ended up getting the clients from the Nux repository instead of Epel. At
the time, it provided the
2009 Oct 15
1
CentOS Digest, Vol 57, Issue 14
Thanks for the responses. I think this is what I want to do. I commented out
#Defaults requiretty
in /etc/sudo. But what I really wanted to do was just place it in VPNUSERS:
%vpnusers ALL=NOPASSWD: /sbin/service myciscovpn start, \
/sbin/service myciscovpn stop, \
/sbin/service myciscovpn status, \
/usr/bin/mycisco,
2008 Sep 11
2
/etc/rc5.d
I have a shell script, /usr/bin/joevpn, which does a quick VPN
connect. Basically (HOST and DOFIL are defined above and are correct.
I just did not list them here)
case "$1" in
start)
date > $DOFIL
while [ -f $DOFIL ]
do
echo y | /usr/local/bin/vpnclient connect $HOST
sleep 10
done
;;
#
2007 Apr 18
1
Re: IPSec Passthrough fails when using CiscoVPNclient
Hi Vene,
Would appreciate any help you can give as I am not sure which NAT you are talking about.
A little more background. I am replacing a Windows 2000 routing and remote access machine that was acting as the gateway and performing NAT for Internet access for our local clients. In this setup the cisco VPN clients had no problem connecting to the vpn concentrator. The only difference in any
2006 Jan 16
1
Solaris 9/Samba 3.0.21a
Hi list,
Having a problem with a newly replaced fileserver. Using V3.0.21a on fully
patched Solaris 9 Sparc. uname -a reports Generic_118558-06. Problems
reported seem to be linked to file size; for instance, users can't open
their .pst or netscape mail files stored on a share of the samba server.
Other files seem to open properly, just large files seem to be affected (100
mb or more).
2006 May 04
1
How do I identify the initiating View from within a Helper?
I would like to call a helper method from my View to construct a sidebar
menu. The menu is contextual, so ideally I would like to do something
like this:
View
----
<%= sidebar_menu %>
Helper
------
def sidebar_menu
case _calling_view_
when ''_view_identifier_''
... build menu...
end
end
where ''_calling_view_'' is the key that points to the
2006 May 04
1
Re: How do I identify the initiating View from within aHelper?
Lindsay,
Wouldn''t you want to use a component for this? I know components seem
to be out of favor, but they seem like a perfect fit for this very
thing.
You could then go like:
<%= render_component :controller => ''sidebar'', :action => ''home_menu'' %>
The :action parameter could even be more dynamic based on your own
needs.
Maybe someone
2005 Aug 13
1
Initiating a transfer from an analog handset?
Is there a way to initiate a transfer using an analog handset? For
instance I'm looking for a way to do something like the following:
External call comes in and is answered by user A. After talking to the
caller they determine that the caller really needs to speak to user B.
Is there any way for user A to initiate a transfer to user B, using
only their analog handset?
Now to make
2005 Aug 18
1
initiating Monitor during call
Hi
Is it possible to start recording a call during the conversation?
--
Eric Smith
2005 Sep 30
1
Music on hold not initiating RTP stream?
I've been having problems getting MusicOnHold to work, so I've dumbed down my
setup to as simple of a setup as I can.
Asterisk 1.0.9. SIP ATA's (Sipura SPA-2002's)
<SIP ATA 1> <---> <Asterisk> <---> <SIP ATA 2>
Both ATA's have public IP's. No NAT'ing going on here. Reinvites are allowed
so the media stream bypases Asterisk once a call
2003 Sep 22
1
Switch between calls without initiating a threeway converstaion
I was just wondering if there was a way that you could
have two calls on one line and switch between the two
without initiating a threeway conversation?
I would imagine that Flash is the way to do this, but
when I Flash twice, a 3-way call is initiated. If I
turn threeway off, then I can't transfer.
Also, is it possible to hang up one of the calls, and
then continue talking to the second