Linux grub 命令引导过程及Iptables设置

字体大小: 中小 标准 ->行高大小: 标准

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

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/60532.html