search for: bind_port

Displaying 7 results from an estimated 7 matches for "bind_port".

2011 Jul 17
2
openSSH 5.8p2 BindPort patch
...port", oBindPort }, #ifdef ENABLE_PKCS11 { "smartcarddevice", oPKCS11Provider }, { "pkcs11provider", oPKCS11Provider }, @@ -634,6 +635,10 @@ parse_string: charptr = &options->bind_address; goto parse_string; + case oBindPort: + charptr = &options->bind_port; + goto parse_string; + case oPKCS11Provider: charptr = &options->pkcs11_provider; goto parse_string; @@ -1133,6 +1138,7 @@ initialize_options(Options * options) options->log_level = SYSLOG_LEVEL_NOT_SET; options->preferred_authentications = NULL; options->bind_addres...
2009 Jul 09
0
[PATCH] Allow binding to a local port (OpenSSH 5.2)
OpenSSH supports the -b bind_address argument for binding to a local IP address when connecting to a remote host. It's however currently not possible to specify a local port to bind to, something I've found useful at several occasions. Below is an unified diff that introduces the [-B bind_port] option to ssh(1) and a ssh_config(5) style option "BindPort bind_port". This allows for binding the clientside programs to a specified local port when outgoing connections are made. Note: I didn't bother updating the man pages at this stage but I could if it sounds interesting. The...
2017 Apr 14
0
Test error: net_connect_ip(127.0.0.1:0) failed: Can't assign requested address
...uot;.test-tmp/", .rawlog_dir = "", .connect_timeout_msecs = 500, .connect_retry_count = 3, .connect_retry_interval_msecs = 10, .max_idle_time = 10000, }; The client fails if the server is not listening... Is the test server listening? static int test_open_server_fd(in_port_t *bind_port) { int fd = net_listen(&bind_ip, bind_port, 128); if (debug) i_debug("server listening on %u", *bind_port); if (fd == -1) { i_fatal("listen(%s:%u) failed: %m", net_ip2addr(&bind_ip), *bind_port); } fd_set_nonblock(fd, FALSE); return fd; } Forcing debug... &g...
2007 Jan 16
0
patch to enable ssh use sock fd 3,4
...3 and 4) for same thing.. For example a reverse ssh connection where sshd connects back to ssh(which is executed by a a script that binds to the port then execute ssh: on sshd side: $ nc -w 60 -c '/usr/sbin/sshd -i' ssh_host 12345 on ssh side: #!/usr/bin/perl use Socket qw(:all); our $bind_port = 12345; our $bind_addr = "0"; $^F = 5; socket(my $sfd, AF_INET, SOCK_STREAM, 6) || die "socket: $!"; bind($sfd, sockaddr_in($bind_port, inet_aton $bind_addr)) || die "bind: $!"; listen($sfd,SOMAXCONN) || die "listen: $!"; accept (Cfd,$sfd); close $sfd; open...
2009 Dec 05
2
Setting up skype
...ember of the business called "bar" 4) updated the skype conf file 5) restarted asterisk => skype show settings Skype For Asterisk Settings: engine_directory: /tmp data_directory: /var/spool/asterisk/skype defaultuser: bar bind_address: 0.0.0.0 bind_port: 0 rtp_address: 127.0.0.1 https_proxy: https_proxy_user: https_proxy_password: socks5_proxy: socks5_proxy_user: socks5_proxy_password: disable_tcpauto: no disable_udp: no debug: no => skype show users Skype Users&gt...
2011 May 02
3
out of the blue one way audio
...a call recording for outbound and inbound calls. the problem is not happening on all calls at once.. it happens on random extensions at random times and random durations however most noticeable durations are around 7 minutes and 20 minutes (most occurring) one additional situation.. the original bind_port for asterisk server is 5060 however after three or four hours of operating on that port the computers unregister and are unable to make calls at all .. or even register we changed the port to 5070 and things are working properly now. although this port issue is only noticeable on the above setup an...
2011 Nov 01
1
SELinux and SETroubleshootd woes in CR
...betool', 'allow_ypbind', 'httpd_use_cifs', 'file', 'allow_execheap', 'nfs_export_all_rw', 'allow_java_execstack', 'allow_httpd_sys_script_anon_write', 'samba_share', 'filesystem_associate', 'fcron_crond', 'inetd_bind_ports', 'named_write_master_zones', 'qemu_file_image', 'catchall', 'allow_mplayer_execstack', 'httpd_can_sendmail', 'httpd_enable_homedirs', 'wine', 'xen_image', 'secure_mode_policyload', 'allow_execmod', 'disable_ip...