<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Solaris 網路不通問題處理"]]></title>
		<link>https://forum.andowson.com/posts/list/16.page</link>
		<description><![CDATA[Latest messages posted in the topic "Solaris 網路不通問題處理"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Solaris 網路不通問題處理</title>
				<description><![CDATA[ 1. PING不到Gateway(default router) 
<br>
檢查並修改/etc/defaultrouter 
<br>
如果有修改，需重新啟動 
<br>
[code]sync; sync; sync; init 6[/code] 
<br>
<br>
2.PING不到同一個LAN上的某部主機 
<br>
檢查是否有設定static route 
<br>
[code]$ netstat -rn 
<br>
<br>
Routing Table: IPv4 
<br>
 Destination Gateway Flags Ref Use Interface 
<br>
-------------------- -------------------- ----- ----- ------ --------- 
<br>
172.16.244.0 172.16.244.240 U 1 35 ce0 
<br>
224.0.0.0 172.16.244.240 U 1 0 ce0 
<br>
default 172.16.244.254 UG 1 268 
<br>
127.0.0.1 127.0.0.1 UH 3 287 lo0 
<br>
[/code] 
<br>
如果有UGH的Flags，可透過route delete [i]destination[/i] [i]gateway[/i]的方式來刪除 
<br>
<br>
3.PING不到其他不同LAN上的主機 
<br>
可能原因很多，如果兩邊都各自PING得到Gateway，先檢查防火牆設定看看 
<br>
如果防火牆設定有允許PING，則可用traceroute指令追蹤看看 
<br>
如果是由防火牆後的內部網段主機PING外面Internet主機，因需配發一個Public IP給該主機出去的封包，故要順便檢查防火牆有沒有設定為NAT mode，如果是routing mode則需對每部要連出去的主機設定一個mapping IP。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/214/323.page</guid>
				<link>https://forum.andowson.com/posts/preList/214/323.page</link>
				<pubDate><![CDATA[Thu, 24 Jan 2008 01:09:27]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>