Hi All!
Since I've upgraded the kernel from 2.0.35 to 2.2.1 I can't mount any SMB share
- smbmount says:
SMBFS: need mount version 6
I tried to get the updated version of smbmount from www.kki.org/linux-lan (I've
found there version 2.0.2 dated 1997 as the most recent) and recompile it with
the new kernel, but the results I've got are the same. Any suggestions? ( except
to use smbclient instead of the smbmount ;) )
And another question: if it's neccessary to set up my own DNS-server in a small
(very small) network connected to the Internet through a Linux box with
IP-masquerading? I've set my ISP's DNS addresses on the machines in LAN, but it
works strange - sometimes yes, sometimes no. For example:
<workstation in LAN>
1. ping 192.115.104.11
a. <the Linux gateway is dialing in to the ISP>
b. ^C
c. ping 192.115.104.11
... it works ....
d. ping www.isdn.net.il
... works ....
e. lynx www.linux.org
... works too ....
<diald breaks the connection after timeout>
2. The same (a - e) - all is well
3. The same, but I can reach hosts in Internet only by IP-address :(
The firewall configuration is very simple:
/sbin/ipchains -A forward -s 192.168.121.0/24 -j MASQ
What I can do with this?
Thank you for any suggesions.