Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-23-2000, 02:48 PM
|
#1
|
Member
Registered: Jun 2000
Location: Upstate New York
Distribution: Ubuntu
Posts: 158
Rep:
|
I have two ethernet cards installed on my Linux (RH 6.2) box running a DHCP server. DHCPD tells me that it is listening for requests on both of my cards.
I want it to only listen to requests on the ethernet card that is for my internal network (eth0) so people from the internet (connected via my second ethernet card - eth1) do not get a response from my DCHP server and so I dont get busted for running a server behind my ISP... ;-)
How do I tell DHCPD to only use eth0?
|
|
|
08-23-2000, 06:52 PM
|
#2
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,620
|
When you start dhcpd start it with:
Code:
dhcpd [options] eth0
If you don't specify an interface name on the command line dhcpd will identify all network interfaces that are up.
|
|
|
08-23-2000, 07:19 PM
|
#3
|
Member
Registered: Jun 2000
Location: Upstate New York
Distribution: Ubuntu
Posts: 158
Original Poster
Rep:
|
At startup?
Is there a way to make DHCPD do that when it first loads at bootup?
(Because I am Newbie and have no clue - What does [options] mean in the command you gave me?)
|
|
|
08-23-2000, 07:57 PM
|
#4
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,620
|
If you need to start the server with any options you would insert them before the eth0. If you are reading a man page or a help file and you see [anything] it usually means it is optional (but NOT always). You should have a startup script in /etc/rc.d/init.d/ (probably named dhcpd). Open it up in your favorite text editor and add the eth0.
|
|
|
All times are GMT -5. The time now is 09:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|