search for: iptrace

Displaying 6 results from an estimated 6 matches for "iptrace".

Did you mean: ptrace
2005 Jun 01
1
Unable to authenticate against an OS/2 PDC
...ERRDOS - ERRbadpath (Directory invalid.) [2005/06/01 19:31:00, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(168) Error connecting to LSA pipe Unable to join domain (null). I am not sure if the concept of "joining" a domain is even valid with OS/2 so I tried to log in anyway and did an iptrace. What I can see is that Samba makes a Session Setup AndX Request to the PDC with an anonymous user (the Account field is empty) and the PDC immediately responds with a Access denied error (DOS Error 0x01). I also have a iptrace of an OS/2 client - OS/2 PDC login that is successful and the Session...
2012 Jun 21
3
how is this possible?
...possible to have a url that does not conform to the internet standards? Even ip addresses need 'periods' between each group of numbers.... and everything seems to require a period somewhere or the browser will get angry. At first I thought it was some kind of browser hack, but then the iptrace pulls up an ip. so how is this possible?
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
...-delete node2::resource /path/to/localresource > $LOG 2>&1 echo "**********************************************" >> $LOG -------------------------------------------------------------------------------------------------------- The script runs fine, but I can see in an iptrace it does'nt use SSH. Instead it connects to port 873 on node2. I have tried adding the flag --rsh "ssh" to the command but it tells me this: "WARNING: --rsh or -e option ignored when connecting to rsync daemon" Can someone please help how to set this up to go over SSH and w...
2017 Oct 13
2
X11forwarding yes: how to debug/setup after xauth fix
...SH2_MSG_DEBUG back to client, probably indicating > why the request failed > >> debug3: send packet: type 100 > sshd sends SSH2_MSG_CHANNEL_FAILURE. > > The debug message would probably give you the reason it fails. You could > try to wheedle it out of PuTTY, I'll try an iptrace trace - to see what putty is masking with XXXXX. > apply the patch below to have it shown > at LogLevel=debug3 or try to guess which of one of likely ones it is > from session.c:session_setup_x11fwd() > >> packet_send_debug("X11 forwarding disabled in user configuration file....
2009 Dec 16
3
Dual-homing BGP gate problem
...mmetric), all is working in new system as was in old one. In /proc/sys/net settings are this same except /proc/sys/net/ipv4/conf/.../arp_accept=0 not present in old kernel. Additionally I tested on old system new quagga version (0.99.15 as in new system) -- was working OK. On new system I run iptrace. For symmetric ICMP packet from external source to my gate 195.187.140.1 I obtain: > TRACE: raw:PREROUTING:policy:2 IN=eth3 OUT= SRC=83.3.197.202 DST=195.187.140.1 LEN=28 TOS=0x00 PREC=0x00 TTL=59 ID=48172 PROTO=ICMP TYPE=8 CODE=0 ID=49174 SEQ=37889 > TRACE: mangle:PREROUTING:rule:1 IN=eth3...
2017 Oct 12
2
X11forwarding yes: how to debug/setup after xauth fix
On 08/10/2017 23:32, Michael Felt wrote: > On 04/10/2017 11:07, Michael Felt wrote: >> I do not often use X11 - but when I do I prefer to enable >> X11forwarding, and when finished - turn it off. This is preferable, >> imho, to having "clear" X11 processing when local - and otherwise >> impossible when working remote. >> >> Working with