View previous topic :: View next topic |
Author |
Message |
FuriousGeorge Apprentice

Joined: 03 Mar 2005 Posts: 160
|
Posted: Fri Apr 15, 2005 4:27 am Post subject: [nobody cares] lisad only sees linux hosts |
|
|
for whatever reason, i set up my lisa daemon through kdes control panel with very sane settings, but it only sees other linux boxes.
i spoke with someone on irc and he had the same basic lisarc file, and theirs worked
Code: |
SecondWait = 0
SearchUsingNmblookup = 0
DeliverUnnamedHosts = 1
FirstWait = 30
MaxPingsAtOnce = 256
UpdatePeriod = 300
PingAddresses = 10.0.0.10/255.255.255.0;
AllowedAddresses = 10.0.0.10/255.255.255.0;
BroadcastNetwork = 10.0.0.10/255.255.255.0;
PingNames =
|
and yes, i did /etc/init.d/lisad start
interestingly, it also sees the switches, which is leading me to believe that perhaps the windows hosts arent accepting pings for whatever reason (or relaying them or whatever)
Last edited by FuriousGeorge on Sun Apr 17, 2005 7:20 am; edited 2 times in total |
|
Back to top |
|
 |
FuriousGeorge Apprentice

Joined: 03 Mar 2005 Posts: 160
|
Posted: Sun Apr 17, 2005 7:19 am Post subject: |
|
|
i know nobody cares about getting linux to share files with the evil world of windows, but is actually quite annoying, as i need access to that, and id rather not use samba to mount 20 different shares in fstab
what im trying to say is... bump |
|
Back to top |
|
 |
Janne Pikkarainen Veteran


Joined: 29 Jul 2003 Posts: 1143 Location: Helsinki, Finland
|
Posted: Sun Apr 17, 2005 8:26 am Post subject: |
|
|
Can you ping Windows hosts? If you try to access Windows shares manually with smbclient, does it success? _________________ Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.". |
|
Back to top |
|
 |
think4urs11 Bodhisattva


Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Sun Apr 17, 2005 8:46 am Post subject: Re: [nobody cares] lisad only sees linux hosts |
|
|
Hi,
FuriousGeorge wrote: | PingAddresses = 10.0.0.10/255.255.255.0;
AllowedAddresses = 10.0.0.10/255.255.255.0;
BroadcastNetwork = 10.0.0.10/255.255.255.0; |
i don't use KDE and/or lisa but i think your config should look like this to be correct:
Code: | PingAddresses = 10.0.0.0/255.255.255.0;
AllowedAddresses = 10.0.0.0/255.255.255.0;
BroadcastNetwork = 10.0.0.0/255.255.255.0; |
Reference: http://lisa-home.sourceforge.net/
HTH
T. _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
 |
FuriousGeorge Apprentice

Joined: 03 Mar 2005 Posts: 160
|
Posted: Sun Apr 17, 2005 8:57 pm Post subject: Re: [nobody cares] lisad only sees linux hosts |
|
|
thanks for the replies
Janne Pikkarainen
i can ping windows computers, and i can use mount -t smbfs to mount their shares (on the ones that allow file sharing, obviously, which are the only ones i car about.
Think4UrS11 wrote: | Hi,
i don't use KDE and/or lisa but i think your config should look like this to be correct:
Code: | PingAddresses = 10.0.0.0/255.255.255.0;
AllowedAddresses = 10.0.0.0/255.255.255.0;
BroadcastNetwork = 10.0.0.0/255.255.255.0; |
Reference: http://lisa-home.sourceforge.net/
HTH
T. |
i'm pretty sure it coukd have been either way, but i changed it as per your suggestion, did an /etc/init.d/lisa restart, and opened konq and still no luck. Is windows firewall somehow blocking lisad even if filesharing is enabled and other win32 boxes can access eachother? i would think not. |
|
Back to top |
|
 |
|