由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EmergingNetworking版 - 如何在程序中判断该电脑是否在公司局域网内?
相关主题
最近怎么Fios老是掉线?问个wireless 的问题
建无线网请教请教:一般的 Router 有没有 Hub 或者 switch 的功能?
为什么无线网络信号良好,可是我就是上不了网?求助
不能上网了, 在安装了杀毒软件之后计算机网络领域现在比较热门的领域有哪些?
通过无线路由器不能上网的问题请教一个网络连接问题
问道经典的网络面试题。网通宽带的ip和网络文件传输
VPC networking 问题无线网络求助!--很奇怪的问题
请问DNS解析不了怎么办?请教一个网络访问记录的问题
相关话题的讨论汇总
话题: dns话题: server话题: ip话题: 局域网话题: 内电
进入EmergingNetworking版参与讨论
1 (共1页)
f*******r
发帖数: 901
1
本人不是学计算机及相关专业的。所以有一个计算机网络方面的问题问一下大家。
我现在在编一个我们专业的计算小软件。我想在程序运行中判断该程序是在我们公司局域网内电脑里运行,来保证这个软件只在我们公室内部使用。想请问一下,如何实现?
我现在采用的是用在cmd里运行ipconfig,然后就会出现很多信息,我想问这些信息中那些是可以用来判断程序是在公司局域内电脑里运行。我想IP address 不行吧,那只是局域网的IP。Connection-specific DNS suffix:可以吗?那里面有我们单位的域名后缀。
不知道还有没有更好的更专业的办法?谢谢!
a**********k
发帖数: 1953
2
There are several ways to enforce that. One way would be to
start an activation server on a local machine that is not accessible
outside your company. After the program starts, tries to talk to
the activation server first, and exits if it is not able to hand-shake
with the activation server.
If you only want to limit the program within one LAN, set the TTL
of handshake packets to 1.

局域网内电脑里运行,来保证这个软件只在我们公室内部使用。想请问一下,如何实现?
那些是可以用来判断程序是在公司局域内电脑里运行。我想IP address 不行吧,那只
是局域网的IP。Connection-specific DNS suffix:可以吗?那里面有我们单位的域名
后缀。

【在 f*******r 的大作中提到】
: 本人不是学计算机及相关专业的。所以有一个计算机网络方面的问题问一下大家。
: 我现在在编一个我们专业的计算小软件。我想在程序运行中判断该程序是在我们公司局域网内电脑里运行,来保证这个软件只在我们公室内部使用。想请问一下,如何实现?
: 我现在采用的是用在cmd里运行ipconfig,然后就会出现很多信息,我想问这些信息中那些是可以用来判断程序是在公司局域内电脑里运行。我想IP address 不行吧,那只是局域网的IP。Connection-specific DNS suffix:可以吗?那里面有我们单位的域名后缀。
: 不知道还有没有更好的更专业的办法?谢谢!

s*****g
发帖数: 1055
3
Too complicated and it can happen that the program can not talk to the
activation server even the program is running in internal network.
I assume in a typical enterprise network, the host you are going to run the
program on is in active directory and has a valid A and PTR record in DNS
server via dynamic DNS update, In this case a successful query for PTR
record of the host's IP against the DNS server running on domain controller
is a good indication of whether this host is in your company's internal
network or not.

现?

【在 a**********k 的大作中提到】
: There are several ways to enforce that. One way would be to
: start an activation server on a local machine that is not accessible
: outside your company. After the program starts, tries to talk to
: the activation server first, and exits if it is not able to hand-shake
: with the activation server.
: If you only want to limit the program within one LAN, set the TTL
: of handshake packets to 1.
:
: 局域网内电脑里运行,来保证这个软件只在我们公室内部使用。想请问一下,如何实现?
: 那些是可以用来判断程序是在公司局域内电脑里运行。我想IP address 不行吧,那只

a**********k
发帖数: 1953
4
That will work. In this case, the DNS server acts as an activation
server with DNS PTR query being the handshake protocol.

the
controller

【在 s*****g 的大作中提到】
: Too complicated and it can happen that the program can not talk to the
: activation server even the program is running in internal network.
: I assume in a typical enterprise network, the host you are going to run the
: program on is in active directory and has a valid A and PTR record in DNS
: server via dynamic DNS update, In this case a successful query for PTR
: record of the host's IP against the DNS server running on domain controller
: is a good indication of whether this host is in your company's internal
: network or not.
:
: 现?

1 (共1页)
进入EmergingNetworking版参与讨论
相关主题
请教一个网络访问记录的问题通过无线路由器不能上网的问题
TLS client certificate问道经典的网络面试题。
Google platforms networking招sweVPC networking 问题
帮忙看看怎么见这个局域网请问DNS解析不了怎么办?
最近怎么Fios老是掉线?问个wireless 的问题
建无线网请教请教:一般的 Router 有没有 Hub 或者 switch 的功能?
为什么无线网络信号良好,可是我就是上不了网?求助
不能上网了, 在安装了杀毒软件之后计算机网络领域现在比较热门的领域有哪些?
相关话题的讨论汇总
话题: dns话题: server话题: ip话题: 局域网话题: 内电