redhat7的網路配置?
初始狀態:ifconfig
修改網路配置檔案:/etc/sysconfig/network-scripts/eno16777736
部分內容釋義:
type=ethernet #網路介面型別配置完成後重啟網絡卡服務:systemctl restart networkbootproto=static
#動態為dhcp
defroute=yes
ipv4_failure_fatal=yes
ipv6init=yes #是否支援ipv6
ipv6_autoconf=yes
ipv6_defroute=yes
ipv6_failure_fatal=no
name=eno16777736 #網絡卡名稱
uuid=72cf53fd-534c-4765-912b-3df575a10a7d
onboot=yes #開啟自動啟用網路連線
ipaddro=192.168.1.20#設定ip位址
gateway0=192.168.1.1#設定閘道器
prefix0=24#設定子網掩碼
dns1=192.168.1.1#設定dns
hwaddr=00:0c:29:b8:2b:07peerdns=yes
peerroutes=yes
ipv6_peerdns=yes
ipv6_peerroutes=yes
測試網路是否連通:ping www.baidu.com
結果如上,配置成功!
學習記錄(三)
new出來的空間都會給個預設值 基本型別預設值是0,引用型別預設值是null,布林型別預設值是false 方法內的new沒給預設值的確沒有,物件內沒給會有預設值 陣列的資料空間是連續的,申請的時候預設連續 一般連續放資料,但比如桶排序會不按順序放入 導線互相匯聚,網路通過電訊號傳播 電壓,高電壓1,...
Linux學習記錄第三天
centos 7 systemctl poweroff systemctl reboot poweroff halt reboot stallman 自由含義 自由學習和修改,自由使用 自由分發 自由創新衍生版 linux的哲學思想 一切皆檔案 把幾乎所有的資源通通抽象為檔案格式 包括硬體裝置,甚至...
Linux 學習記錄
1.linux 拷貝隱藏檔案 進入當前需要拷貝的目錄,即源目錄 假如 source 拷貝到 centos5.3 cd source tar cf cd centos5.3 tar xvf 或者 cp r centos5.3 2.linux 下新增postgresql 使用者 進入 postgresq...