当前位置: 首页 > article >正文

ubuntu 设置静态IP

一、

ip address

sudo nano /etc/netplan/50-cloud-init.yaml

修改前:

修改后:

====================================================================
# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        enp0s3:
            dhcp4: no
            addresses: [192.168.31.142/24]
            optional: true
            routes:
              - to: default
                via: 192.168.31.1
            nameservers:
              addresses: [114.114.114.114,8.8.8.8]
    version: 2
====================================================================

sudo netplan apply #生效


http://www.kler.cn/a/322532.html

相关文章:

  • 力扣第 55 题 跳跃游戏
  • 深入理解 SQL_MODE 之 ANSI_QUOTES
  • 问题分析与解决:Android开机卡动画问题分析
  • 杰控通过 OPCproxy 获取数据发送到服务器
  • 如何利用SAP低代码平台快速构建企业级应用?
  • 为正在运行的 Docker 容器重启策略,以提高服务的可用性
  • FileZilla Server 黑白单移除
  • 基于Spring Boot+Vue的减肥健康管理系统设计和实现【原创】(BMI算法,协同过滤算法、图形化分析)
  • 类和对象(3)
  • spring-boot web + vue
  • RNA-seq通用代码-生物信息学pipeline001
  • Spring MVC参数接收 总结
  • Flutter modal_bottom_sheet 库:介绍与使用指南
  • 如何在CentOS 7上升级KVM内核?
  • 信息安全工程师(22)密码学网络安全应用
  • 一款好用的多种格式电子书制作软件
  • 【编程小白必看】MySQL 日期类型转换与判断操作秘籍一文全掌握
  • Docker torchserve workflow部署流程
  • 【React】JSX基础知识
  • 鸿蒙-app进入最近任务列表触发的监听
  • 均匀合并列表
  • 前端面试题(七)
  • 力扣题解2306
  • 探秘电商平台数据采集:API 接口接入实战演示
  • DERT目标检测—End-to-End Object Detection with Transformers
  • pip配置阿里云、清华和中科大的镜像