Forum Moderators: bakedjake
When ever I used windows as a gateway computer, my linux machines where issued a lan ip addresses on boot.
Now I am using linux for gateway and can't seam to get dhcp to issue ip's.
I am using suse 8.0 on both boxes. On the gatway machine I have the following.
The network card configured. eth0
automatic address look up (dhcp) Non static ip from isp.
I have the same set up on the non web-connected computer.
Any ideas what I can do to make the gateway issue ip's to all connected machines?
Thanks in advance.
Mack.
If they were private, it will be windows which was issuing them. You weren't running Internet Connection Sharing by any chance were you?
Things to check on your linux gateway - is DHCP installed, is the /etc/dhcpd.conf file configured, and is the dhcpd daemon actually running?
Have you got a restrictive firewall running on the linux box which is stopping the dhcp requests from windows machines actually reaching the dhcpd server?
Hope thats of some help,
JP
At any rate, have a look at [redhat.com ]
I couldn't find anything for SuSE, but maybe the above link will help you on the right track. :)
-MM