由买买提看人间百态

topics

全部话题 - 话题: ns2
1 2 下页 末页 (共2页)
c****d
发帖数: 116
1
I read a paper on fat tree, and fat pyramid in parallel
computing area. At the end of the paper, it used
NS2 to simulate the performance like throughput, delay
stuff. I know NS2, but not sure if it is valid to be
used for verify the proposed schemes/algors in different
area. Thank you.
w*******e
发帖数: 285
2
来自主题: CS版 - 问一个ns2安装的问题
不知道大家用ns2多不多,我们lab最近买了一台机器装redhat enterpirse
linux 4 64bits version.然后安装ns2,结果otcl装不上去,configure的结果是
checking build system type... 2Invalid configuration `x86_64-unknown-linux-gnu
': machine `x86_64-unknown' not recognized
configure: error: /bin/sh ./config.sub x86_64-unknown-linux-gnu failed
这个是不是跟64位有关呢?我google了半天也不太行,大家有谁有过类似经验阿,
江户救急啊。
m***8
发帖数: 482
3
来自主题: CS版 - 这里有用ns2的同学么
【 以下文字转载自 EE 讨论区 】
发信人: maol8 (茅十八), 信区: EE
标 题: 这里有用ns2的同学么
发信站: BBS 未名空间站 (Mon Mar 9 19:34:35 2009), 转信
想问个问题:
ns2跟ns3比起来,各有什么优缺点?
哪个更好用些?
3x
L***a
发帖数: 239
4
来自主题: Unix版 - ns2 question!
Is there anybody use ns2?
I use it for the first time.
How to get the average packets delay time for UDP?
翻遍了整个烂烂的manu也没找到
Thank you!
z*****n
发帖数: 7639
5
rxthresh 指的是接收灵敏度阀值。如果这个参数改小,
说明灵敏度变高,接收机可以收到更微弱的信号。
transmission range in NS2 can be controlled by
both txpower and rxthresh. The signal propagation
model by default is set as 2-way ground. So once
the txpower and rxthreshold are set, the range is
determined.
o*******i
发帖数: 396
6
depends on ur prop model.
不同的model又不同的衰减特性
最奸蛋的例子,就是自由衰落。
eg, free space, in \ns-allinone-2.29\ns-2.29\mobile\propagation.cc
你能看到这个函数。自己打printf试试看啊。
这事进入ns2里面搞清wirelessnetwork传输的必经之路
double
Propagation::Friis(double Pt, double Gt, double Gr, double lambda, double L,
double d)
{
/*
* Friis free space equation:
*
* Pt * Gt * Gr * (lambda^2)
* P = --------------------------
* (4 * pi * d)^2 * L
*/
if (d == 0.0) //XXX pr
m***8
发帖数: 482
7
来自主题: EE版 - 这里有用ns2的同学么
想问个问题:
ns2跟ns3比起来,各有什么优缺点?
哪个更好用些?
3x
w******u
发帖数: 219
8
来自主题: EE版 - opnet 和 NS2
请教版上各位大牛,
我在投稿一个journal的时候,审稿意见其中有一条是"the authors do not justify
their
choice to use the OPNET simulator to validate their technique. Does it
offer features not implemented in more common simulators, such as ns2 or
Omnet++?"
我用OPNET写仿真主要是因为实验室有LICENSE,而且有用OPNET仿真的传统。别的原因
还真不知道,
请问这个我怎么写好?
r*****n
发帖数: 35
9
来自主题: JobHunting版 - Just failed one interview on one question.
Two people concurrently interivew me on the phone. One should be indian, the
other should be Chinese.
Interesting thing is that you ask my research, which almost has no relation
with the position, but not on my research that is closest to the position. I
failed on the following questions.
Q: why did you write your simulator instead of using opnet, and ns2 or...(
their products)".
A: first I use ns2, but I found bugs, but it is difficult to find all bugs."
For opnet, I cannot get it free.
Q: Opne
a****y
发帖数: 1035
10
来自主题: USTC版 - 更严重的是这些:
more info:
Domain Name: cnkjedu.cn
ROID: 20080110s10001s05027718-cn
Domain Status: ok
Registrant Organization: 王新家
Registrant Name: 王新家
Administrative Email: w*[email protected]
Sponsoring Registrar: 北京新网数码信息技术有限公司
Name Server:ns2.xinnet.cn
Name Server:ns2.xinnetdns.com
Registration Date: 2008-01-10 16:59
Expiration Date: 2009-01-10 16:59
>nslookup www.cnkjedu.cn
Name: host2.cncidc.com.cn
Address: 58.56.37.200
Aliases: www.cnkjedu.cn
Domain Name: cncidc.com.cn
ROID: 20051115s10011s39861102-cn
c*********t
发帖数: 2921
11
是不是NS2很适合packet level的仿真?比如可以创建topology, 然后看traffic (如
TCP, or UDP)的packet 的loss, delay。这种是很微观的simulation.
如果想做很宏观的simulation比如在flow level, 比如只关心link capacity 的usage,
available bandwidth, 多少个不同的connections, 网络上traffic的动态的情形(一
些new flow come, 一些old flow finish),或者是动态的topology(some links are
up, and some links are down), 能用Ns2 来做这方面的simulation吗?
好像很多人自己写discrete event driven simulation来仿真。
谁有好的建议。谢谢!
c*********t
发帖数: 2921
12
是不是NS2很适合packet level的仿真?比如可以创建topology, 然后看traffic (如
TCP, or UDP)的packet 的loss, delay。这种是很微观的simulation.
如果想做很宏观的simulation比如在flow level, 比如只关心link capacity 的usage,
available bandwidth, 多少个不同的connections, 网络上traffic的动态的情形(一
些new flow come, 一些old flow finish),或者是动态的topology(some links are
up, and some links are down), 能用Ns2 来做这方面的simulation吗?
好像很多人自己写discrete event driven simulation来仿真。
谁有好的建议。谢谢!
d****i
发帖数: 1038
13
sure you can. but don't ask me how. I was an OPNET modeler user.
only know a little of ns2. but I know it can.
you have to add/modify some code in ns2 to calculate/simulate whatever you
want to do. It will be easier and more trustworthy than you write from
scratch.

usage,
h**********l
发帖数: 6342
14
ns2你自己写代码,想干啥就干啥
而且,知道的人多。你自己写个simulator,发文章,人家还会问你为啥不用ns2哪

usage,
s******m
发帖数: 1154
15
ns2就是扯淡, 而且如果不懂c++的话,用ns2会很受其既定模型的限制
t*****s
发帖数: 3478
16
===》 1. Update the name servers to ns1.hostmonster.com and ns2.
hostmonster.com. Note that it can take 4 - 48 hours for propagation.
这个是DNS (domain name system), 你在他们网页上找找link(要等你log in
Cpanel才行),把它们update成ns1.hostmonster.com and ns2.hostmonster.com 然后
可能要等4-48hours,才会transfer完成啊。简单讲就是这样了。
嗯我以前自己家里host自己的网页和email服务器的。还记得大致怎么弄。现在host在
外面,比自己家里run个server还便宜。电费也是费。
x**m
发帖数: 637
17
【 以下文字转载自 sysop 讨论区 】
发信人: xhgm (xhgm), 信区: sysop
标 题: 站封小朋友, 这两个人肉犯该不该封全站哈?
发信站: BBS 未名空间站 (Sun Jun 24 13:00:51 2012, 美东)
详情军版看去! 嘿嘿...
http://www.mitbbs.com/article_t1/Military/37956001_0_1.html
发信人: wuyongcool (小屁猫), 信区: Military
标 题: 这是伪站的资料
发信站: BBS 未名空间站 (Fri Jun 22 22:40:55 2012, 美东)
鉴于伪站的嚣张,哥查了一下伪站的信息。
伪站用的是bluehost的服务,网站是http://www.bluehost.com/。 bluehost公司在Utah,Provo市。
伪站的地址是74.220.215.106。
bluehost公司网页有他们的联系电话。不过他们专门处理使用他们服务进行网络滥用,
暴力的电话是1-801-765-9400
http://www.mitbbs.com/article... 阅读全帖
w****n
发帖数: 407
18
电荒是因为电厂想提价。不过现在的确是时候下马过剩的产能了。
还有要考虑的是火电厂烧煤的二氧化硫污染。北方的荒漠化与此有关。参看
http://wuhui01.ns2.mfdns.com/dianchang/web/dc01.htm

发帖数: 1
19
来自主题: Military版 - 其实国民党那时候不亡没天理
这头贱逼畜生承认这是一个 个人注册的网站啦?
老子给你把注册信息都拿出来了
这个狗比玩意,而且连文章作者名都没有的
专门供你们这些畜生吃屎的吧
Domain Name: GLOBALSECURITY.ORG
Registry Domain ID: D6146591-LROR
Registrar WHOIS Server:
Registrar URL: http://www.networksolutions.com
Updated Date: 2017-04-30T09:16:00Z
Creation Date: 1999-04-30T09:15:44Z
Registry Expiry Date: 2027-04-30T09:14:10Z
Registrar Registration Expiration Date:
Registrar: Network Solutions, LLC
Registrar IANA ID: 2
Registrar Abuse Contact Email:
Registrar Abuse Contact Phone:
Reseller:
Domain Sta... 阅读全帖
S******r
发帖数: 4421
20
来自主题: Military版 - mitbbs.ca是什么鬼
经常被莫名其妙转到这个域名
DOMAIN INFORMATION
Domain:mitbbs.ca
Registrar:Tucows.com Co.
Registration Date:2007-12-12
Expiration Date:2020-12-12
Updated Date:2015-08-06
Status:registered
Name Servers:ns1.domaindirect.com
ns2.domaindirect.com
ns3.domaindirect.com
有点像李鬼啊
M******0
发帖数: 29
21
This job position requires an energetic candidate with a good knowledge of
layers 2 and 3 in the protocol stack for wireless networks such as IEEE 804.
15.4x and ZigBee. Specifically, experience with routing algorithms in short
range multi-hop wireless mesh networks is essential for a productive
internship at Mitsubishi Electric Research Lab (MERL). Many routing
algorithms for wireless sensor (and ad hoc) networks have already been
reported in literature. These algorithms are well suited for the... 阅读全帖
j*x
发帖数: 302
22
来自主题: ebiz版 - 靠,这个大雪
OrgName: University of Maryland
OrgID: UNIVER-262
Address: Office of Information Technology
Address: Patuxent Building
City: College Park
StateProv: MD
PostalCode: 20742
Country: US
NetRange: 129.2.0.0 - 129.2.255.255
CIDR: 129.2.0.0/16
OriginAS: AS27
NetName: UMD-BOGON-NET
NetHandle: NET-129-2-0-0-1
Parent: NET-129-0-0-0-0
NetType: Direct Assignment
NameServer: NOC.UMD.EDU
NameServer: NS1.UMD.EDU
NameServer: NS2.UMD.EDU
Comment:
RegDate: 1988-0
r*****g
发帖数: 7139
23
来自主题: ebiz版 - ipad 64g $285!
Domain Name: ELECBRANDS.COM
Registrar: HICHINA ZHICHENG TECHNOLOGY LTD.
Whois Server: grs.hichina.com
Referral URL: http://www.net.cn
Name Server: NS1.SUPERDNS.ORG
Name Server: NS2.SUPERDNS.ORG
Status: ok
Updated Date: 24-mar-2010
Creation Date: 14-dec-2009
Expiration Date: 14-dec-2010
a9
发帖数: 21638
24
Registrant:
InferData Corporation
2520 Quarry Rd. Ste. #101
Austin, TX 78703
US
Domain Name: EBIZ.COM
Administrative Contact, Technical Contact:
Unnikrishnan, C u**[email protected]
2520 QUARRY RD
AUSTIN, TX 78703-3777
US
(512) 472-2808 fax: 123 123 1234
Record expires on 05-Apr-2015.
Record created on 04-Apr-1995.
Database last updated on 13-Aug-2010 15:19:20 EDT.
Domain servers in listed order:
NS1.BIZ.RR.COM 24.30.200.19
NS2.BIZ.RR.COM 24.30.201.19
Registry Status: clientTransferProhibited
y****o
发帖数: 3575
25
来自主题: ebiz版 - sder一直用得好好的
Registrant:
InferData Corporation
2520 Quarry Rd. Ste. #101
Austin, TX 78703
US
Domain Name: EBIZ.COM
Administrative Contact, Technical Contact:
Unnikrishnan, C u**[email protected]
2520 QUARRY RD
AUSTIN, TX 78703-3777
US
(512) 472-2808 fax: 123 123 1234
Record expires on 05-Apr-2015.
Record created on 04-Apr-1995.
Database last updated on 13-Aug-2010 15:19:20 EDT.
Domain servers in listed order:
NS1.BIZ.RR.COM 24.30.200.19
NS2.BIZ.RR.COM 24.30.201.19
r*****g
发帖数: 7139
26
Domain name: hotcoupon4u.com
Creation Date:2010-10-17
Expiration Date:2011-10-17
Status:
clientTransferProhibited
Name Server:
ns1.oryon.net
ns2.oryon.net
Registrant Contact:
Registrant Name: Wang Bo
Registrant Organization:
Registrant Street1: 89 Ruanjian Ave
Registrant Street2:
Registrant Street3:
Registrant City: Fuzhou
Province: Fujian
Country: China
Registrant Postal Code: 350003
Registrant Phone: +86.2151086737
Registrant Phone Ext.:
Registrant FAX: +86.2151086737
Registrant FAX Ext.:
Regi... 阅读全帖
b***3
发帖数: 1482
27
Expiration Date: 2013-05-15
Creation Date: 2012-05-15
Last Update Date: 2012-05-15
Registrant Contact:
huang ziqi
ziqi huang @126.com
+86.01087985812 fax: +86.01089745698
beijing shi chaoyangqu 106
beijing beijing 100081
CN
Administrative Contact:
ziqi huang @126.com
+86.01087985812 fax: +86.01089745698
beijing shi chaoyangqu 106
beijing beijing 100081
CN
Technical Contact:
ziqi huang @126.com
+86.01087985812 fax: +86.01089745698
beijing shi chaoyangqu 1... 阅读全帖
a***c
发帖数: 2443
28
embedded is the general direction I want to go in, something about
seeing an end-product/mobile device take shape just fascinates me
(like an ipod), versus say a baseband chip. But from what I see,
employers rarely hire fresh grads for embedded hardware positions.
They want even more experience for firmware engineers. The easiest way
to get in is as an embedded software engineer, I think. Given that my
MS research is mostly on networks, and my grad classes were more
theory-based than project-ba... 阅读全帖
M******0
发帖数: 29
29
MERL is seeking a highly motivated, qualified individual to join our 3 to 6
moth internship program to carry research in the area of real-time reliable
routing for wireless mesh networks or multi-hop wireless sensor networks.
The ideal candidate should be able to do research, develop efficient routing
algorithm with specific needs and familiar with NS2 simulator. Some
knowledge of understanding network and MAC layers of wireless networks such
as IEEE 802.15.4 and ZigBee will be a bonus. Candidat... 阅读全帖
M******0
发帖数: 29
30
MERL is seeking a highly motivated, qualified individual to join our 3 to 6
moth internship program to carry research in the area of real-time reliable
routing for wireless mesh networks or multi-hop wireless sensor networks.
The ideal candidate should be able to do research, develop efficient routing
algorithm with specific needs and familiar with NS2 simulator. Some
knowledge of understanding network and MAC layers of wireless networks such
as IEEE 802.15.4 and ZigBee will be a bonus. Candidat... 阅读全帖
M******0
发帖数: 29
31
MERL is seeking a highly motivated, qualified individual to join the Digital
Communications group for a 3 month internship program starting in May 2012.
The ideal candidate should be able to do research and develop low overhead
protocols for packet transmission in large scale low power and lossy
networks. The candidate must understand network layer protocols, especially
IPv6 and IETF 6LowPAN protocols. Candidate must also be familiar with NS2 or
NS3 simulators. Some knowledge or understanding MA... 阅读全帖
M******0
发帖数: 29
32
Mitsubishi Electric Research Lab is seeking a highly motivated, qualified
individual to join the Digital Communications group for a 3 month internship
program. The ideal candidate should be able to do research and develop
optimized IPv6 network layer protocols for packet transmission in large
scale low power and lossy networks. The candidate must understand network
layer protocols, especially IETF ROLL and 6LowPAN protocols. Candidate must
also be familiar with NS2 or NS3 simulators. Knowledge o... 阅读全帖
M******0
发帖数: 29
33
Mitsubishi Electric Research Laboratories is seeking a highly motivated,
qualified individual to join the Digital Communications group for a 3 month
internship program. The ideal candidate should be able to do research and
develop optimized IPv6 network layer protocols for packet transmission in
large scale low power and lossy networks. The candidate must understand
network layer protocols, especially IETF ROLL and 6LowPAN protocols.
Candidate must also be familiar with NS2 or NS3 simulators. Kn... 阅读全帖
a******9
发帖数: 54
34
【 以下文字转载自 EE 讨论区 】
发信人: asdf7819 (james), 信区: EE
标 题: 暑假实习机会 wireless system PHY-MAC
发信站: BBS 未名空间站 (Fri May 31 12:24:54 2013, 美东)
虽是intern,但也有转permanent的可能。
有兴趣者可站内联系内推,或 发简历至
j**[email protected]
The Opportunity:
Silvus Technologies Inc. is an industry leader in wireless MIMO
technology. It is seeking a Wireless Communication Systems Summer Intern to
participate in algorithm design and architecture definition for an exciting
research project on Mobile Ad Hoc Network (MANET).
Job Lo... 阅读全帖
M******0
发帖数: 29
35
MERL is seeking a highly motivated, qualified individual to join the
Electronics and Communications group for a 3 month internship program. The
ideal candidate should be able to do independent research and develop energy
efficient IPv6 network layer technologies for packet transmission in large
scale low power and lossy networks. The candidate must understand network
layer protocols, especially IETF ROLL and 6LowPAN protocols. Candidate must
also be familiar with NS2 or NS3 simulators. Knowledge... 阅读全帖
m*******p
发帖数: 96
36
来自主题: JobHunting版 - EE专业的工作机会,有多个职位
公司是全球最大的半导体设计公司之一,有多个工作职位,招进来的人主要从事WiFi标
准方面的研发工作,基本要求是:具有网络仿真方面的技能和背景,比如熟悉NS2或NS3
或OPnet,具有通讯和信号处理方面的知识,拥有EE或computer networks方向的博士或
硕士学历。
如果您有兴趣,请站内发信给我,我会给您我的电子信息并打电话给你。
谢谢!
U*****n
发帖数: 33
37
Please contact me via mitbbs internal email.
Job description follows:
----------------------------------------------------
A telecommunication company is seeking a highly-motivated postdoctoral
researcher to carry out top-notch research on the delivery of video traffic
over modern communication systems.
Essential Duties and Responsibilities
• Design, develop, and analyze network protocols to optimize the
delivery of video traffic over packet-switching communication systems in
terms of e... 阅读全帖
s****y
发帖数: 51
38
来自主题: JobHunting版 - 急招:通信网络博士后
现有中西部学校的一个博士后职位,需要通讯网络背景的博士,熟悉网络仿真软件(
NS2,OPNET,OMNET++,etc),有一定编程能力,最好人在美国,能马上开始。
有意者请发CV到 [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
注:代友发文,不要站内联系。
l***4
发帖数: 228
39
1.三年以上无线传感器网络的工作经验
2.博士学历, 通讯或信息工程等专业
3.博士论文有关无线传感器网络设计
4.精通C/C++语言,并用其完成过项目
5.用 NS2和OPNET完成过项目
6.参与过MAC 和路由层的开发
7. 熟悉linux下软件的开发工作
8.在tinyOS上开发过应用程序
9.将作为项目负责人,带领团队从事无线传感器网络方面的研发
联系方式 : l*******[email protected] 或直接发简历到:s*****[email protected]
M******0
发帖数: 29
40
This job position requires an energetic candidate with a good knowledge of
layers 2 and 3 in the protocol stack for wireless networks such as IEEE 804.
15.4x and ZigBee. Specifically, experience with routing algorithms in short
range multi-hop wireless mesh networks is essential for a productive
internship at Mitsubishi Electric Research Lab (MERL). Many routing
algorithms for wireless sensor (and ad hoc) networks have already been
reported in literature. These algorithms are well suited for the... 阅读全帖
M******0
发帖数: 29
41
This job position requires an energetic candidate with a good knowledge of
layers 2 and 3 in the protocol stack for wireless networks such as IEEE 804.
15.4x and ZigBee. Specifically, experience with routing algorithms in short
range multi-hop wireless mesh networks is essential for a productive
internship at Mitsubishi Electric Research Lab (MERL). Many routing
algorithms for wireless sensor (and ad hoc) networks have already been
reported in literature. These algorithms are well suited for the... 阅读全帖
M******0
发帖数: 29
42
Mitsubishi Electric Research Lab (MERL) is seeking a highly motivated,
qualified individual to join the Digital Communications group for a 3 month
internship program. The ideal candidate should be able to do research and
develop optimized IPv6 network layer protocols for packet transmission in
large scale low power and lossy networks. The candidate must understand
network layer protocols, especially IETF ROLL and 6LowPAN protocols.
Candidate must also be familiar with NS2 or NS3 simulators. Know... 阅读全帖
M******0
发帖数: 29
43
Mitsubishi Electric Research Labs (MERL) is seeking a highly motivated,
qualified individual to join the Electronics and Communications group for a
3 month internship program. The ideal candidate should be able to do
independent research and develop energy efficient IPv6 network layer
technologies for packet transmission in large scale low power and lossy
networks. The candidate must understand network layer protocols, especially
IETF ROLL and 6LowPAN protocols. Candidate must also be familiar w... 阅读全帖
M******0
发帖数: 29
44
来自主题: JobMarket版 - Wireless Network Intern Position in Boston
Mitsubishi Electric Research Labs is seeking a highly motivated, qualified
individual to join the Electronics and Communications group for a 3 month
internship program in summer 2015. The ideal candidate will be expected to
carry out research on heterogeneous wireless networks and develop resource
efficient network technologies for emerging applications such as internet of
things and industrial automation. Candidates should have experience in
developing technologies such as routing and multihop ... 阅读全帖
e*i
发帖数: 10288
45
Domain name: outletcoacheap.com
Registrant Contact:
zhong lian
zhonglian zhonglian c********[email protected]
13515927542 fax: 13515927542
putianshichengxiangqubeimo
putian Fujian 351100
cn
Administrative Contact:
zhonglian zhonglian c********[email protected]
13515927542 fax: 13515927542
putianshichengxiangqubeimo
putian Fujian 351100
cn
Technical Contact:
zhonglian zhonglian c********[email protected]
13515927542 fax: 13515927542
putianshichengxiangqubeimo
puti... 阅读全帖
f******8
发帖数: 135
46
来自主题: PennySaver版 - Coach
WHOIS information for coach-outlet-online.us :
[Querying whois.nic.us]
[whois.nic.us]
Domain Name: COACH-OUTLET-ONLINE.US
Domain ID: D33283228-US
Sponsoring Registrar: DIRECTI INTERNET SOLUTIONS PVT.
LTD. D/B/A PUBLICDOMAINREGISTRY.COM
Registrar URL (registration services): www.publicdomainregistry.com
Domain Status: clientTransferProhibited
Registrant ID: ... 阅读全帖
s****y
发帖数: 51
47
来自主题: Postdoc版 - 急招:通信网络博士后
现有中西部学校的一个博士后职位,需要通讯网络背景的博士,熟悉网络仿真软件(
NS2,OPNET,OMNET++,etc),有一定编程能力,最好人在美国,能马上开始。
有意者请发CV到 [email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
/* ]]> */
注:代友发文,不要站内联系。
t*******y
发帖数: 21396
48
来自主题: shopping版 - 有谁在www.allofcoach.com买过东西?
赞JIANGSU BANGNING SCIENCE & TECHNOLOGY CO. LTD
Domain Name: ALLOFCOACH.COM
Registrar: JIANGSU BANGNING SCIENCE & TECHNOLOGY CO. LTD
Whois Server: whois.55hl.com
Referral URL: http://www.55hl.com
Name Server: NS1.DNSPOOD.NET
Name Server: NS2.DNSPOOD.NET
Status: ok
Updated Date: 29-jul-2010
Creation Date: 10-sep-2009
Expiration Date: 10-sep-2011
e*i
发帖数: 10288
49
来自主题: shopping版 - 揭露骗子网站!
Domain Name.......... coachsaleshops.com
Creation Date........ 2011-02-12 11:44:52
Registration Date.... 2011-02-12 11:44:52
Expiry Date.......... 2012-02-12 11:44:52
Organisation Name.... ke qu
Organisation Address. zhongguancun road 778
Organisation Address.
Organisation Address. beijing
Organisation Address. 107895
Organisation Address. BJ
Organisation Address. CN
Admin Name........... ke qu
Admin Address........ zhongguancun road 778
Admin Address........
Admin Addr... 阅读全帖
d**r
发帖数: 899
50
来自主题: Boston版 - 自己被骗经历
前一阵子经常出来的骗子帖,我搜了一下骗子网站的信息,看看对你有没有帮助。
骗子的域名注册信息:
http://www.ourdomains.com/whois?domain=cnhgw87.com
Administrative Contact:
zengzhijian
zengzhijian
m*****[email protected]
tel: 020-32412511
fax: 020-32412511
baiyunqujingxizhonglu
guangzhou,guangdong,CN
510515
Technical Contact:
zengzhijian
zengzhijian
m*****[email protected]
tel: 020-32412511
fax: 020-32412511
baiyunqujingxizhonglu
guangzhou,guangdong,CN
510515
Billing Contact:
zengzhijian
zengzhijian
m*****[email protected]
tel: 020-32412511
fax: 020-32412511
baiyunquj... 阅读全帖
1 2 下页 末页 (共2页)