Chris Low wrote:
That'll teach me to send replies before checking email...

Now I updated some settings per Charles' email as follows:

dhcpd daemon config:
subnet 10.10.10.0 netmask 255.255.255.0

dnscache:
LRP internal IP--10.10.10.254
querying hosts IP's--added 10.10

hosts.allow
added--ALL: 10.10.10.0/255.255.255.0

grep 192.168.1 /etc/* showed several places where it showed up, but most of it was commented out so I left it alone. 2 instances showed up uncommented so I changed them:

Under sh-hpptd.conf: Server_Name=10.10.10.254 and Server_Addr=10.10.10.254

now I can ping everything from the firewall, and get a 10.10.10 ip address for the NT box

but still only eth1 from the NT box behind the firewall. everything else gets a "Request timed out" error.
If the above accurately reflects the changes you made, you missed some settings in the dhcpd.conf file. While fixing the subnet declaration will get the dhcpd server running, you also need to modify the rest of the file to assign appropriate values to your internal systems. This includes the default gateway (option routers), DNS settings (option domain-name-servers), and appropriate IP addresses (range).

If your firewall is correctly seeing the 'net, you're most of the way there. It sounds like the problem is with your internal system, which means proper static setup of the NT box, or proper configuration of the dhcp server should fix.

If the above isn't enough to get you going, provide the following information for debugging:

Firewall:
output of ip addr
output of ip route
contents of /etc/dhcpd.conf

NT Box:
output of ipconfig /all
output of route print

--
Charles Steinkuehler
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Reply via email to