Displaying 7 results from an estimated 7 matches for "connetcion".
Did you mean:
connection
2003 Jun 27
2
No dial Tone but its registering from remote site! Anyone with idea?
Hello Everyone -
Well, I think I'm getting closer with the asterisk connection. This is my
setup and I keep getting this error below in ,my /var/log/asterisk/messages
file. I have opened 5060 port on the firewall box.
I would this is Warning which I can ignore! But I see the connetcion coming
but NO DIAL TONE on mt ata186 box sitting in my 192.168.200.x site!
I'm using ATA186(cisco adapter) at my 192.168.200.x site
Xten soft sip cient in 192.168.100.x site
ASTERISK running on my GW towards the 192.168.100.x site.
192.168.100.x |(asterisk GW)| public IP ----- INTERNET -----...
2005 Jun 30
1
Problem with IPSec tunnel, using IPv6 addresses, between Two FreeBSD systems...?
Hi All,
I need to establish an IPSec tunnel between two
FreeBSD systems using IPv6 addresses.The connetcion is
host-to-host between two FreeBSD( RELEASE 4.11)
systems with KAME IPSec implementation.
|----------------->|
host1-[mohan]| |host2-[ram]
|<-----------------|
host1 IPv6 address : fe80::2b0:d0ff:fe6f:dfa0
host2 IPv6 address : fe80::2b0...
2004 Sep 18
1
TCNG on a Linux NAT router question
Hi all,
I want to apply traffic control using TCNG 1.30 on a NAT router. Can I use the IP addresses on my LAN to shape the traffic on the outgoing interface, with other words, does the address translation take place before or after traffic control? (Or does it depend and if so, on what?)
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
2003 May 14
0
Basic HTTP Proxy Authentication: patch update
...printf(FERROR, "failed to write to proxy: %s\n",
strerror(errno));
@@ -168,6 +207,9 @@
int proxied = 0;
char buffer[1024];
char *cp;
+ char *proxy_user = NULL;
+ char *proxy_pass = NULL;
+ char *buffer_hostpart;
/* if we have a RSYNC_PROXY env variable then redirect our
* connetcion via a web proxy at the given address. The format
@@ -177,7 +219,35 @@
if (proxied) {
strlcpy(buffer, h, sizeof(buffer));
- cp = strchr(buffer, ':');
+
+ /* authentication information present? */
+ cp = strchr(buffer, '@');
+ if (cp != NULL) {
+ /* rest of buffer points...
2002 Apr 04
1
[patch] Basic HTTP Proxy Authentication
...printf(FERROR, "failed to write to proxy: %s\n",
strerror(errno));
@@ -166,6 +203,9 @@
int proxied = 0;
char buffer[1024];
char *cp;
+ char *proxy_user = NULL;
+ char *proxy_pass = NULL;
+ char *buffer_hostpart;
/* if we have a RSYNC_PROXY env variable then redirect our
* connetcion via a web proxy at the given address. The format
@@ -175,7 +215,34 @@
if (proxied) {
strlcpy(buffer, h, sizeof(buffer));
- cp = strchr(buffer, ':');
+
+ /* authentication information present? */
+ cp = strchr(buffer, '@');
+ if (cp != NULL) {
+ /* rest of buffer points...
2005 Jul 01
1
Problem with IPSec tunnel, using IPv6 addresses, between Two FreeBSD systems.....
Hi All,
I need to establish an IPSec tunnel between two
FreeBSD systems, using IPv6 addresses.The connetcion
is
host-to-host between two FreeBSD( RELEASE 4.11)
systems with KAME IPSec implementation.
I tried to establish the connection, but it has some
problems which are explained below.
|----------------->|
host1-[mohan]| |host2-[ram]
|<---------...
2001 Nov 20
2
rsync server over SSH [includes code patches]
...remote machine\&. This is done the
same way as rsync transfers except that you leave off the
local destination\&.
***************
*** 155,161 ****
transport\&. In this case you will connect to a remote rsync server
running on TCP port 873\&.
.PP
! You may establish the connetcion via a web proxy by setting the
environment variable RSYNC_PROXY to a hostname:port pair pointing to
your web proxy\&. Note that your web proxy must allow proxying to port
873, this must be configured in your proxy servers ruleset\&.
--- 170,176 ----
transport\&. In this case you...