PGをT-GATE以外(TS等に送信する場合はこの作業が必要です) 1. 20.0.0.142(オートアップデートサーバ)にputtyで接続します login as: root root@20.0.0.142's password:Teraoka0893 (表示しない) Last login: Mon Nov 6 17:02:52 2017 from 25.0.0.54 [root@localhost ~]# vi /etc/sysconfig/network-scripts/route-eth0  ←コピペ <追加記述例> 接続TSIPのネットワークアドレス via 20.0.0.30 192.5.0.0/16 via 20.0.0.30 ←編集してコピペしてください 追加後、:wq で書き込み [root@localhost ~]# service network restart  ←コピペ(ネットワークリスタート) Shutting down interface eth0: [ OK ] Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface eth0: Determining if ip address 20.0.0.142 is already in use for device eth0... [ OK ] ping確認する 2020/6/29時点ルーティング情報 [root@localhost ~]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.17.4.1 20.0.0.30 255.255.255.255 UGH 0 0 0 eth0 10.70.21.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.117.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.116.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.119.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.118.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 25.0.0.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.115.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.114.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 20.0.0.0 * 255.255.255.0 U 0 0 0 eth0 10.70.40.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.120.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.18.8.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 172.21.247.0 20.0.0.30 255.255.255.0 UG 0 0 0 eth0 128.1.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 23.40.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 192.5.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 23.41.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 23.4.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 link-local * 255.255.0.0 U 1002 0 0 eth0 192.168.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 23.1.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 23.0.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 23.3.0.0 20.0.0.30 255.255.0.0 UG 0 0 0 eth0 10.0.0.0 20.0.0.30 255.0.0.0 UG 0 0 0 eth0 default 20.0.0.140 0.0.0.0 UG 0 0 0 eth0 [root@localhost ~]#