Hey there, I am trying to set up the following network: I have a Firewall (Endian) that is the DHCP server. Connected to this firewall is a switch with a couple win-xp-pc's and the ubuntu (7.1/samba) server. ________________________________x--->Linux Server (w/ Samba) ________________________________x--->Win XP Pc 1 Internet -> Endian Firewall -> Switch x--->Win XP Pc 2 ________________________________x--->Win XP Pc 3 ________________________________x--->Win XP Pc 4 My general question is: Do I have to enable DHCP on my linux server or do I give it a fixed IP? I read in some tutorial that a server should always have a fixed IP, is that true? If so, do I configure my firewall (DHCP server) so that the linux sever has a fixed lease? Do I have to create a host-file somewhere? *confused*... :/ Thanks for help!
I'd give the server a fixed IP address; otherwise, the IP could change, and then the clients can't connect... I'd configure the fixed IP address as shown in chapter 7 on http://www.howtoforge.com/perfect_server_ubuntu7.10_p3
thanks for the reply. I followed that tutorial and thus have the same settings. But maybe you could explain them a little to me, that might be helpful... iface eth0 inet static address 192.168.0.100 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1 address=samba address? network=192.168.1.xx? broadcast=? gateway=? I gave the samba a fixed IP and configured the dhcp so that the samba also has a fixed lease. My problem right now: I can ping the samba from the workstations and can even access the data thru start > run, I just can't change the settings from workgroup to domain (when I enter my domain I get asked for a username and a password, but no matter what I enter I get a "can't connect" message). thanks!
You can use www.subnetmask.info to find the correct values for your subnet. Are there any errors in your logs?
look like you have setup samba just for file sharing and now you want to join machines to it follow this for complete setup and make changes to your configs where needed www.freetech.selfip.info/samba.php