SAME BUT with my dhcpd.conf added

#/etc/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.2 10.0.0.10;
default-lease-time 86400;
max-lease-time 86400;
## --- default gateway
option routers 10.0.0.1;
# option subnet-mask 255.255.255.0;
# #option nis-domain "domain.org";
# #option domain-name "domain.org";
# #option domain-name-servers 10.0.1.1;
#
# option time-offset -18000; # Eastern Standard Time
## option ntp-servers 10.0.1.1;
## option netbios-name-servers 10.0.1.1;
## --- Selects point-to-point node (default is hybrid). Don't change this unless
## -- you understand Netbios very well
## option netbios-node-type 2;
#
## range dynamic-bootp 192.168.0.128 192.168.0.255;
## default-lease-time 21600;
## max-lease-time 43200;
#
## # we want the nameserver to appear at a fixed address
## host ns {
## next-server marvin.redhat.com;
## hardware ethernet 12:34:56:78:AB:CD;
## fixed-address 207.175.42.254;
## }
}



[EMAIL PROTECTED] wrote:


Roger,

It depends on how you have everything working.  NATing addresses from an
internal network
will not affect your internet connection if done correctly.  All NAT does
is stuff the packets with
a new source address.
Are you sure you have your firewall logging correctly? If you are using
iptables then I would
advise you log your denys see what you are actually doing incorrectly.

Kevin



Hi all

Firstly is Masquerding compatible with DHCPD ??

I am running a home network that works fine with static IP's .

When I  install dhcpd for  dynamic IP's  it works fine except for
connecting to the NET.

On the linux client if you ping the outside world an error  "Network is
unreachable".

There are no errors in /var/log/messages with the failed internet attempt.

I have disabled the "firewall" on the gateway with no difference.

All client machines are affected............
The client machines  I have tried are : Redhat, win98, win2000, winXP
but I still can't connect to the NET. (static IP's  can OK)

My Gateway  is connected via Bigpond ADSL  via  an old alcatel "speed
touch home modem" and also serves DHCPd,   THe IP is 10.0.0.1  ,

My Gateway  runs  "updated" RedHat 9.   ...  networking:  .... PPPOE,
iptables , snort, acid . ................etc

Theres probably some setting somewhere .... I wish i knew.

TIA

Roger Salisbury



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html










--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to