Displaying 16 results from an estimated 16 matches for "sourceaddress".
Did you mean:
source_address
2003 Dec 15
4
Problems with ICQ etc. on nano-setup
...LAN. On the same time ICQ works
fine from othe locations.
Now I''m wondering and it is somewhat ICQspecific: when one connects to
ICQ one gets redirected to another server. Perhaps this redirect causes
the connection to take another DSL on its way onto the Internet... and
maybe the new sourceaddress causes the ICQ-server to drop the connection
attempt due to difference between the initial sourceaddress and the
"second" sourceaddress.
Now, the simple way to solve this issue is to bind anything even
remotely related to ICQtraffic to one single DSL, but I''d really like to...
2011 Apr 20
1
[IAX] Everyone is busy/congested at this time (1:0/0/1)
...]
iaxusers => mysql,asterisk,iaxfriends
iaxpeers => mysql,asterisk,iaxfriends
voicemail => mysql,asterisk,voicemail
---------
- Mysqldump from iaxfriends
---------
INSERT INTO iaxfriends
(name,type,phonenumber,username,mailbox,secret,dbsecret,context,regcontext,host,ipaddr,port,defaultip,sourceaddress,mask,regexten,regseconds,accountcode,mohinterpret,mohsuggest,inkeys,outkey,language,callerid,cid_number,sendani,fullname,trunk,auth,maxauthreq,requirecalltoken,encryption,transfer,jitterbuffer,forcejitterbuffer,disallow,allow,codecpriority,qualify,qualifysmoothing,qualifyfreqok,qualifyfreqnotok,tim...
2005 Jul 10
1
Default source address
...route. So I used
source-routing to differ between my physical ethernet and the tunnel:
ip rule add from w.x.y.z table 20
ip route add default via tun0 table 20
Everything works fine, as I have a client to set my inet4-srcaddress.
My question is: Is there a way, to tell linux which is my default
sourceaddress?
Greets,
Sebastian
2024 Jan 05
1
Whole list of installation via PN possible?
...dc - and get the same issues.
Which ports need to be accessable via network?
Till now I checked (on the Win2019 system) by using Powershell:
Test-netconnection 192.168.178.5 -port 53
ComputerName : 192.168.178.5
RemoteAddress : 192.168.178.5
RemotePort : 53
InterfaceAlias : Ethernet
SourceAddress : 192.168.178.40
TcpTestSucceeded : True
Test-netconnection 192.168.178.5 -port 88 - success (like above)
Test-netconnection 192.168.178.5 -port 135 - success
Test-netconnection 192.168.178.5 -port 138 - FAILS
Test-netconnection 192.168.178.5 -port 139 - success
Test-netconnection 192.168.178.5...
2004 May 04
7
stun server
What is the best free stun server out there? The one that I have looked at
from vovida requires two NICs. Is this neccessary?
2007 Dec 18
2
Asterisk/iaxclient IAX2 source port
All,
I have a simple question and a complicated reason for asking:
Is it possible to change asterisk's source port for outbound IAX2
connections?
I've tried using "sourceaddress" to no avail. I can set it to:
proper.ip.of.box:4569
or
0.0.0.0:4569
and it works as expected. But if I try to set it to:
proper.ip.of.box:5000
or
0.0.0.0:5000
it fails around line 8536 in channels/chan_iax2.c, function
peer_set_srcaddr, specifically:
if (ast_netsock_find(netsock,...
2024 Jan 05
1
Whole list of installation via PN possible?
On Fri, 5 Jan 2024 08:30:15 +0100
lists--- via samba <samba at lists.samba.org> wrote:
> Good morning Rowland,
>
> is it ok for you to send you the complete, not sanitized installation
> description?
> ... I'm lost in getting the samba-ad-dc running ...
I think you mean, Can I send you my unsanitised files ?
If so, then yes, just send them to rpenny at samba dot org
2024 Jan 05
1
Whole list of installation via PN possible?
...>
> Which ports need to be accessable via network?
> Till now I checked (on the Win2019 system) by using Powershell:
> Test-netconnection 192.168.178.5 -port 53
> ComputerName : 192.168.178.5
> RemoteAddress : 192.168.178.5
> RemotePort : 53
> InterfaceAlias : Ethernet
> SourceAddress : 192.168.178.40
> TcpTestSucceeded : True
>
> Test-netconnection 192.168.178.5 -port 88 - success (like above)
> Test-netconnection 192.168.178.5 -port 135 - success
> Test-netconnection 192.168.178.5 -port 138 - FAILS
> Test-netconnection 192.168.178.5 -port 139 - success
> T...
2008 Jun 17
4
control outgoing IP address?
I'd like to consolidate some services that have been assigned by IP
(dns, syslog etc.) onto one machine by giving it IP aliases to accept
connections for the old addresses until all the references are fixed.
However, I'd like to have it use it's original IP as the source for
outbound connections. Where do you control that?
--
Les Mikesell
lesmiksell at gmail.com
2003 Mar 21
6
[Bug 515] BindAddress and -b not working
...rc running SunOS 5.6. The
program compiled and runs fine with one problem... The system has two IP
addresses, one on a secure network and one facing the outside world. I need to
have the ssh client use one of these addresses for its outbound connections.
With the old SSH 1.2.x I was able to use the SourceAddress directive in
ssh_config to do this. Using OpenSSH3.4p1, neither the BindAddress directive in
ssh_config nor the -b commandline switch seem to function on Solaris.
A search of Bugzilla found that this was a known problem on Solaris with an
older version of OpenSSH about one year ago, but there was...
2016 Feb 28
0
[PATCH 0/1] UEFI UDP/TFTP
..., *buf_len);
- memcpy(buf, frag->FragmentBuffer, size);
- *buf_len = size;
+ txdata = zalloc(sizeof(EFI_UDP4_TRANSMIT_DATA));
+ if (!txdata)
+ goto bail;
- memcpy(src_port, &rxdata->UdpSession.SourcePort, sizeof(*src_port));
- memcpy(src_ip, &rxdata->UdpSession.SourceAddress, sizeof(*src_ip));
+ status = efi_setup_event(&token->Event, (EFI_EVENT_NOTIFY)UdpIoOnDgramSent,
+ udp_io);
+ if (EFI_ERROR (status))
+ goto bail;
- uefi_call_wrapper(BS->SignalEvent, 1, rxdata->RecycleSignal);
-bail:
- uefi_call_wrapper(BS->CloseEvent, 1, toke...
2005 Mar 03
0
I have met a message : "No one is available to answer at this time".
...u...........
01 00 00 01 00 00 0c c0 01 00 01 80 07 01 00 32 ...............2
80 3e 12 c6 .>..
}
}
h225pdu = {
h323_uu_pdu = {
h323_message_body = setup {
protocolIdentifier = 0.0.8.2250.0.4
sourceAddress = 1 entries {
[0]=h323_ID 1 characters {
0000
}
}
sourceInfo = {
vendor = {
vendor = {
t35CountryCode = 9
t35Extension = 0
manufacturerCode = 61
}...
2005 Jan 28
3
reason 24 (Call ended with Q.931 cause)
Hi Michael and Everyone
I'm trying to connect Asterisk to a CISCO AS5350 using oh323 and I'm getting
this error
"reason 24 (Call ended with Q.931 cause)"
I've checked the Asterisk wiki and several other resources. Please can
anyone give me a hint on what the problem is I reach my wits end. Thanks
Tola
my config and debug
Configuration of OpenH323 channel driver
2016 Feb 24
6
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
The variable 'ok' is never used and generates a warning. Remove it. Also
ntfssect.c is designed to be compiled in non Unicode mode when using
MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use
of 'A' API calls) so that it doesn't break when compiled in Unicode
mode, which is what Rufus uses with MSVC.
-------------- next part --------------
2004 Jun 29
5
SIP->Asterisk->GnuGK->Cisco 5300
Hi all,
I would like to call from SIP client to Asterisk then GnuGk, then Cisco 5300
to PSTN phone. Is this possible? I need simple config asterisk and gnugk.Can
somebody help me?
Ganbaa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040629/cfe09e1e/attachment.htm
2010 Sep 25
0
can call internal branch , but can not call external numbers with avaya , always get return message : Q931IncompatibleDestination
...129000
18:44:37:834 }
18:44:37:834 h323_uu_pdu = {
18:44:37:834 h323_message_body = {
18:44:37:834 setup = {
18:44:37:835 protocolIdentifier = {
18:44:37:835 {
18:44:37:835 0 0 8 2250 0 4 }
18:44:37:835 }
18:44:37:835 sourceAddress = {
18:44:37:835 elem[0] = {
18:44:37:835 dialedDigits = {
18:44:37:835 "7002"
18:44:37:835 }
18:44:37:836 }
18:44:37:836 }
18:44:37:836 sourceInfo = {
18:44:37:836...