<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>RTX1000 | www.kabosu.info</title>
	<atom:link href="https://www.kabosu.info/tag/rtx1000/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kabosu.info</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 01 Mar 2010 14:22:36 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">178840153</site>	<item>
		<title>RTX1000 静的IPマスカレードによるポート開放</title>
		<link>https://www.kabosu.info/2010/01/rtx-1000-%e9%9d%99%e7%9a%84ip%e3%83%9e%e3%82%b9%e3%82%ab%e3%83%ac%e3%83%bc%e3%83%89%e3%81%ab%e3%82%88%e3%82%8b%e3%83%9d%e3%83%bc%e3%83%88%e9%96%8b%e6%94%be/</link>
					<comments>https://www.kabosu.info/2010/01/rtx-1000-%e9%9d%99%e7%9a%84ip%e3%83%9e%e3%82%b9%e3%82%ab%e3%83%ac%e3%83%bc%e3%83%89%e3%81%ab%e3%82%88%e3%82%8b%e3%83%9d%e3%83%bc%e3%83%88%e9%96%8b%e6%94%be/#respond</comments>
		
		<dc:creator><![CDATA[shinn]]></dc:creator>
		<pubDate>Sun, 10 Jan 2010 15:15:19 +0000</pubDate>
				<category><![CDATA[ハードウェア]]></category>
		<category><![CDATA[RTX1000]]></category>
		<guid isPermaLink="false">https://www.kabosu.info/?p=259</guid>

					<description><![CDATA[<p>静的IPマスカレードによるポート開放手順を簡単に記載。 (例として http[80],https[443]の開放。 2000xxの箇所は、重複しないようにする) IPフィルタ(pass)設定 (administrator...</p>
The post <a href="https://www.kabosu.info/2010/01/rtx-1000-%e9%9d%99%e7%9a%84ip%e3%83%9e%e3%82%b9%e3%82%ab%e3%83%ac%e3%83%bc%e3%83%89%e3%81%ab%e3%82%88%e3%82%8b%e3%83%9d%e3%83%bc%e3%83%88%e9%96%8b%e6%94%be/">RTX1000 静的IPマスカレードによるポート開放</a> first appeared on <a href="https://www.kabosu.info">www.kabosu.info</a>.]]></description>
										<content:encoded><![CDATA[<p>静的IPマスカレードによるポート開放手順を簡単に記載。<br />
(例として http[80],https[443]の開放。 2000xxの箇所は、重複しないようにする)</p>
<p>IPフィルタ(pass)設定 (administratorで実行)</p>
<blockquote><p><code><br />
# ip filter 2000xx pass * 192.168.xxx.xxx tcp * www<br />
# ip filter 2000xx pass * 192.168.xxx.xxx tcp * https<br />
# pp select 1<br />
pp1#  ip pp secure filter in 2000xx 2000xx<br />
pp1# pp select none<br />
# save<br />
</code></p></blockquote>
<p>静的IPマスカレード設定 (administratorで実行)</p>
<blockquote><p><code><br />
# nat descriptor masquerade static 1 1 192.168.xxx.xxx tcp www<br />
# nat descriptor masquerade static 1 2 192.168.xxx.xxx tcp https<br />
# save<br />
</code></p></blockquote>The post <a href="https://www.kabosu.info/2010/01/rtx-1000-%e9%9d%99%e7%9a%84ip%e3%83%9e%e3%82%b9%e3%82%ab%e3%83%ac%e3%83%bc%e3%83%89%e3%81%ab%e3%82%88%e3%82%8b%e3%83%9d%e3%83%bc%e3%83%88%e9%96%8b%e6%94%be/">RTX1000 静的IPマスカレードによるポート開放</a> first appeared on <a href="https://www.kabosu.info">www.kabosu.info</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kabosu.info/2010/01/rtx-1000-%e9%9d%99%e7%9a%84ip%e3%83%9e%e3%82%b9%e3%82%ab%e3%83%ac%e3%83%bc%e3%83%89%e3%81%ab%e3%82%88%e3%82%8b%e3%83%9d%e3%83%bc%e3%83%88%e9%96%8b%e6%94%be/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">259</post-id>	</item>
		<item>
		<title>RTX1000設定例</title>
		<link>https://www.kabosu.info/2010/01/rtx1000%e8%a8%ad%e5%ae%9a%e4%be%8b/</link>
					<comments>https://www.kabosu.info/2010/01/rtx1000%e8%a8%ad%e5%ae%9a%e4%be%8b/#comments</comments>
		
		<dc:creator><![CDATA[shinn]]></dc:creator>
		<pubDate>Mon, 04 Jan 2010 03:11:27 +0000</pubDate>
				<category><![CDATA[ハードウェア]]></category>
		<category><![CDATA[RTX1000]]></category>
		<guid isPermaLink="false">https://www.kabosu.info/?p=241</guid>

					<description><![CDATA[<p>設定メモ。 YAMAHA RTX1000をブロードバンドルータとして使う方法。 ※RTX1000は、初期状態で、IPアドレスが一切設定されていないため、 シリアルコンソールか、rarpサーバなどで、IPアドレスを設定する...</p>
The post <a href="https://www.kabosu.info/2010/01/rtx1000%e8%a8%ad%e5%ae%9a%e4%be%8b/">RTX1000設定例</a> first appeared on <a href="https://www.kabosu.info">www.kabosu.info</a>.]]></description>
										<content:encoded><![CDATA[<p>設定メモ。<br />
YAMAHA RTX1000をブロードバンドルータとして使う方法。<br />
※RTX1000は、初期状態で、IPアドレスが一切設定されていないため、<br />
シリアルコンソールか、rarpサーバなどで、IPアドレスを設定する必要があります。<br />
コンソールに接続できたら、TELNETでログイン。初期値は、パスワード無しです。</p>
<blockquote><p><code>Password: (そのままEnter)<br />
&gt; administrator<br />
Password: (そのままEnter)<br />
# ip lan1 address 192.168.xxx.xxx/24 (ルータのIPアドレス設定)<br />
# save<br />
# restart</code></p></blockquote>
<p>これで、lan1にプライベートIPの設定が完了です。ルータの再起動が終わったら再度TELNETでログインします。<br />
次は基本設定と、PPPoEの設定 (administratorで実行)</p>
<blockquote><p><code># nat descriptor log on<br />
# nat descriptor masquerade ttl hold auto<br />
# nat descriptor type 1 masquerade<br />
# nat descriptor address outer 1 ipcp<br />
# nat descriptor address inner 1 auto<br />
# pp select 1<br />
pp1# pp name "接続先の名称"<br />
pp1# pp always-on on<br />
pp1# pppoe use lan2 (WANは、lan2を使用する)<br />
pp1# pppoe auto connect on<br />
pp1# pppoe auto disconnect off<br />
pp1# pp auth accept pap chap<br />
pp1# pp auth myname (アカウントID) (パスワード)<br />
pp1# ppp lcp mru on 1454<br />
pp1# ppp ipcp ipaddress on<br />
pp1# ppp ipcp msext on<br />
pp1# ppp ccp type none<br />
pp1# ip pp mtu 1454<br />
pp1# ip pp intrusion detection in on reject=on<br />
pp1# ip pp intrusion detection out on reject=on<br />
pp1# ip pp nat descriptor 1<br />
pp1# pp enable 1<br />
pp1# pp select none<br />
# ip route default gateway pp 1<br />
# dns server pp 1<br />
# dns private address spoof on<br />
# dhcp service server<br />
# dhcp scope 1 192.168.xxx.xxx-192.168.xxx.xxx/24<br />
# save</code></p></blockquote>
<p>これで、インターネットには接続できます。<br />
次に、IPフィルタなどのセキュリティ設定をします。<br />
<span id="more-241"></span></p>
<blockquote><p><code># security class 2 off on<br />
# timezone +09:00<br />
# console character euc (文字コードは、環境に応じて)<br />
# console lines infinity<br />
# login timer 1800 (ログインタイマーは少し伸ばす)<br />
# ntpdate ntp.nict.jp (時刻を調整)<br />
# schedule at 1 */* *:15 * ntpdate ntp.nict.jp<br />
# tftp host none<br />
# telnetd host lan1<br />
# httpd host lan1<br />
# upnp use on<br />
# upnp external address refer pp 1<br />
# ip filter source-route on<br />
# ip filter directed-broadcast on<br />
# ip stealth pp1<br />
# ipv6 stealth pp1<br />
# nat descriptor masquerade incoming 1 discard<br />
# ip filter 100000 reject * * udp,tcp 135 *<br />
# ip filter 100001 reject * * udp,tcp * 135<br />
# ip filter 100002 reject * * udp,tcp netbios_ns-netbios_dgm *<br />
# ip filter 100003 reject * * udp,tcp * netbios_ns-netbios_dgm<br />
# ip filter 100004 reject * * udp,tcp netbios_ssn *<br />
# ip filter 100005 reject * * udp,tcp * netbios_ssn<br />
# ip filter 100006 reject * * udp,tcp 445 *<br />
# ip filter 100007 reject * * udp,tcp * 445<br />
# ip filter 100099 pass * * * * *<br />
# ip filter 200000 reject 10.0.0.0/8 * * * *<br />
# ip filter 200001 reject 172.16.0.0/12 * * * *<br />
# ip filter 200002 reject 192.168.0.0/16 * * * *<br />
# ip filter 200003 reject 192.168.xxx.xxx/24 * * * *<br />
# ip filter 200004 reject * 10.0.0.0/8 * * *<br />
# ip filter 200005 reject * 172.16.0.0/12 * * *<br />
# ip filter 200006 reject * 192.168.0.0/16 * * *<br />
# ip filter 200007 reject * 192.168.xxx.xxx/24 * * *<br />
# ip filter 200008 reject * * udp,tcp 135 *<br />
# ip filter 200009 reject * * udp,tcp * 135<br />
# ip filter 200010 reject * * udp,tcp netbios_ns-netbios_ssn *<br />
# ip filter 200011 reject * * udp,tcp * netbios_ns-netbios_ssn<br />
# ip filter 200012 reject * * udp,tcp 445 *<br />
# ip filter 200013 reject * * udp,tcp * 445<br />
# ip filter 200014 pass * * icmp * *<br />
# ip filter 200015 pass * * established * *<br />
# ip filter 200016 pass * * tcp * ident<br />
# ip filter 200099 pass * * * *<br />
# ip filter dynamic 200080 * * ftp<br />
# ip filter dynamic 200081 * * domain<br />
# ip filter dynamic 200082 * * www<br />
# ip filter dynamic 200083 * * smtp<br />
# ip filter dynamic 200084 * * pop3<br />
# ip filter dynamic 200085 * * telnet<br />
# ip filter dynamic 200098 * * tcp<br />
# ip filter dynamic 200099 * * udp<br />
# ip lan1 secure filter in 100000 100001 100002 100003 100004 100005 100099<br />
# pp select 1<br />
pp1#  ip pp secure filter in 200000 200001 200002 200003 200008 200009 200010 200011 200012 200013 200014 200015 200016 200017 200018<br />
pp1#  ip pp secure filter out 200004 200005 200006 200007 200008 200009 200010 200011 200012 200013 200099 dynamic 200080 200081 200082 200083 200084 200085 200098 200099<br />
pp1# pp select none<br />
# save<br />
# restart</code></p></blockquote>
<p>レポートメール設定例</p>
<blockquote><p><code># mail-notify status use on<br />
# mail-notify status server (メールサーバのIP)<br />
# mail-notify status from (送信元メールアドレス)<br />
# mail-notify status to 1 (送信先メールアドレス)<br />
# mail-notify status subject "RTX1000 : Report"<br />
# mail-notify status timeout 30<br />
# mail-notify status type all<br />
# save</code></p></blockquote>
<p>IPマスカレードによる、ポート開放は次回にでも。</p>
<p>書き忘れてた分追記<br />
パスワードは、必ず設定しておきましょう。</p>
<blockquote><p><code># login password<br />
# administrator password</code></p></blockquote>
<p>最後に、<br />
<a href="https://www.grc.com/x/ne.dll?bh0bkyd2" target="_blank">Shields UP! &#8211; Internet Vulnerability Profiling</a><br />
すべてのポートが、[緑]Stealthなら、OKです。</p>The post <a href="https://www.kabosu.info/2010/01/rtx1000%e8%a8%ad%e5%ae%9a%e4%be%8b/">RTX1000設定例</a> first appeared on <a href="https://www.kabosu.info">www.kabosu.info</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kabosu.info/2010/01/rtx1000%e8%a8%ad%e5%ae%9a%e4%be%8b/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">241</post-id>	</item>
	</channel>
</rss>
