search for: highports

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

Did you mean: highport
2000 Oct 11
2
scp -L option
Hi there, I have a need to have scp pass the -P option to ssh to "bypass" the packetfilters that doesn't allow connections to return to arbitary "priviledged" ports, ie. ports <1024. See attached context sensitive diffs against 2.2.0p1 to please integrate. Thanx Hendrik Visage -------------- next part -------------- *** 1.1 2000/10/11 13:31:45 --- scp.c 2000/10/11
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
Hello, I''m using tc to limit the bandwidth of our wireless customers. I have a working script, but I''m not happy with it. I''m trying to write a more sophisticated script, but when I run it, it give me this error: RTNETLINK answers: File exists I have no idea what this error means or how to fix it. Here is a portion of the script (the whole script shapes several
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 br...