- Jun 6, 2002
- 7,791
- 114
- 106
I am setting up a ClarkConnect linux box primarily to serve as a content filter/proxy server for my young sons' computers. However, I would also like to use it as a file server to replace an existing file server on my network.
My original network is 192.168.0.x and most of the computers are on it, and it is the network exposed to the DSL modem, and eth1 for my linux box. The new network is 192.168.2.x, which is eth0 for my linux box. I set up Samba today and got everything working on the 192.168.2.x side, but I can't get the 192.168.0.x network to see the file shares.
In my smb.conf file, there is a line "interfaces = lo eth0". If I put "interfaces = lo eth0 eth1" there instead and restart Samba, it removes the eth1 and goes back to the original configuration.
Any ideas? I'm not terribly proficient at Linux but I've done a bit here and there before.
My original network is 192.168.0.x and most of the computers are on it, and it is the network exposed to the DSL modem, and eth1 for my linux box. The new network is 192.168.2.x, which is eth0 for my linux box. I set up Samba today and got everything working on the 192.168.2.x side, but I can't get the 192.168.0.x network to see the file shares.
In my smb.conf file, there is a line "interfaces = lo eth0". If I put "interfaces = lo eth0 eth1" there instead and restart Samba, it removes the eth1 and goes back to the original configuration.
Any ideas? I'm not terribly proficient at Linux but I've done a bit here and there before.