`

ubuntu network config

阅读更多

1. config network:

sudo vi /etc/network/interfaces

 

     the configuration:

 

auto eth0
iface eth0 inet static
address 172.16.9.144
gateway 172.16.9.254
netmask 255.255.255.0
network 172.16.9.0
broadcast 172.16.9.255

 

sudo /etc/init.d/networking restart
 

 

2.  config dns

 

sudo vi /etc/resolv.conf

 

nameserver 124.16.136.254

 

if /etc/resolv.con does not exists, it will be created here.

 

if vmware is used,set the network adapter to bridged.

 

 

3. Dynamically getting IP configuration

Use the default config in /etc/network/interfaces

   auto lo  
   iface lo inet loopback 
 

4. Restart eth0

$ sudo ifdown eth0
 
$ sudo ifup eth0
 
分享到:
评论

相关推荐

    嵌入式系统/ARM技术中的如何给Ubuntu9.10设置静态IP

    在内网中,往往要给机子设置静态IP,Ubuntu9.10默认使用IPV6,所以要先禁用IPV6:  sudo vi /etc/modprobe.d/blacklist.conf  编辑blacklist.conf这个文件,在文件最后一行添加blacklist ipv6,然后保存退出。 ...

    YOLOv3 的实时对象抓取检测ROS包_机器手_C++_代码_下载

    https://github.com/yehengchen/YOLOv3-ROS/raw/master/darknet_ros/yolo_network_config/weights/output.gif YOLOv3_ROS 对象检测 开发环境 Ubuntu 16.04 / 18.04 ROS动力学/旋律 openCV ROS 安装选项 ROS...

    lean-conky-config

    它还可以使信息保持最新,例如,在切换WiFi时,NETWORK(网络)部分会动态更新。 同样,当您插入或拔出USB驱动器时,DISK USAGE也会反映出更改。 安装 首先,您需要安装Conky。 在Ubuntu上,只需: sudo apt ...

    vagrant-shiny:在 VM 上安装闪亮的服务器

    20150205 阿吉诺哈克安装闪亮的服务器在...Ubuntu重要的安装 R 包的内存问题,必须至少1 Gb RAM才能shiny但2 Gb用于dplyr 调整Vagrantfile config.vm.network "forwarded_port", guest: 3838, host: 4001 config.vm.p

    java8集合源码-PBC-Vbeliaev:PBC-Vbeliaev

    config.vm.network "private_network", ip: "192.168.33.10" config.vm.provider "virtualbox" do |vb| vb.name = "Vbeliaev" end end 然后运行vagrant up最后你可以用 ssh 连接到你的虚拟机: ssh vagrant@192.168....

    roon-docker-image:用于Roon Server的基于Ubuntu的非官方Docker映像(https:roonlabs.com)

    Roon Docker映像 用于roon的Docker映像。... --network host --name=roon-server \ -v </path>:/config \ -v </path>:/music \ --restart unless-stopped \ jmmaloney4/roon:latest Kubernetes舵图 舵图见 。

    ap6181调通SSH和SCP+ap6212a0_r16_tinav2.1.7z

    HOST_OS_EXTRA=Linux-3.13.0-24-generic-x86_64-with-Ubuntu-14.04-trusty HOST_BUILD_TYPE=release BUILD_ID=57513AA3 OUT_DIR= ============================================ rootroot@rootroot-E400:~/wyb/ap...

    aosp-env:使用 puppet 在 Ubuntu 12.04 LTS 64 位上配置 AOSP 构建环境

    config.vm.network "forwarded_port", guest: 22, host: 2020, auto_correct: true config.vm.provider "virtualbox" do |vb| vb.customize ["modifyvm", :id, "--memory", (1024*16).to_s] vb.customize [...

    K3s-Pi-Cluster:使用Ansible的K3s Kubernetes集群具有高度可用的etcd数据存储-考虑了Raspberry Pi或'arm64'节点

    挂载SD卡并修改“ system-boot / network-config”文件以反映以下文本: version: 2 ethernets: eth0: dhcp4: no addresses: # Enter the address you would like with a CIDR network mask - 0.0.0.0/24 # Enter ...

    CrossChain-Bridge:基于Anyswap MPC网络的跨链桥

    这取决于您的平台,在Ubuntu上可以运行: sudo apt updatesudo apt install docker.io2.下载Docker映像并创建并运行容器:交换docker run -itd --name swap --network host --restart always -v /var/lib/docker/...

    vagrant-gitlab:带有 GitLab 的 Vagrant box

    找到行config.vm.network "forwarded_port", guest: 22, host: 8022 ,将8022替换为您希望 ssh 连接的任何端口。 Git客户端需要配置ssh默认连接到这个端口。 将以下行附加到~/.ssh/config 。 Host gitlab.chenwl....

    h2-h3-automated-measurement:自动测量h2和h3的工具

    Ubuntu(与Ubuntu 20.04.2 LTS合作) Chrome(与89.0.4389.82配合使用) xdotool npm 节点 sshpass 配置 在config.js 将变量downloadsPath设置为Chromium的下载位置。 将变量networkInterface设置为您的网络...

    vmtools-linux.iso

    ( ) Using config file: "/tmp/vmware-config0/XF86Config.3131" (WW) VMWARE(0): Failed to set up write-combining range (0xf0000000,0x1000000) X is running fine with the new config file. Starting VMware ...

    vagrant-software-bridge:Vagrant 软件桥接插件

    Vagrant 软件桥接插件在来宾中配置软件桥... 该手势采用与config.vm.network类似的参数,但有一些例外。 有效参数如下: interface桥接接口的名称。 默认值为br0 、 br1等,计数器随着每个网桥的添加而递增。 bridge_p

    Web 3.0 实现无痕隐私和无缝兼容

    自动机建造在 Ubuntu/Debian(或WSL上的类似发行版)上,安装以下软件包:sudo apt-get update sudo apt-get install -y build-essential pkg-config llvm-dev libclang-dev clang libssl-dev curl通过rustup.rs安装...

    vagrant-vlan:Vagrant VLAN 插件

    该手势采用与config.vm.network类似的参数,但有一些例外。 有效参数如下: vlan VLAN 标识符。 [1, 4094] 范围内的整数。 parent VLAN 接口应连接到的父(或物理)接口。 type IP 分配方法。 有效值为“dhcp”和...

    zabbix_ansible

    经过测试: ansible >= 2.8.5ubuntu >= 18.04git >= 2.28zabbix == 5.2Zabbix要求PHP 7.2.01-设置DNS服务器(可选): 打开/ etc / netplan目录中的接口配置文件sudo nano /etc/netplan/00-installer-config.yaml该...

    Domain-monitor:子域名监测原始码与环境建设

    环境要求:ubuntu 64位 python3 go mongodb chrome chromedriver git clone 代码结构: browser.py 浏览器功能 获取html、执行js等 config.py 配置文件,一些需要的功能 mongodb_con.py mongo连接文件 start.py...

    自动机:Web 3.0实现了无痕隐私和无缝兼容性

    自动机建造在Ubuntu / Debian(或上的类似发行版)上,安装以下软件包: sudo apt-get updatesudo apt-get install -y build-essential pkg-config llvm-dev libclang-dev clang libssl-dev curl 通过安装Rust: ...

    systemd-netlogd:使用Syslog格式RFC 5424通过网络将日志中的消息从日记转发到其他主机

    网络启动时开始发送日志,网络断开时立即停止发送日志(使用sd-network)。 它从日记中读取并逐一转发到网络。 它不使用任何额外的磁盘空间。 从源安装 安装构建依赖项: # On Debian/Ubuntu sudo apt install ...

Global site tag (gtag.js) - Google Analytics