LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Network configuration DHCP/manual (https://www.linuxquestions.org/questions/linux-networking-3/network-configuration-dhcp-manual-81887/)

pe2338 08-14-2003 05:42 AM

Network configuration DHCP/manual
 
how do I reconfigure my netcard on debian?
and how can I find the MAC address of my netcard?

I installed recently dhcp-client and it configured my netcard,but momentarily I am not on a DHCP network...

how do I reconfigure my netcard again?

any tool/file I should look for?

PS.: I have a VIA Rhine

andrew001 08-14-2003 06:21 AM

# ifconfig -a

will give you a list of network devices, their MAC addresses, and other useful information.

# dhcpcd -d ethx will bring up the card ethx.

~Andrew


All times are GMT -5. The time now is 11:54 PM.