Displaying 20 results from an estimated 280 matches for "ssn".
Did you mean:
ss
2004 Sep 03
1
Slow access when opening shares
...> 10.0.0.100.3434: 12077
NXDomain* 0/0/0 (40)
22:39:53.079804 10.0.0.100.1879 > ns.speedfactory.net.domain: 12078+ PTR?
138.208.23.66.in-addr.arpa. (44)
22:39:53.108466 ns.speedfactory.net.domain > 10.0.0.100.1879: 12078* 1/0/0
(77)
22:39:53.309215 10.0.0.50.1028 > 10.0.0.100.netbios-ssn: P
3444221629:3444221792(163) ack 300534793 win 64162 NBT Packet (DF)
22:39:53.310604 10.0.0.100.netbios-ssn > 10.0.0.50.1028: P 1:94(93) ack 163
win 58400 NBT Packet (DF) [tos 0x10]
22:39:53.310839 10.0.0.50.1028 > 10.0.0.100.netbios-ssn: P 163:258(95) ack
94 win 64069 NBT Packet (DF)
22...
2002 Dec 04
2
Disconnected...:( It MUST be a kernel problem OR a Samba problem.
...public = yes
writable = yes
tcpdump data [Note the constant ack 3742821 from the w2kbox and
retransmits of that same tcp seq number from the linux box. - Errors
appear in the log once both sides give up on the connection.]
--------------------------
14:03:31.813683 linuxgautierhome.netbios-ssn > win2kgautierhome.2312:
.
3623177:3624637(1460) ack 7075 win 12864NBT Packet (DF)
14:03:31.813827 linuxgautierhome.netbios-ssn > win2kgautierhome.2312:
.
3624637:3626097(1460) ack 7075 win 12864NBT Packet (DF)
14:03:31.813913 linuxgautierhome.netbios-ssn > win2kgautierhome.2312:
.
36260...
2004 Aug 26
0
Slow Samba share--why?
...econds instead of 111). This
seems normal.
I ran ethereal on Sarge and captured logs for both the slow and the fast
copy. The fast copy (Woody) repeats this pattern over and over
again:
959 SMB Read Request (115 bytes)
960 SMB Read Response (1514 bytes)
961 TCP [Continuation to #961] netbios-ssn > 1043 ACK (1514 bytes)
962 TCP [Continuation to #962] netbios-ssn > 1043 PSA, ACK (1318 bytes)
963 TCP 1043 > netbios-ssn ACK (963 bytes)
The slow copy (from XP) has two similar SMB packets ("Read AndX
Request" instead of "Read Request"), but from there on the sequen...
2003 Mar 03
0
Windows 98 Client or Linux problem?
...network neighbourhood I get \\Robert is not
accessible. No permission
to access resource. /etc/init.d/smb restart fixes it.
Samba is version 2.2.5-10
A tcpdump of a failure from the Linux server gives:
[root@robert root]# more smbbad.txt
22:11:43.940915 192.168.1.2.1027 > 192.168.1.5.netbios-ssn: P
622:751(129) ack 351 win 7449NB
T Packet (DF)
22:11:43.943519 192.168.1.5.netbios-ssn > 192.168.1.2.1027: P
351:390(39) ack 751 win 5840NBT
Packet (DF)
22:11:43.944669 192.168.1.2.1027 > 192.168.1.5.netbios-ssn: P
751:880(129) ack 390 win 7410NB
T Packet (DF)
22:11:43.947244 192.168.1....
2001 Nov 29
3
smbmounts hang around after windows client disconnects
Using 2.2.1a and a 2.4 kernel patched for win4lin.
Everything is working but:
I mount all the available network shares on my linux box as root to one
network directory.
If a windows client shuts down while the linux box is still connected, the
share is not removed from my mount list or from /proc/mounts
It cannot be removed with umount. I can kill the smbmount with kill -15 but
the share is still
2012 Jul 16
2
Suspicious activity on domain
...tcpdump, I can
reconstitute names of files on the server. Unless I'm mistaken this type
of information shouldn't be circulating on port 139?
Here is the version of Samba:
Samba version 3.4.9
Here is a sample of the trace from tcpdump:
17:46:35.838212 IP pdc-canix.xyzcivitas.com.netbios-ssn >
GBY-PC-125.xyzcivitas.com.1026: Flags [P.], ack 123157, win 65535,
length 1239 NBT Session Packet: Unknown packet type 0x38Data: (41 bytes)
[000] D5 F1 4E 73 4E 02 00 00 FB 04 00 00 2E 00 00 00
\0xd5\0xf1NsN\0x02\0x00\0x00 \0xfb\0x04\0x00\0x00.\0x00\0x00\0x00
[010] 00 00 00 00 01 00 00 00...
2008 Jun 19
9
slow samba
I have a samba version 3.024 server joined to a ADS as a "Workstation or
server" acting as a file/print server. It is a Debian 4.0 amd64 up to date
with stable. ftp works just fine so not network, must be samba config.
vary slow file transfer when copying file from one computer but copy from
two or more at the same time speed is 10 times faster. You will be copying a
600MG file with one
2010 Jul 19
3
ActiveRecord override
Would really appreciate it if someone could tell me why this is happening:
I override ssn method of AR class so I can encrypt/decrypt to/from the db:
class Person < ActiveRecord::Base
def ssn=(value)
write_attribute(:borrower_ssn, Crypto.encrypt(self.encryption_key,
value))
write_attribute(:borrower_ssn_final_four, value[5,4])
end
def ssn
# this begin - rescue can...
1998 Feb 25
1
netbios-ssn/tcp: unknown service
Sorry if this is such a basic question but I couldn't find anything about this in the FAQs/HowTos/Digest.
I've compiled samba-1.9.18p3 on SunOS4.1.3_U1.
When I tried to run smbd via inetd.conf (SIGHUP), I always get the following on the console.
inetd[590]: netbios-ssn/tcp: unknown service
I've edited the /etc/services to add:
netbios-ssn 139/tcp
And the /etc/inetd/conf with the following line:
netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
-d1 -l/var/adm/smblogs/log -s/usr/local/samba/lib/smb.conf
I also tried manually...
2006 May 16
5
rake aborted when adding a column
I''m having a silly little problem with migrations. All I''m
trying to do is to add an SSN column to my Employees table. I
generated a migration which looks like:
class AddSsn <
ActiveRecord::Migration
def self.up
add_column :employees,
:ssn,
:string
end
def self.down
remove_column :employees,
:ssn
end
end
When I run this, however, I get:
>rake db:migra...
2001 Dec 03
1
Slow (very) Win Me client
...My Win Me clients are _very_ _slow_, i.e. explorer hangs for minutes. Apparently it is not a problem related to the load (the server is almost idle, the network is ok if not using Windows/samba); a tcpdump shows hundreds and hundreds of:
12:33:11.191452 eth0 < vincent.1028 > server.netbios-ssn: . 21821:21821(0) ack 4
2307 win 16984 (DF) (ttl 128, id 3497)
12:33:11.411452 eth0 < vincent.1028 > server.netbios-ssn: P 21821:21862(41) ack
42307 win 16984>>> NBT (DF) (ttl 128, id 3499)
12:33:11.411452 eth0 > server.netbios-ssn > vincent.1028: P 42307:42366(59) ack
21862 wi...
2005 Apr 30
5
SPT vs. DPT Sanity Check (Samba rules)
...alks on
its own. It seems that UDPs dropped are not always logged? Am I
nuts? All my drops and rejects in policy are set to do info logging.
Is there some setup elsewhere that might be silently dropping things?
# grep netbios rules
ACCEPT $FW loc tcp
netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
ACCEPT $FW loc udp
netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
ACCEPT loc $FW tcp
netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
ACCEPT loc $FW udp
netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds
# grep netbios /etc/services
netbios-ns...
1999 Jan 20
3
oplcok_break more information (PR#12734)
...Hope I didn't delete
any pertinant information!
Thanks!
Bruce
ost5 tcpdump:
18:09:41.378977 arp who-has gate.irstc.cc.al.us tell ost5.irstc.cc.al.us
18:09:41.378977 arp reply gate.irstc.cc.al.us is-at 0:60:8:95:8e:70
18:09:41.378977 ost5.irstc.cc.al.us.1047 >
gate.irstc.cc.al.us.netbios-ssn: P 565:656(91) ack 555 win 82
06
>>> NBT Packet
NBT Session Packet
Flags=0x0
Length=87
SMB PACKET: SMBtrans2 (REQUEST)
SMB Command = 0x32
Error class = 0x0
Error code = 0
Flags1 = 0x0
Flags2 = 0x1
Tree ID = 1
Proc ID = 6277
UID = 100
MID...
1999 Jan 15
1
Oplock question
...to
figure out what is the culprit here (short of oplocks=no as I have it now
so that all will work!)
Any input is sincerely appreciated!
Bruce
>From the tcpdump-smb -s 110 host tenison.irstc.cc.al.us command:
(DF)
14:10:49.318846 tenison.irstc.cc.al.us.1293 >
gate.irstc.cc.al.us.netbios-ssn: P 4136:4187(51) ack 3005 win 8760
>>> NBT Packet
NBT Session Packet
Flags=0x0
Length=47
SMB PACKET: SMBunlink (REQUEST)
SMB Command = 0x6
Error class = 0x0
Error code = 0
Flags1 = 0x0
Flags2 = 0x0
Tree ID = 1
Proc ID = 13421
UID = 100
MI...
2003 Sep 18
1
Use Samba on an other port than 137-139?
Hello,
I would like to ask you if its possible to run Samba on an other port than
137-139?
I tried once to edit the "/etc/services" File.
The lines:
...
netbios-ns 137/tcp
netbios-ns 137/udp
netbios-dgm 138/tcp
netbios-dgm 138/udp
netbios-ssn 139/tcp
netbios-ssn 139/udp
...
I changed it to:
...
netbios-ns 6998/tcp
netbios-ns 6998/udp
netbios-dgm 6999/tcp
netbios-dgm 6999/udp
netbios-ssn 7000/tcp
netbios-ssn 7000/udp
...
but I`m now not sure if Samba runs really on these ports...?
I hope you can help me.
Yours sincerely
oli
******...
2003 Dec 16
3
Results of nessus scan
...smb protocol I thought i should
ask here.
Have searched the archives but found only old posts, concering older
versions.
Whats a NULL session? what are domain and host SID?
Nessus also suggests i'd limit the access to the $IPC share.
How can i limit this info disclosure?
127.0.0.1|netbios-ssn (139/tcp)|10397|INFO|Here is the browse list of
the remote host :
HOSTNAME -
This is potentially dangerous as this may help the attack of a potential
hacker by giving him extra targets to check for
Solution : filter incoming traffic to this port
Risk factor : Low
127.0.0.1|netbios-ssn (139/tcp)|...
2001 Jan 25
3
Samba quota 'feature' fix?
Hey Guys and Gals,
I'm wondering if the quotas.c file is supposed to fix the problem where a
Linux x86 system running with the quota software causes corrupt files to be
written by Windows clients. I compiled it in and it didn't seem to make a
difference for the following problem.
In other words, if I enable quotas on my RH6.2 / 2.2.16-22 kernel box and
then write a file via Samba/Windows
2003 Feb 05
1
Speed/lockup problems with wireless client
...68.1.10.32798: 57813
NXDomain* 0/0/0 (42) (DF)
13:23:51.036286 192.168.1.10.32798 > wdc.speakeasy.net.domain: 57814+ PTR?
2.159.92.66.in-addr.arpa. (42) (DF)
13:23:51.062309 wdc.speakeasy.net.domain > 192.168.1.10.32798: 57814 1/0/0
PTR[|domain] (DF)
13:23:51.259724 192.168.1.10.netbios-ssn > 192.168.1.101.33126: P
1203552341:1203553593(1252) ack 183206398 win 4665 <nop,nop,timestamp
612682880 1520345>NBT Packet (DF)
13:23:51.259826 192.168.1.10.32798 > wdc.speakeasy.net.domain: 57815+ PTR?
101.1.168.192.in-addr.arpa. (44) (DF)
13:23:51.267240 192.168.1.101.33126 >...
2003 Nov 10
0
netbios-ssn problem
Hi
I'm looking for help in netbios-ssn problem we ecountered.
Our server is HP UNIX 10.20, and samba is 2.0.7.
recently, we can saw error message in syslog.log file:
"netbios-ssn/tcp: accept: Resource temporarily unavailable"
and, from log.smb, we can see beblow message:
Failed to set socket option TCP_NODELAY (Error Inval...
2004 Nov 22
0
Samba machine wanting to connect to 192.168.192.1
...network that are 192.anything.
We are using a fairly old version of samba - 2.2.3a. At the bottom of
this email is some output from tcpdump.
Any ideas? I have looked through the smb.conf and the logs but there is
no mention of that ip address.
12:26:48.319216 DevServer1.practical.local.netbios-ssn >
192.168.192.1.3771: S [tcp sum ok] 2917805052:2917805052(0) ack
1513987244 win 5840 <mss 1460,nop,nop,sackOK> (DF) (ttl 64, id 0, len
48)
12:26:53.719201 DevServer1.practical.local.netbios-ssn >
192.168.192.1.3788: S [tcp sum ok] 3001783991:3001783991(0) ack
1839800344 win 5840 <ms...