Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Networking > Cisco Routers & Switches How-to
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

Can I do DHCP, but only to a requests from a certain interface?

Can I do DHCP, but only to a requests from a certain interface?

this thread has 3 replies and has been viewed 2747 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th September 2006, 22:49
Vincent_Vega Vincent_Vega is offline
Casual
Casual
 
 Join Date: Sep 2006
  6 month star 12 month star
 Location: Florida, USA
 Posts: 1
 Reputation: Vincent_Vega is on a distinguished road (10)
Default Can I do DHCP, but only to a requests from a certain interface?

I have a PIX 515 with 5 interfaces. I want to set up a wireless network, and serve DHCP addresses to wireless clients. This scope would be unique to that interface, and unique to the wireless clients. I want this traffic segregated from the rest of the network because it will be an untrusted network.

Is this possible? I need to provide wireless to visiting users and the wireless needs to be wide open so anyone inside a certain area of the building can connect to it without authentication for internet access. The building itself is very secure, there is 24x7 security presence, with over 200 cameras monitoring the grounds. Only someone in VERY CLOSE proximity could connect from outside. Our walls are very thick concrete and I have tested that. Security does NOT allow any sort of loitering so that is not a problem.

Any ideas? Could this be done?
  #2  
Old 27th September 2006, 09:15
Dumber's Avatar
Dumber Dumber is offline
Moderator
 
 Join Date: Dec 2003
  6 month star 12 month star
 Location: The Netherlands
 Posts: 8,068
 Reputation: Dumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to beholdDumber is a splendid one to behold (820)
Default Re: Can I do DHCP, but only to a requests from a certain interface?

maybe this can help:
http://www.cisco.com/en/US/products/...806c1cd5.shtml

Maybe is an BBSM also an option.
http://www.cisco.com/en/US/products/...533/index.html
__________________
Marcel
Netherlands
http://www.phetios.com
http://blog.nessus.nl

MCITP(EA, SA), MCSA/E 2003:Security, CCNA, SNAF, DCUCI, CCSA/E/E+ (R60), VCP4/5, NCDA, NCIE - SAN, NCIE - BR, EMCPE
No matter how secure, there is always the human factor.
  #3  
Old 27th September 2006, 11:09
ozgursen ozgursen is offline
Casual
Casual
 
 Join Date: Aug 2006
  6 month star 12 month star
 Location: istanbul
 Posts: 11
  Send a message via MSN to ozgursen
 Reputation: ozgursen is an unknown quantity at this point (0)
Default Re: Can I do DHCP, but only to a requests from a certain interface?

Hello have a Good days


The DHCP server process is enabled by default on versions of the Cisco IOS that support it. If for some reason the DHCP server process becomes disabled, it can be re-enabled by using the service dhcp global configuration command. The no service dhcp command disables the server.
Like NAT, DHCP servers require that the administrator define a pool of addresses.

the ip dhcp pool command defines which addresses will be assigned to hosts.

The first command, ip dhcp pool room12, creates a pool named room12 and puts the router in a specialized DHCP configuration mode. In this mode, use the network statement to define the range of addresses to be leased. If specific addresses are to be excluded on this network, return to global configuration mode


The ip dhcp excluded-address command configures the router to exclude 172.16.1.1 through 172.16.1.10 when assigning addresses to clients. The ip dhcp excluded-address command may be used to reserve addresses that are statically assigned to key hosts.

A DHCP server is capable of configuring much more than an IP address. Other IP configuration values can be set from the DHCP configuration mode


IP clients will not get very far without a default gateway, which can be set by using the default-router command. The address of the DNS server, dns-server, and WINS server, netbios-name-server, can be configured here as well. The IOS DHCP server can configure clients with virtually any TCP/IP information.


lists the key IOS DHCP server commands. These commands are entered in DHCP pool configuration mode, identified by the router(dhcp-config)# prompt.

Use the EXEC mode commands to monitor DHCP server operation



Easy IP is a combination suite of Cisco IOS features that allows a router to negotiate its own IP address and to do NAT through that negotiated address. Easy IP is typically deployed on a small office, home office (SOHO) router. It is useful in cases where a small LAN connects to the Internet by way of a provider that dynamically assigns only one IP address for the entire remote site.
A SOHO router with the Easy IP feature set uses DHCP to automatically address local LAN clients with RFC 1918 addresses. When the router dynamically receives its WAN interface address by way of the Point-to-Point Protocol, it uses NAT overload to translate between local inside addresses and its single global address. Therefore, both the LAN side and the WAN side are dynamically configured with little or no administrative intervention. In effect, Easy IP offers plug-and-play routing.





DHCP is not the only critical service that uses broadcasts. Cisco routers and other devices may use broadcasts to locate TFTP servers. Some clients may need to broadcast to locate a TACACS security server. In a complex hierarchical network, clients may not reside on the same subnet as key servers. Such remote clients will broadcast to locate these servers, but routers, by default, will not forward client broadcasts beyond their subnet. Some clients are unable to make a connection without services such as DHCP. For this reason, the administrator must provide DHCP and DNS servers on all subnets, or use the Cisco IOS helper address feature. Running services such as DHCP or DNS on several computers creates overhead and administrative problems, so the first option is not very appealing. When possible, administrators use the ip helper-address command to relay broadcast requests for these key UDP services.
By using the ip helper-address command, a router can be configured to accept a broadcast request for a User Datagram Protocol (UDP) service and then forward it as a unicast to a specific IP address. Alternately, the router can forward these requests as directed broadcasts to a specific network or subnetwork.






Özgür ŞENERDOĞAN
  #4  
Old 10th October 2006, 05:29
daviddavis's Avatar
daviddavis daviddavis is offline
Moderator
 
 Join Date: May 2006
  6 month star 12 month star
 Location: Hilton Head, South Carolina, USA
 Posts: 685
 Reputation: daviddavis is a jewel in the roughdaviddavis is a jewel in the roughdaviddavis is a jewel in the roughdaviddavis is a jewel in the rough (348)
Default Re: Can I do DHCP, but only to a requests from a certain interface?

HI Vincent_Vega,

I would recommend using the wireless AP's to provide DHCP information instead of the PIX. I think it would make your life easier.

As far as not letting people outside the building connect, this is difficult. I think you need to look at some higher end wireless equipment (like something from Aruba Systems) to try to control this. You can, of course, spend a lot of time tweaking antenna systems and wireless signal strength levels on regular gear but there is gear that is especially designed to take the layout of the building, take the location of your AP's, hookup monitoring devices around the building to measure the signal strength, and automatically tweak the wireless device signal strength to not allow it outside the building.

Best of luck to you,
David
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DHCP Server fails to start Ronen Windows Server 2000 / 2003 8 4th August 2006 21:16
Cisco 3620 NAT/PAT problem ikhan42 Cisco Routers & Switches How-to 8 22nd July 2006 16:07
Continued DHCP Headache... wgordon Windows Server 2000 / 2003 3 27th March 2006 21:54
DHCP Server won't start after sbs 2003 sp1 eagle 1 SBS 2000 / 2003 1 25th July 2005 12:16
Multiple DHCP server, How to grant access to diff groups orven Active Directory 0 10th August 2004 11:47


All times are GMT +3. The time now is 07:34.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri