LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Can't get linux and windows box to see each other on network (https://www.linuxquestions.org/questions/linux-networking-3/cant-get-linux-and-windows-box-to-see-each-other-on-network-154246/)

unrulycow 03-06-2004 12:37 PM

Can't get linux and windows box to see each other on network
 
I recently set up a router between my linux box (Mandrake 9.2) and my girlfriend's windows machine (win 2k). The router allows us to share the dsl connection and that works fine, but I'm not sure what I need to do to get the two computers to see each other on the network. The router gives us the same IP address and that seems to be confusing things, but I know there must be a way to get this work. any advice would be appreciated.
Thanks

Qzukk 03-06-2004 12:56 PM

The router can't be giving you the same ip address, if it did, nothing would work.

As for seeing each other, on the linux box make sure that either samba is configured to report to the w2k server (add it to the domain) or that nmbd is running in broadcast mode so that the w2k machine knows its there. Then make sure you have at least one browseable share configured in samba's configuration, that you have encrypted passwords enabled, and that you pick one of the following:

1) security=user - make sure that you use smbpasswd to create users for every user of the w2k box, and set their passwords to match the w2k password.
2) security=share - this will allow true anonymous access (to shares marked as such), since it wont require a username to browse. You will, however, have to mark each share you want password protected as owned by a particular user, who you then create with smbpasswd with whatever password.

Note that smbpasswd is completely seperate from the normal linux password system (in most cases).


All times are GMT -5. The time now is 08:41 AM.