WARNING : no network interfaces found.
when i run smbclient or nmblookup etc.
the following is the settings in my computer.
workgroup = TRIDENTMUMBAI
security = domain
password server = 10.160.128.152
netbios name = smbsys
interfaces = 192.168.1.225
encrypt passwords = yes
--
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy the best in Movies at http://www.videos.indiatimes.com
Now bid just 7 Days in Advance and get Huge Discounts on Indian Airlines Flights. So log on to http://indianairlines.indiatimes.com and Bid Now!
--
To unsubscribe from this list go to the following URL and read the
instructions: http://lists.samba.org/mailman/listinfo/samba
The error message is telling you that you do not have a network interface:
i.e.. you do not have an Ethernet card (NIC)
Robert
Joel
On Tue, Jan 21, 2003 at 05:19:57PM +0530, akshaysalkar wrote:
> i get the following error
>
> WARNING : no network interfaces found.
>
> when i run smbclient or nmblookup etc.
>
> the following is the settings in my computer.
>
> workgroup = TRIDENTMUMBAI
> security = domain
> password server = 10.160.128.152
> netbios name = smbsys
> interfaces = 192.168.1.225
> encrypt passwords = yes
--
>You are using the ip that is used for broadcasts as the ip number of
>your server. That doesn't sound good.
>
>Joel
>On Tue, Jan 21, 2003 at 05:19:57PM +0530, akshaysalkar wrote:
>> i get the following error
>>
>> WARNING : no network interfaces found.
>>
>> when i run smbclient or nmblookup etc.
>>
>> the following is the settings in my computer.
>>
>> workgroup = TRIDENTMUMBAI
>> security = domain
>> password server = 10.160.128.152
>> netbios name = smbsys
>> interfaces = 192.168.1.225
>> encrypt passwords = yes
192.168.1.225 is not a broadcast address.
Akshaysalkar, please provide the output to these three commands:
$ ifconfig
$ netstat -rn
$ ping -c 1 10.160.128.152
> > interfaces = 192.168.1.225
reado by joel - or typo from aksaysalkar
192.168.1.225 != 192.168.1.255
alsaysalkar:
what does 'ifconfig' say on your machine?
It seems strange to me that your password server is on 10.160 when your
samba box is on an entirely different network 192.168
they're both in the private IP space so it's possible but seems strange.
make sure you can route between those if it is correct.
brad
--
Bradley W. Langhorst <br...@langhorst.com>
192.168.1.225 is a broadcast address?
This is NOT a broadcast address:
192.168.1.255 is the broadcast address.
--
Ken Schneider
Senior UNIX Administrator
Network Administrator
21st Century Oncology, Inc.
239-931-7350 (help desk)
239-931-7383 (fax)
kschn...@rtsx.com
This excludes 192.168.1.225 unless coupled with a specific mask.
Robert
"Paul Yeager" <pye...@tektone.net> wrote in message
news:20030122143017$19...@gated-at.bofh.it...
On Wed, Jan 22, 2003 at 12:08:12PM +0530, akshaysalkar wrote:
> i thought 255 is a broadcast...
>
>
>
> "Joel Hammer" wrote:
>
>
>
> You are using the ip that is used for broadcasts as the ip number of
> your server. That doesn't sound good.
>
> Joel
> On Tue, Jan 21, 2003 at 05:19:57PM +0530, akshaysalkar wrote:
> > i get the following error
> >
> > WARNING : no network interfaces found.
> >
> > when i run smbclient or nmblookup etc.
> >
> > the following is the settings in my computer.
> >
> > workgroup = TRIDENTMUMBAI
> > security = domain
> > password server = 10.160.128.152
> > netbios name = smbsys
> > interfaces = 192.168.1.225
> > encrypt passwords = yes
>
>
>
> Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
>
> Buy the best in Movies at http://www.videos.indiatimes.com
>
> Now bid just 7 Days in Advance and get Huge Discounts on Indian Airlines Flights. So log on to http://indianairlines.indiatimes.com and Bid Now!
>