怎么把linux连接到内网中

一.插入网线

二.启动网卡eth0

   ifconfig eth0 up

三.查看网卡状态是否是running

      ifconfig  eth0   

      不太懂的

      请参考:https://jingyan.baidu.com/article/f25ef2546ffde3482d1b8278.html

四.配置网络IP

     ifconfig eth0 192.168.188.250 netmask 255.255.255.0

    也可以由路由动态分配IP地址.

    请参考:https://jingyan.baidu.com/article/9113f81b01dee72b3214c7cd.html

    

posted @ 2017-05-08 19:13  码农ant  阅读(1826)  评论(0)    收藏  举报