· 8 years ago · Dec 02, 2016, 01:44 AM
1auto eth0
2iface eth0 inet static
3address 192.168.1.13
4netmask 255.255.255.0
5gateway 192.168.1.1
6dns-nameservers 192.168.1.12 192.168.1.11 10.1.0.10
7hwaddress ether 00:50:56:b1:23:b0
8
9auto eth0:0
10iface eth0:0 inet static
11address 192.168.1.14
12netmask 255.255.255.0
13
14auto eth2
15iface eth2 inet static
16address 10.2.0.12
17netmask 255.255.255.0
18hwaddress ether 00:50:56:b1:71:7a
19post-up route add -net 192.168.211.32 netmask 255.255.255.224 gw 10.2.0.1
20
21auto eth3
22iface eth3 inet static
23address 10.3.0.13
24netmask 255.255.255.0
25hwaddress ether 00:50:56:b1:1c:cd
26post-up route add -net 192.168.211.64 netmask 255.255.255.224 gw 10.3.0.1
27
28auto eth4
29iface eth4 inet static
30address 144.?.?.206
31netmask 255.255.255.252
32hwaddress ether 00:50:56:b1:3d:10
33post-up route add -net 199.?.?.67 netmask 255.255.255.255 gw 144.?.?.205
34
35auto eth1
36iface eth1 inet static
37address 10.100.0.11
38netmask 255.255.255.0
39hwaddress ether 00:50:56:b1:82:59
40
41Kernel IP routing table
42Destination Gateway Genmask Flags Metric Ref Use Iface
430.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
4410.2.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
4510.3.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth3
46144.?.?.204 0.0.0.0 255.255.255.252 U 0 0 0 eth4
47172.16.43.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
48192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
49192.168.211.32 10.2.0.1 255.255.255.224 UG 0 0 0 eth2
50192.168.211.64 10.3.0.1 255.255.255.224 UG 0 0 0 eth3
51199.?.?.67 144.?.?.205 255.255.255.255 UGH 0 0 0 eth4
52
53itas@FreeSWITCH2:~$ ping 10.3.0.99
54PING 10.3.0.99 (10.3.0.99) 56(84) bytes of data.
55From 10.3.0.13 icmp_seq=1 Destination Host Unreachable
56From 10.3.0.13 icmp_seq=2 Destination Host Unreachable
57From 10.3.0.13 icmp_seq=3 Destination Host Unreachable
58
5920:10:52.378575 IP 10.3.0.13 > 10.3.0.13: ICMP host 10.3.0.99 unreachable, length 92