View Single Post

  #8  
Old 04-28-2005, 10:36 PM
gbeardjr Offline
Registered User
 
Join Date: Apr 2005
Posts: 1
Quote:
Originally Posted by rmusser
I have a general understanding of how DHCP works...but what I am looking to
do is lock things down. Essentially I do not want certain information passed
out unless the user has authenticated on the network. Currently if I log into
the local computer, I still get a full DHCP packet. I want to hold back the
gateway information from all those who have not authenticated on the network.

Bob


Easy do not have the DHCP server assign the default gateway, instead have that included in the login script eg. route add 0.0.0.0 mask 0.0.0.0 xxx.xxx.xxx.xxx where x is the gateway
Reply With Quote