Displaying 10 results from an estimated 10 matches for "client_port".
Did you mean:
client_export
2008 Feb 28
1
C Code to connect to Asterisk Manager Interface
...#include<string.h>
#include<arpa/inet.h>
#include<sys/types.h>
#include<sys/socket.h>
#include<netinet/in.h>
#define MAX_MSG_SIZE 512
#define SERVER_ADDRESS "192.168.0.150"
#define CLIENT_ADDRESS "192.168.0.150"
#define SERVER_PORT 5038
#define CLIENT_PORT 5100
int main()
{
int sd;
struct sockaddr_in serveraddr, clientaddr;
char msg[MAX_MSG_SIZE];
bzero((char *) &serveraddr, sizeof(serveraddr));
serveraddr.sin_family = AF_INET;
serveraddr.sin_addr.s_addr = inet_addr(SERVER_ADDRESS);
serveraddr.sin_port = htons(SERVER...
2006 Feb 05
2
R socket communication
...e "setsock: $!";
my $paddr = sockaddr_in($port, INADDR_ANY);
bind(SERVER, $paddr) or die "bind: $!";
listen(SERVER, SOMAXCONN) or die "listen: $!";
print "SERVER started on port $port ";
my $client_addr;
while ($client_addr = accept(CLIENT, SERVER))
{
my ($client_port, $client_ip) = sockaddr_in($client_addr);
my $client_ipnum = inet_ntoa($client_ip);
my $client_host = gethostbyaddr($client_ip, AF_INET);
print "Connection from: $client_host","[$client_ipnum] ";
while(<CLIENT>){
print "$_";
}
close CLIENT;
}
2003 Oct 03
1
OpenSSH 3.7.1p2 with OpenSSL 0.9.7c installation on HP-UX 11.0 enquiry?
...shown in syslog.log.
Oct 3 16:49:17 SERVER_NAME sshd[12994]: User USER1 not allowed because
account is locked
Oct 3 16:49:21 SERVER_NAME sshd[12993]: Connection closed by
CLIENT_IP_ADDRESS
Oct 3 16:49:22 SERVER_NAME sshd[12994]: Failed password for illegal user
USER1 from CLIENT_IP_ADDRESS port CLIENT_PORT
Any idea?
Thanks.
Best Regards,
Nick CHI
Regional Technology Team,
Regional I.T.,
I.T. Asia,
Manulife International Limited
Tel: (852) 2510 3273
Fax: (852) 2510 0244
Email: Nick_Chi at manulife.com
==========================================================
This message is confidential and may...
2016 Mar 26
2
DW_TAG_member extends beyond the bounds error on Linux
...arsing error
full_lines = true
user = error: summary string parsing error
max_bytes = 5000000
leading_context = 0
trailing_context = 0
case_sensitive = true
client_hostname = error: summary string parsing error
client_ip = error: summary string parsing error
skip_logging = false
client_port = 0
shards_override = 0
sample = false
count = false
filename_pattern = error: summary string parsing error
limit = 0
__isset = {
engine = true
full_lines = true
user = true
max_bytes = true
leading_context = true
trailing_context = true
case_sensitive = true...
2000 Aug 15
0
Experimental -R support patch for openssh client
...rwindow, int rmaxpack)
+{
+ Channel* c = NULL;
+ int sock;
+ char *connected_address; /* Remote address that is listening for the
+ connection */
+ int connected_port; /* Remote port connected */
+
+ char* client_address; /* Client that connected to connected_address */
+ int client_port; /* Client port */
+
+ unsigned int client_len, connected_len;
+
+ int newch;
+ int i;
+
+ debug("ssh2 server tries to open forwarded-tcpip channel.");
+
+ /* Get rest of the packet */
+ connected_address = packet_get_string(&connected_len);
+ connected_port = packet_get_int()...
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
...= error: summary string parsing error
> max_bytes = 5000000
> leading_context = 0
> trailing_context = 0
> case_sensitive = true
> client_hostname = error: summary string parsing error
> client_ip = error: summary string parsing error
> skip_logging = false
> client_port = 0
> shards_override = 0
> sample = false
> count = false
> filename_pattern = error: summary string parsing error
> limit = 0
> __isset = {
> engine = true
> full_lines = true
> user = true
> max_bytes = true
> leading_context = tru...
2016 Mar 27
1
DW_TAG_member extends beyond the bounds error on Linux
...error
>> max_bytes = 5000000
>> leading_context = 0
>> trailing_context = 0
>> case_sensitive = true
>> client_hostname = error: summary string parsing error
>> client_ip = error: summary string parsing error
>> skip_logging = false
>> client_port = 0
>> shards_override = 0
>> sample = false
>> count = false
>> filename_pattern = error: summary string parsing error
>> limit = 0
>> __isset = {
>> engine = true
>> full_lines = true
>> user = true
>> max_byt...
2004 Nov 24
14
traffic shaping on ftp server don''t work
Having study a number of documents on linux traffic shaper, I started
to setup my shaping rules in my network.
My linux box is running RH AS3 U3, shorewall 2.0.9.
It is using PPPoE connected to the Internet
firewall:
eth0: connect to the adsl modem
eth1: private net
ppp0: virtual dial up interface for pppoe
There is a ftp server on the private net
It is listen for port 21 and configured
2016 Mar 27
0
DW_TAG_member extends beyond the bounds error on Linux
...5000000
>>> leading_context = 0
>>> trailing_context = 0
>>> case_sensitive = true
>>> client_hostname = error: summary string parsing error
>>> client_ip = error: summary string parsing error
>>> skip_logging = false
>>> client_port = 0
>>> shards_override = 0
>>> sample = false
>>> count = false
>>> filename_pattern = error: summary string parsing error
>>> limit = 0
>>> __isset = {
>>> engine = true
>>> full_lines = true
>>>...
2002 May 17
19
Shorewall 1.3 Beta 1
The 3.1 Beta is now available -- check the Shorewall home page.
--
Tom Eastep \ Shorewall - iptables made easy
AIM: tmeastep \ http://www.shorewall.net
ICQ: #60745924 \ teastep@shorewall.net