Quote:> Please list the output of ipconfig/all from ALL the windows pc's
> and the output of ifconfig from the linux pc.
> Also post your smb.conf
I have no problems accessing the shares from
the Linux side of the network. And from the
other side, I'm only really concerned with
getting the XP connection sharing PC to see
the Linux shares. Anyhow, in lmhosts and hosts
on the all-XP side I've added the (dynamic, but
as it currently stands) IP on the Linux machines.
Likewise, I've added the remote XP's IP address
to lmhosts and hosts on the Linux side.
Here's the smb.conf. I haven't bothered
to show the shares.
--8X--
[global]
workgroup = Everywhen
netbios name = Sindy
encrypt passwords = yes
update encrypted = yes
interfaces = eth0 eth1
socket options = TCP_NODELAY
wins support = yes
domain master = no
local master = yes
preferred master = no
os level = 255
security = user
; I want to map XP users to their Linux equivalents.
username map = /etc/samba/users.map
unix password sync = yes
--8X--
Here's the output of ipconfig -all from the
XP side:
--8X--
Windows IP Configuration
Host Name . . . . . . . . . . . . : deepthought
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes
Ethernet adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast
Ethernet NIC
Physical Address. . . . . . . . . : 00-50-8D-4F-6F-D2
PPP adapter BT Voyager ADSL Modem Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : <my dynamic address>
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 0.0.0.0
DNS Servers . . . . . . . . . . . : <my ISP's DNS Servers>
Primary WINS Server . . . . . . . : <The Linux box>
--8X--
Everything seems okay.
What has confused me a little is the output from
nmblookup. It seems to only query the Windows
machines on the Linux side and the broadcast
address when performing a name query. Though
pinging any machine on either network works fine.
One of the things that concerns me, given that I
can get everything working in the first place, is
the issue of both networks' access to the internet
(and thus each other) being by way of DHCP. If I
have to rely on WINS, lmhosts or hosts then they
will need updating whenever the IP addresses change.
Isn't there a way around this? For example, having
Samba query some external DNS server?
Thanks for your feedback Mark. Any insight you can
give will help make me sleep better at night. :-)