View previous topic :: View next topic |
Author |
Message |
Treborius Guru
Joined: 18 Oct 2005 Posts: 585 Location: Berlin
|
Posted: Wed Apr 05, 2006 6:11 pm Post subject: strange samba problem [Solved] |
|
|
i have samba running only for my sister
here is a the part out of my smb.conf
Code: |
hosts allow = 192.168.0.201 127.0.0.1
hosts deny = 0.0.0.0/0
|
where 192.168.0.201 is the ip of my sisters computer, as you can guess
anyway, can someone explain to me, why i get these
access-tries in the samba-log directory?
Code: |
-rw-r--r-- 1 root root 1560 Apr 5 20:07 84.102.247.44.log
-rw-r--r-- 1 root root 394 Apr 5 20:03 84.190.100.229.log
-rw-r--r-- 1 root root 197 Apr 5 20:00 84.190.209.156.log
-rw-r--r-- 1 root root 585 Apr 5 19:55 84.190.80.147.log
-rw-r--r-- 1 root root 193 Apr 5 19:53 84.40.168.14.log
|
they are all filled with messages like that :
Code: |
[2006/04/05 20:07:48, 0] lib/access.c:check_access(328)
Denied connection from (84.102.247.44)
[2006/04/05 20:07:48, 1] smbd/process.c:process_smb(1187)
Connection denied from 84.102.247.44
|
this makes me kind of scared, is the computer of my sister infected?
because this is the only thing, i could imagine ... _________________ Systems running gentoo :
Desktop, Laptop, ZOTAC AD-10 media-center, odroid-xu4 server / wLan-router
Last edited by Treborius on Wed Apr 05, 2006 8:02 pm; edited 1 time in total |
|
Back to top |
|
|
monkeyboy n00b
Joined: 18 Apr 2002 Posts: 29 Location: Denver
|
Posted: Wed Apr 05, 2006 6:25 pm Post subject: |
|
|
Is your machine plugged directly into your internet connection and acting as a firewall for your sister's machine? |
|
Back to top |
|
|
Treborius Guru
Joined: 18 Oct 2005 Posts: 585 Location: Berlin
|
Posted: Wed Apr 05, 2006 6:28 pm Post subject: |
|
|
nope, we both are behind the same router
solved : router-miss-configuration, i forwarded the samba port somehow _________________ Systems running gentoo :
Desktop, Laptop, ZOTAC AD-10 media-center, odroid-xu4 server / wLan-router
Last edited by Treborius on Wed Apr 05, 2006 8:02 pm; edited 1 time in total |
|
Back to top |
|
|
monkeyboy n00b
Joined: 18 Apr 2002 Posts: 29 Location: Denver
|
Posted: Wed Apr 05, 2006 6:36 pm Post subject: |
|
|
Those look like log files generated by samba when a host tries to connect and samba doesn't have a hostname resolution. Do you have a 1-1 nat incoming on your router? Sometimes it is called virtual server or something like that. If you do, it will be forwarding samba requests from the internet to your machine as well. |
|
Back to top |
|
|
|