search for: hop

Displaying 20 results from an estimated 1226 matches for "hop".

Did you mean: hope
2004 Feb 08
2
strange behaviour with -C
Hi! This problem gave me quite a headache tonight... I more or less have this source directory: hop@krautesel:/var/tmp$ ls -laR from/ from/: total 12 drwxrwxr-x 3 hop hop 4096 Feb 8 03:34 . drwxrwxrwt 6 root root 4096 Feb 8 03:34 .. drwxrwxr-x 2 hop hop 4096 Feb 8 03:18 CVS -rw-rw-r-- 1 hop hop 0 Feb 8 03:1...
2005 Jan 10
5
Traceroute unblocking, single interface, policy drop
I have a shorewall 2.0.14 running on a single interface machine (nwww in the log below) that is attempting to be well screwed down. The policy file reads:- #SOURCE DEST POLICY LOG LEVEL LIMIT:BURST fw net DROP info net all DROP info # The FOLLOWING POLICY MUST BE LAST all all
2007 Mar 30
6
Hop from FC
I'm most likely going to make the hop from FC to CentOS in the next several months, and wonder whether I should wait for CentOS 5. Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globalization and One World Governments like the UN. This message made from 100% recycled bits. You have found t...
2008 Nov 14
3
FreeBSD 6.3 gre and traceroute
..." >>>> ^ >>>> | >>>> | ethernet >>>> | >>>> v >>>> 192.168.3.86 linux workstation >>>> >>>>> $ sudo traceroute 192.168.3.86 >>>>> traceroute to 192.168.3.86 (192.168.3.86), 64 hops max, 40 byte >>>>> packets >>>>> 1 HQFirewallRS.com (10.0.128.1) 0.575 ms 0.423 ms 0.173 ms >>>>> 2 * * * >>>>> 3 192.168.3.86 (192.168.3.86) 47.972 ms 45.174 ms 49.968 ms >>>>> >>>>> No response...
2011 Jul 19
1
AD + Double Hop + Kerberos Delegation
Hello all, I am running v3.4.5 of Samba. Does this version support double hop kerberos authentication? I turned the log level up to 3 and found that it is passing only the hostname. This leads me to believe that the double hop part is not working. I did read that it is supposed to work in Samba4 via http://lists.samba.org/archive/samba-technical/2005-November/043912.html...
2004 Jan 20
0
short analysys of qmail integer overflow bug - let there be light
...ks. There are rumors out there that setting /var/qmail/control/databytes to a reasonable value (for example 16384 = 16MB) will prevent the possibility of exploitation regarding the integer overflow in function blast(). That is not true. This is how blast() is called: void smtp_data() { int hops; unsigned long qp; char *qqx; if (!seenmail) { err_wantmail(); return; } if (!rcptto.len) { err_wantrcpt(); return; } seenmail = 0; if (databytes) bytestooverflow = databytes + 1; if (qmail_open(&qqt) == -1) { err_qqt(); return; } qp = qmail_qp(&qqt); out("354 go a...
2006 Jan 26
4
Problems in Dead Gateway Detection / Failover - Multiple ISP Links
...gateways for both the ISPs are routers placed at the same location which are further connected through Radio Link and Leased Line. Things work fine as long as both the ISP links are alive. While testing the dead gateway detection and failover functionality we observed that if we make the first hop gateway (i.e Router R1 or R2) of one of the ISPs dead by either disconnecting the ethernet cable between Linux Router and R1/R2 or by switching off the gateway (R1/R2) itself, dead gateway detection takes place and failover to the other ISP takes place. However, if there is a problem in the I...
2005 Apr 27
0
problems with nano howto load balancing adsl links
...ing kernel 2.6.11.6 and these links work fine. i set up another server same model of machine and used the same kernel config ( wanted to try some tos stuff out) 2.6.11.6 but this one doesnt balance properly. what ever i put in table 222 (which is looked at from all sources) it ALWAYS uses the first hop! and never the 2nd and if i change them round so the 2nd link is on top then that one will always get used??? Im using julians patches on both routes-2.6.11-12.diff. the only thing that is different between the setups is the ips obviously and the fact that one of the link goes via the live server...
2005 Jun 28
1
Hop-On WIFI Phone MSRP $40
I have a lot of folks asking me about an auto-negotiating WLAN phone supposedly being brought to market by Hop-On, which is touted to carry an MSRP of $40 Press photos (stock art) of the device shows it looks almost identical to devices from Zyxel and UTStarCom. I am trying to explain to folks there is no way in hell you are going to be able to buy these phones, hardware only, for $40 Hop-On's press...
2005 Dec 03
2
Routing
Hi Everyone, Could someone tell me whether Tinc builds its own routing table to 'hop' between LANs? e.g. LAN A <--> LAN B <--> LAN C Would Tinc resolve a path between LAN A and LAN C automatically (i.e. to hop over LAN B)? Or would I need to setup routing tables for this myself? Thanks very much for any help :-) John __________________________________________...
2019 May 04
4
Source client with HTTP PUT
...standards including challenge-response. This requires a minimum of two requests (the one resulting in the challenge and the response. :) * Keep-Alive is preferred but may not be supported or not supported with the given operation on older servers. It is also a hop-to-hop property not an end-to-end property of HTTP and therefore might also be terminated by intermediate hops. * PUT should use 100-continue. Different Icecast versions have different levels of conformance with the standard. So workarounds may be needed. Also 100-cont...
2010 Jan 29
0
Help interpreting libarary(nnet) script output..URGENT
...s and I am feeding the nnet input from different regions of interest (fMRI data). The script that I am using is this: library (MASS) heap_lda <- data.frame(as.matrix(t(read.table(file="R_10_5runs_matrix9.txt")))*100000,syll = c(rep("heap",3),rep("hoop",3),rep("hop",3))) library(nnet) heap_nnet <- nnet(syll ~ ., data=heap_lda, size=12,iter=100,MaxNWts=10000) predict(heap_nnet,heap_lda,type = "class") table(predict(heap_nnet,heap_lda,type = "class"),heap_lda$syll) # do leave-one-out crossvalidation... heap_nnet.out<-NULL all =...
2009 Dec 19
3
integer(0) and NA do not equal FALSE
Hi, A noobie question: I'm simply trying to run a conditional statement that evaluates if a substring is found within a larger string. I find that if it IS found, my function returns TRUE (great!), but if not, the condition does not evaluate to FALSE. ex): if( grep("hi", "hop", fixed = TRUE) ) print('yes, your substring is in your string') else print('no, your substring is not in your string') alternatively, I could replace grep with pmatch: if (pmatch('hi','hop')) print('yes, your substring is in your string')...
2004 Jul 21
1
[Bug 904] Better support for multi hop ssh/scp/sftp and anonymous port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=904 Summary: Better support for multi hop ssh/scp/sftp and anonymous port forwarding Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedT...
2011 May 18
3
leyenda cortada en el eje Y
...enero el gráfico con el siguiente archivo: library(gplots) data <- read.table("data.dat",h=T) postscript(file = "join10kb.ps", horizontal = FALSE, onefile = FALSE,family = "Helvetica", width = 5, height = 4) par(mar=c(5.1, 4.1, 0.1, 0.1)) d <- matrix(c(data$Per.Hop,data$Global,data$Sink),nrow=3) barplot2(d,beside=T,xlab="Distance between nodes (in meters)",ylab="Number of queries injected",legend.text=c("Per-Hop","Global","Sink"),col=c("black","grey","white")) axis(1,at=c(2.5,6....
2005 Jan 20
1
Interface not marked down when links are down
...''t found any solution. Excuse me if it''s a repost but would appreciate any pointers. I have newly configured Multipath default route. I have 1 local connection and 4 internet connections. I am using kernel 2.6.7 and have applied Julian''s relevent patches. When the next hop is down, julian''s patch takes care of the links changing the route to only the links which it finds are up and forwarding traffic to those links. But if the problem is anywhere in between, beyond the next hop, the links are not marked identified as down (I down see the change in multipath...
2019 May 06
2
Source client with HTTP PUT
...challenge-response. This requires a minimum of two requests (the > one resulting in the challenge and the response. :) > * Keep-Alive is preferred but may not be supported or not > supported with the given operation on older servers. It is also > a hop-to-hop property not an end-to-end property of HTTP and > therefore might also be terminated by intermediate hops. > * PUT should use 100-continue. Different Icecast versions have > different levels of conformance with the standard. So > workarounds may be n...
2001 Mar 10
2
passphrase for non existent key?
Hi there. I'm being asked for a passphrase for a key file that does not exist. See debug output below. Both client and server default to SSH2. Creating a DSA key without a password and copying the public portion to the server's authorized_keys2 allowed me to login w/o a password. I downloaded and installed the latest version of SSH from OpenBSD CVS, and now its asking me for the
2007 Mar 25
0
Port Hopping in OpenSSH
Hello, I'm student in a French college and trying to implement Port Hopping for OpenSSH. I already write some code (quite dirty you may say) that produce some big bugs !! So could you send me some advise on the implementation i wrote. You may find the patch here : http://jacque.homelinux.org/openssh-4.6p1_PH3.patch.gz Thanks a lot in advance. Have a nice day J...
2015 Mar 25
2
FYI: SSH1 now disabled at compile-time by default
...618 SSH servers, granting a compat rate greater than 99.99%. However, distinctly and painfully unlike SSL/TLS, SSH is successfully deployed and used on internal networks that cannot be scanned from the open Internet. It's also a protocol of fairly critical importance, uniquely used in a "hop by hop" manner in which each hop actually has to work. 7.3% of Cisco routers on the open Internet only support SSHv1. The numbers inside private networks are likely to be higher. I can see the argument for pushing people to upgrade, but not by surprise in a minor version. If SSH is going t...