搜尋此網誌

2013年8月27日 星期二

linux指令 集中區

設定route
route add -net 168.95.1.1 netmask 255.255.255.255 gw 172.xx.xx.xx dev eth0
route add –host smtp.hsss.net gw 172.xx.xx.xx

相對windows
route -p add 168.95.1.1 mask 255.255.255.255 172.xx.xx.xx

關於linux 6.X開啟防火牆無法正常連nfs

先前因為資安設定
所以要求伺服器必須開啟防火牆
於是照著開啟http,ssh,nfs
並且將預設全開的條件注解掉