Red Hat Enterprise 7.9 实现双网卡同时业务访问

Posted CIAS

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Red Hat Enterprise 7.9 实现双网卡同时业务访问相关的知识,希望对你有一定的参考价值。

下载mysql对应的版本

系统 YUM参考 Red Hat Enterprise 系统下载
Linux 具体配置参考 download包含6,7,8

查询网络路由 

route

已经配置route 

vi /root/test_router.sh
#!/bin/sh
# -*- coding: utf-8 -*-
# Author: CIASM
# Date: 2021/05/28

mkdir -p /usr/local/route/

cat << EOF > /usr/local/route/route.sh
#!/bin/bash
route del -net 0.0.0.0 em1
route del -net 0.0.0.0 em2
route add -net 192.168.0.0/16 gw 192.168.12.1 em1
EOF

chmod +x /usr/local/route/route.sh

cat << EOF > /lib/systemd/system/route.service
[Unit]
Description=myrou

以上是关于Red Hat Enterprise 7.9 实现双网卡同时业务访问的主要内容,如果未能解决你的问题,请参考以下文章

Red Hat Enterprise linux 7的新特性

Red Hat Enterprise Linux 8系统学习(十五)

red hat enterprise linux 怎么用ssh开启

Red Hat Enterprise Linux 官方正式版镜像下载

安装 Red Hat Enterprise Linux 7

Red Hat Enterprise 8.5 Install