1

mycomp.net のようなホスト名をルーターの DNS 経由で割り当てて、内部IP アドレスに移動したいと考えています。

最終的な結果として、ネットワーク内の人々はそのホスト名を使用して内部サーバーに接続でき、部外者は接続できません。

4

2 に答える 2

0

For the computer that is running it, simply use the host file. Could do the same for others if there is only a handful...

For the other computers re the router, it will depend on the router you have or the firewall depeding on setup. Can you please advise...

Ps. I do this with pfsesnse but not sure if you can/do run this....

Note: host file sits: C:\Windows\System32\drivers\etc

usually....

于 2012-09-23T00:53:52.403 に答える
0

DD-WRT がインストールされたルーターを使用している場合は、[サービス] タブの DHCP サーバー オプションを使用して、MAC アドレスに基づいてホスト名を設定できます。「LAN ドメイン」オプションと組み合わせると、my_computer.my_domain.local 経由でマシンにアクセスできます。

DD-WRT がインストールされたルーターを使用していない場合は、試してみてください。

于 2012-09-23T01:01:48.503 に答える