LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   eth without IP, on purpose (https://www.linuxquestions.org/questions/linux-networking-3/eth-without-ip-on-purpose-775430/)

trav.emme 12-13-2009 06:08 PM

eth without IP, on purpose
 
While installing redhat I tried to turn off dhcp for eth1, but it then requires a static IP.

How do I configure eth1 and eth2 to be on but NOT acquire and IP address.
Some software I'm writing a paper on needs this to capture network traffic and analyze it.

Currently the logs indicate it wont use eth1 and eth2 because they have an IP address.

Thanks!

estabroo 12-13-2009 06:52 PM

you could have them off and turn them up manually when you want to use them


ifconfig eth1 up


All times are GMT -5. The time now is 09:40 PM.