Home
Certification Preparation
CompTIA
Linux+
How to install and config network with 2 NIC?
amiableboy
I can't config 2 NIC in Linux 8.0. Linux recognize them, active them. But I ca'n t use them. Help me! More detail ! thank much!
Find more posts tagged with
Comments
XCommand
# ifconfig eth0 ip_address
# ifconfig eth1 ip_address
Write your ip address instead of a "ip_address"
xetrev
and if you want to configure multiple ips for one nic, lets say you are on a hub/switch and want to assign a nic a public ip and a natted do
ifconfig eth0 ip_address
ifconfig eth0:1 ip_address
vice versa for eth1
rossonieri#1
dont forget to do these :
ifconfig eth0 up -> to bring the interface up
ifconfig eth0 down -> to bring it down
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of