search for: highport

Displaying 5 results from an estimated 5 matches for "highport".

Did you mean: highpart
2000 Oct 11
2
scp -L option
...xt part -------------- *** 1.1 2000/10/11 13:31:45 --- scp.c 2000/10/11 14:26:25 *************** *** 117,122 **** --- 117,125 ---- /* This is the program to execute for the secured connection. ("ssh" or -S) */ char *ssh_program = SSH_PROGRAM; + /* Using an anonymous port ? */ + int highport=0; + /* * This function executes the given command as the specified user on the * given host. This returns < 0 if execution fails, and >= 0 otherwise. This *************** *** 165,170 **** --- 168,175 ---- args[i++] = ssh_program; args[i++] = "-x"; args[i++] =...
2016 Jun 23
2
NT_STATUS_IO_TIMEOUT at open_socket_out_send due to firewall
Have you tried using IPTABLES to REJECT that port. It will send something back and then maybe the timeout will fail immediately instead of waiting the timeout period? So on the local machine(that is running winbind) try iptables -A OUTPUT -p tcp --dport 49155 -j REJECT iptables -A INPUT -p tcp --dport 49155 -j REJECT Might not need it in both, but since we are checking... Jason On Thu, Jun
2006 Sep 14
10
tc is giving an error: RTNETLINK answers: File exists
...ix it. Here is a portion of the script (the whole script shapes several interfaces): IDEV=''eth5'' TC=''/sbin/tc'' IPS=''/etc/sysconfig/shaper/shape.ips'' # high priority destination ports - I''ll fill these in later (when this # thing works) HIGHPORT= # low priority destination ports LOWPORT= $TC qdisc add dev $IDEV root handle 1: cbq bandwidth 1600Kbit cell 8\ avpkt 1000 mpu 64 $TC class add dev $IDEV parent 1: classid 1:1 est 1sec 8sec cbq\ bandwidth 1600Kbit rate 1500kbit allot 1514 maxburst 20 avpkt 1000\ prio 0 bounded isolated cat $...
2006 Nov 14
5
SSH Console access
I''ve been playing around with this, but have yet to be successful. I am trying to figure out how to SSH to my Dom0 IP and some static port and then redirect the "xm console <domU>" into the SSH session. Has anyone been successful in doing this? Really the only option I''ve seen is using "screen" on the /dev/pts/[1-x] console device, but that seems overly
2005 Jun 02
3
Net > DMZ > AllowFTP
...1.67-126 Problem: Using the Shorewall Action AllowFTP does not result in desired behavior when connecting from Internet to machines behind firewall in DMZ. From my understanding, ip_conntrac should see a person come in on port 21, and automatically open either port 20 in regular ftp mode, or open highports in pasv mode. This does not happen, and using either regular or pasv transfers fail. I had to manually open the ftp-data and the high ports to allow my clients to ftp in. Shorewall version 2.2.4 ip addr show 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 b...