June 2016
Intermediate to advanced
152 pages
3h 30m
English
For our next step, we're going to add a second interface to server 1. In addition to 10.0.0.1/24 being configured on eth0, we're going to configure 192.168.0.1/24 on eth1. The second interface could just as easily be 10.0.1.1/24, but let's make sure that the networks are obviously different.
The systems should be configured similar to Figure 1:

Let's connect two networks:
eth1 on server 1:# ip link set dev eth1 up # ip addr add dev eth1 192.168.0.1/24 # ip addr list eth1 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether ...
Read now
Unlock full access