歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Linux grub 命令引導過程及Iptables設置

Linux grub 命令引導過程及Iptables設置

日期:2017/2/28 16:16:46   编辑:Linux教程

Linux系統啟動後輸入下面命令:

root (hd0,0)

kernel /Vmlinux.................. root=/dev/sda5 signal

initrd /initrd...........

boot

sda就是SCSI 硬盤!不過我現在的SATA也是被掛載為sda
hda就是IDE!iptables -t nat -F
iptables -t mangle -F
iptables -t nat -I POSTROUTING -s 10.2.0.76/16 -j SNAT --to 10.0.0.76
service mysqld start

Copyright © Linux教程網 All Rights Reserved