<?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/"
	>

<channel>
	<title>身内 | くまたんのサイト</title>
	<atom:link href="https://kmtn.net/tag/%E8%BA%AB%E5%86%85/feed/" rel="self" type="application/rss+xml" />
	<link>https://kmtn.net</link>
	<description>ようこそ、くまのサイトへ</description>
	<lastBuildDate>Mon, 20 Nov 2017 13:59:32 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://kmtn.net/wp-content/uploads/2024/12/cropped-VEXX4HRh_400x400-32x32.jpg</url>
	<title>身内 | くまたんのサイト</title>
	<link>https://kmtn.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>身内だけで利用する方向けのTeamSpeak3構築　～VPS～</title>
		<link>https://kmtn.net/2016/05/31/%e8%ba%ab%e5%86%85%e3%81%a0%e3%81%91%e3%81%a7%e5%88%a9%e7%94%a8%e3%81%99%e3%82%8b%e6%96%b9%e5%90%91%e3%81%91%e3%81%aeteamspeak3%e6%a7%8b%e7%af%89%e3%80%80%ef%bd%9evps%ef%bd%9e/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e8%25ba%25ab%25e5%2586%2585%25e3%2581%25a0%25e3%2581%2591%25e3%2581%25a7%25e5%2588%25a9%25e7%2594%25a8%25e3%2581%2599%25e3%2582%258b%25e6%2596%25b9%25e5%2590%2591%25e3%2581%2591%25e3%2581%25aeteamspeak3%25e6%25a7%258b%25e7%25af%2589%25e3%2580%2580%25ef%25bd%259evps%25ef%25bd%259e</link>
					<comments>https://kmtn.net/2016/05/31/%e8%ba%ab%e5%86%85%e3%81%a0%e3%81%91%e3%81%a7%e5%88%a9%e7%94%a8%e3%81%99%e3%82%8b%e6%96%b9%e5%90%91%e3%81%91%e3%81%aeteamspeak3%e6%a7%8b%e7%af%89%e3%80%80%ef%bd%9evps%ef%bd%9e/#respond</comments>
		
		<dc:creator><![CDATA[くまたん]]></dc:creator>
		<pubDate>Tue, 31 May 2016 06:47:20 +0000</pubDate>
				<category><![CDATA[インフラ]]></category>
		<category><![CDATA[構築]]></category>
		<category><![CDATA[CentOS7]]></category>
		<category><![CDATA[FPS]]></category>
		<category><![CDATA[Mumble]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[TeamSpeak3]]></category>
		<category><![CDATA[TS3]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[簡単]]></category>
		<category><![CDATA[身内]]></category>
		<guid isPermaLink="false">https://kmtn.net/?p=147</guid>

					<description><![CDATA[<p>環境はCentOS7です。身内(32人以下)で利用する方向けのTS3構築です。 実行ユーザの追加 # useradd teamspeak # passwd teamspeak ユーザー minecraft のパスワードを...</p>
The post <a href="https://kmtn.net/2016/05/31/%e8%ba%ab%e5%86%85%e3%81%a0%e3%81%91%e3%81%a7%e5%88%a9%e7%94%a8%e3%81%99%e3%82%8b%e6%96%b9%e5%90%91%e3%81%91%e3%81%aeteamspeak3%e6%a7%8b%e7%af%89%e3%80%80%ef%bd%9evps%ef%bd%9e/">身内だけで利用する方向けのTeamSpeak3構築　～VPS～</a> first appeared on <a href="https://kmtn.net">くまたんのサイト</a>.]]></description>
										<content:encoded><![CDATA[<p>環境はCentOS7です。身内(32人以下)で利用する方向けのTS3構築です。</p>
<p><span id="more-147"></span></p>
<h3>実行ユーザの追加</h3>
<pre class="lang:default decode:true"># useradd teamspeak
# passwd teamspeak
ユーザー minecraft のパスワードを変更。
新しいパスワード:
新しいパスワードを再入力してください:</pre>
<p><span style="font-size: 10pt;"><strong><span style="color: #ff0000;">※rootでTeamSpeakを稼働することは推奨しません。</span></strong></span></p>
<p>&nbsp;</p>
<h3>TeamSpeak3のサーバーソフトウェアのダウンロード、設置</h3>
<pre class="lang:default decode:true"># su - teamspeak
# mkdir teamspeak
# cd teamspeak
# wget http://dl.4players.de/ts/releases/3.0.12.4/teamspeak3-server_linux_amd64-3.0.12.4.tar.bz2
# tar jxf teamspeak3-server_linux_amd64-3.0.12.4.tar.bz2
# mv teamspeak3-server_linux_amd64-3.0.12.4/* ./*</pre>
<p>&nbsp;</p>
<h3>ポートの開放をする</h3>
<pre class="lang:default decode:true">--音声用--
# firewall-cmd --add-port=9987/tcp --zone=public --permanent
success

--クエリ接続用--
# firewall-cmd --add-port=10011/udp --zone=public --permanent
success

--ファイル転送用--
# firewall-cmd --add-port=30033/udp --zone=public --permanent
success

--ファイアーウォール再読み込み--
# firewall-cmd --reload
success</pre>
<p>&nbsp;</p>
<h3>TeamSpeak3の起動、クライアント側設定</h3>
<pre class="lang:default decode:true "># ./ts3server_startscript.sh start</pre>
<p>起動後</p>
<p><img fetchpriority="high" decoding="async" class=" wp-image-163 aligncenter" src="https://d3srv.red/wp-content/uploads/2016/05/0624626daf5cd1f20eee4f032ea44a55-1-300x166.jpg" alt="0624626daf5cd1f20eee4f032ea44a55" width="486" height="269" srcset="https://kmtn.net/wp-content/uploads/2016/05/0624626daf5cd1f20eee4f032ea44a55-1-300x166.jpg 300w, https://kmtn.net/wp-content/uploads/2016/05/0624626daf5cd1f20eee4f032ea44a55-1.jpg 532w" sizes="(max-width: 486px) 100vw, 486px" />こんな風にいろいろ発行されるので、メモ帳などに控えておきましょう。</p>
<p>tokenはTS3クライアントで接続した時に入力します。<img decoding="async" class="alignnone size-full wp-image-166" src="https://d3srv.red/wp-content/uploads/2016/05/721e4ed029ab5bf5fff3f620aa68680f.png" alt="721e4ed029ab5bf5fff3f620aa68680f" width="215" height="126" /></p>
<h3>おわり</h3>
<p>後は部屋を作成したり、部屋の設定を変更したりとお好みにするだけです。</p>
<p>最初の部屋(ロビー)は部屋の設定で発言権限を75(管理者のみ)に変更してミュート設定にすると良いかもしれないですね！</p>The post <a href="https://kmtn.net/2016/05/31/%e8%ba%ab%e5%86%85%e3%81%a0%e3%81%91%e3%81%a7%e5%88%a9%e7%94%a8%e3%81%99%e3%82%8b%e6%96%b9%e5%90%91%e3%81%91%e3%81%aeteamspeak3%e6%a7%8b%e7%af%89%e3%80%80%ef%bd%9evps%ef%bd%9e/">身内だけで利用する方向けのTeamSpeak3構築　～VPS～</a> first appeared on <a href="https://kmtn.net">くまたんのサイト</a>.]]></content:encoded>
					
					<wfw:commentRss>https://kmtn.net/2016/05/31/%e8%ba%ab%e5%86%85%e3%81%a0%e3%81%91%e3%81%a7%e5%88%a9%e7%94%a8%e3%81%99%e3%82%8b%e6%96%b9%e5%90%91%e3%81%91%e3%81%aeteamspeak3%e6%a7%8b%e7%af%89%e3%80%80%ef%bd%9evps%ef%bd%9e/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">147</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced (SSL caching disabled) 
Disk を使用して圧縮する
Disk を使用してデータベースキャッシュ

Served from: kmtn.net @ 2026-07-21 05:14:19 by W3 Total Cache
-->