88 Topics

Member Avatar for
Member Avatar for borobhaisab

Hello There, Do you have any experience how to run a dns cache ? I want to learn how to run a dns cache and log what my users are browsing onto a webpage. In other words, the Log File should turn into a webpage be it with .html or …

Member Avatar for borobhaisab
0
19
Member Avatar for genesis.aix

Issue: I need example.no-ip.org to point to example.no-ip.org:20202 I have read that this is not possible with just DNS. However no-ip.org lets me set up DNS SRV (records?). Ive have followed this guide to set it up, but it does not redirect to IP : PORT [url]http://www.no-ip.com/support/guides/other/configuring_srv_records_with_no-ip.html#1[/url] Still cant get …

Member Avatar for ProGamerBG
1
12K
Member Avatar for Dani

I'm using the following code to verify that an email address has a valid DNS (otherwise, we consider the email invalid). $domain = substr($email, strrpos($email, '@') + 1); $isValid = checkdnsrr($domain, 'MX') || checkdnsrr($domain, 'A'); However, today it just flagged nearly all @gmail.com and @yahoo.com emails as invalid. Obviously the …

Member Avatar for serverjedi
0
897
Member Avatar for elamigosam

We currently have a website running, domain.com but we are going to change the website and we are working on the new website under dev.domain.com it is a wordpress system we are putting together, is there a way to setup dev.domain.com as domain.com but still not be out in the …

Member Avatar for Daniel11
0
385
Member Avatar for Goldfinch

Hi, I'm trying to change some DNS records on GoDaddy so the website for a domain name is hosted by a different company but still ensure that the e-mail service that GoDaddy hosts for that domain is not interrupted. I have worked with the basics of Name Servers and NX …

Member Avatar for Pcdoctor_1
0
242
Member Avatar for caltech

Please see here https://processwire.com/talk/topic/15108-pw-in-subdirectory/ where I've been updating on this.

Member Avatar for caltech
0
470
Member Avatar for salam_1
Member Avatar for jkon
0
139
Member Avatar for happygeek

[ATTACH=RIGHT]22199[/ATTACH]Ever wondered just how many domain names there are on the Internet? DaniWeb has, and can reveal the answer as being an almost astonishing 215 million worldwide. According to global Internet infrastructure provider and domain registrar Verisign, more than five million domain names were added to the total during the …

Member Avatar for Portia_1
3
1K
Member Avatar for bops

Hi there, My question isn't strictly about programming, it's primarily a question of how to approach my problem with the tools I have. I am building a website where a user can sign up and create their own profile/portfolio so to speak. Let's say this is `mysite.com`. Say Joe Bloggs …

Member Avatar for Keimpe
0
249
Member Avatar for ikeleher

We have three Windows Domain Controllers (2012 R2 and 2008 R2 mix), all DNS servers. Split-zone DNS scenario. DNS resolution is working for all internal subnets except over User VPN. All network connectivity appears to be uninhibited. Users connected to Cisco AnyConnect IOS SSL VPN are unable to resolve internet-facing …

Member Avatar for karimkagawa
0
957
Member Avatar for toxicandy

With windows server 2003 losing support in the coming weeks we have upgraded our 2003 servers to virtualized 2008 servers. The only problem we are having at the moment is with Group Policy and mapping drives. Previous to this upgrade we used a logon.vbs which "worked" but was nearing 10 …

Member Avatar for toxicandy
0
788
Member Avatar for hell hansen

Hi Guys. recently i got a Dedicated server with one Ip. and on my side i got man domains, which i want to point for differents ip's but in one server. I can get ip from provider but i've to by. ok bying is not big deal. But the point …

Member Avatar for hell hansen
0
313
Member Avatar for fsuren

I read somewhere that i can have a Win2008 Host Server running AD,DNS and DC services + I can add a Virtual machine on the same server running Linux for setting up a File Server. Win2008 Standard has limitations for POSE and VOSE??? I think its 1 PoSe and 1 …

Member Avatar for rubberman
0
184
Member Avatar for DustinS

I made client & server programs in C# based on this example code. c# client program: IPHostEntry ip = Dns.GetHostEntry(tbServer.Text);//"MyComputer-MSI" string addr = ip.AddressList[0].ToString(); TcpClient clientSocket = new TcpClient(addr, 1234); At the last line above, I got the message: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in System.dll Additional information: …

0
110
Member Avatar for altjen

hi. few days ago I create a Azure account and create a Virtual machine. download and install SQL server managment, open TCP port 1433. but cant connect to my app.. my DNS is btca.cloudapp.net but cant connect. tried to connect with DSN & IP but nothing happening. any suggestion?

Member Avatar for altjen
0
80
Member Avatar for altjen

hi. few days ago I create a Azure Account and create a Virtual Machine install SQL server managment. open TCP port 1433. but now I cant connect to my app... my DNS is btca.cloudapp.net but cant connect the code with the database... please help me...

0
88
Member Avatar for Mahesh57

Hi All, I am running a website its working fine by using the domain name but for the performance issue i am think to run some content in site using IP address. I get the IP of my domain by using cmd prompt ping domain name command. Copy that IP …

Member Avatar for matrixdevuk
0
239
Member Avatar for younes.keraressi

hi, i have a webserver with a dns and i installed wampserver on it with putin my website on www, the problem is when i try to access from any computer with internet www.MyDomainName.com it work fine, then after a 2 or 3 min its wont and its says web …

Member Avatar for younes.keraressi
0
283
Member Avatar for ultmt.punisher

I am trying to check only selected domain extensions using check-box but it check all domain extensions existing in array. here is what I am trying. $name_domain = trim($_POST['domain_name']).$_POST['suffix']; $domains = array( ($name_domain) ? trim($_POST['domain_name']).$_POST['suffix'] : '', (isset($_POST['_org'])) ? trim($_POST['domain_name']).'.org' : trim($_POST['domain_name']).$_POST['_org'], (isset($_POST['_net'])) ? trim($_POST['domain_name']).'.net' : trim($_POST['domain_name']).$_POST['_net'], (isset($_POST['_biz'])) ? trim($_POST['domain_name']).'.biz' …

Member Avatar for cereal
0
494
Member Avatar for shella

Hi there, I don't know if this is the right place where to ask but I'm lost and I don't know where to fond some help. I set up a website: www.somatologia.it This is based on wordpress and I spent some days pushing the site to some DNS one day …

Member Avatar for rch1231
0
357
Member Avatar for urbanthistleuk

Hello, I am after some help, I need to know how to do srv lookups using php and possibly mx lookup, I have a form which already has a textbox which selects the domian from a mysql database, I need to be able to display the srv record below the …

Member Avatar for urbanthistleuk
0
241
Member Avatar for CoolAtt

Hi All, I want to get all the IPs of the A RECORDS for **mail.google.com**. The aim is to deny access to these IPs. I learnt that mail.google.com has several IPs. I did the following steps: 1. whois google.com 2. I got the following as its DOMAIN SERVERS: ns3.google.com ns2.google.com …

Member Avatar for CimmerianX
0
281
Member Avatar for mwian

My son wanted an Nintendo DSi, so he can play games with his friends. The Nintendo can't.won't connect to the Internet. I emailed Nintendo support. Their advice was for me to enable DHCP. I checked that and it is enabled. Next on the list is to configure the Nintendo manually. …

Member Avatar for sean.dumler
0
4K
Member Avatar for ronaldpaul

Hi, I'm facing a problem with one of the wordpress website I've developed. I activated "Cloudflare" from the cpanel for the domain http://www.kovaidonbosco.com/. After that, all the pages in the website are pointing to the home page. Please try to select different pages from the menu and see. I de-activated …

Member Avatar for cereal
0
284
Member Avatar for reedone816

hi I have a question regarding my situation in our LAN, when I ping local address by hostname (to any computer) (I'm using 192.168.0.0/16). it result in stange ip 118.98.96.151, even though after I check in the other pc the address is in 192.168 range. but if I ping using …

Member Avatar for CimmerianX
0
250
Member Avatar for joao_pimentel

Hi guys How do I clear my router DNS cache? ZyXEL P-660 I already cleared it on my PC: ipconfig /flushDNS but everyone sees my online IP camera, except me http://www.veraveritas.eu/2013/04/onlinecamera.html Thank you

Member Avatar for JorgeM
0
187
Member Avatar for NoCodeMonkey

*I have a few questions:* **1)** By default do you use your ISP's DNS server? **2)** Why would you have your own DNS server? **3)** Is there more you can do with a DNS server then just match IPs into FQDN for easy remembering? **4)** What do businesses use their …

Member Avatar for JorgeM
0
7K
Member Avatar for inthespotlite82

Hey All- Can anyone point me in the right direction regarding how to setup a DNS entry to point to an intranet site using only a one-word address? I have a W2K8-R2 domain network setup, with a Microsoft DNS server running on the network. I would like to be able …

Member Avatar for JorgeM
0
800
Member Avatar for fbifido

[Click Here](http://i46.tinypic.com/1t3or6.jpg) [Picture is here](http://i46.tinypic.com/1t3or6.jpg "Piture of my network setup") I am in 4 floor Building. See diagram attached. Each floor is divided into 2 sides “F” & “B”, F=left & B=right. And each side has a 24-port 3com super stack III 3226 switch (S1-S7). And each switch per side …

Member Avatar for JorgeM
0
374
Member Avatar for Headshot_Harry

Hi all, I have a terribly frustrating issue I'm trying to solve and wondered if anyone would be able to help? I have a simple HTML / CSS website hosted on my webserver. This website has a basic web contact form that allows a user to fill in their details …

Member Avatar for theHop
0
604
Member Avatar for dee101g

Platform: Windows Server 2008 R2 SP1 (Standard) for both host and VHD. Use: Remote access for application. RDS uses both host and VHD to give separation for security in SMB environment. Problem: DNS configuration was a nightmare here, and some issues may be part of that. The challenge, though, is …

Member Avatar for dee101g
0
277
Member Avatar for prem2

Dear team, I need to get the information for a particular domain name using the php and some linux commands.So, i have tried a small program in php in Lamp Environment. When the user gives,www.google.com.My program uses the below commands and functions ping,dig,host,get_host_names etc.To retrive the informations. But i need …

Member Avatar for cereal
0
211
Member Avatar for Mikey37

I am dealing with a home network which has recently experienced excessive dropped connections. Connection to ISP is via dedicated 2.4 Gb microwave radio card mounted on house roof. The home network uses a Linksys E4200 wireless router. On the home side of the router are typically 3 wired devices …

Member Avatar for RTFMID10T
0
406
Member Avatar for Azmah

I currently have a domain attached to a tumblr site. The tumblr site uses A-Records to enable the domain to be 'connected' as such. I want to now transfer it to a host that uses nameservers for the domain. Prior to setup (ie. when I purchased the domain) it had …

Member Avatar for RTFMID10T
0
275
Member Avatar for cdudefire

I have a high-speed cable Internet connection at home and at various times I have a network timeout issue, where I do not get a response from the DNS server and the connection times out. I can usually connect to Google but when I click on any of the links …

Member Avatar for cdudefire
0
227
Member Avatar for mflexnet

I removed a virus via MSE and afterwards have lost the ability to connect to the internet. This is a windows 7 professional 32 bit laptop. Staticly i can set the ip address and dns server and can ping the DG and the DNS server. I can also ping google …

Member Avatar for mflexnet
0
244
Member Avatar for iamthesgt

I am testing Linux video servers and setting them up through a web interface. The web interface is being used to set the IPv4 address, the hostname, and disabling DHCP. The web interface is run off of the video server, and accessed through a web browser. The page can be …

Member Avatar for swifttech
0
215
Member Avatar for sica07

Hello, I have a server on which I host my firstdomain.com. For this I created a name servers: ns.firstdomain.com Now I would like to host a second domain on that server and to use the same nameserves. I know that is posible (is the solution used in shared-hosting). To do …

Member Avatar for Jessica1234
0
274
Member Avatar for dmstoicescu

A friend of mine enlisted my help to upgrade his network form a workgroup to a domain, so I did. I'm give you the technical setup and explain the issue at the bottom. 1 Sonicwall tz100 with static IP and cable connection (runs DHCP and DNS, servers IP is listed …

Member Avatar for 07knev
0
693
Member Avatar for RicardoE

Hello all, So I just moved from mocahost (worst web hosting service ever) to HostSo wich I recomend as is cheap and surprisingly good :) so the question is, after I pointed my nameservers to HostSo, I get that mysite.com is live bur [url]www.mysite.com[/url] is down. Any idea on how …

Member Avatar for seonetsmartz
0
155
Member Avatar for irvingswiftj

Hi, I seem to be completely stumped here. I have a server with CentOS 5.4 installed with CPanel and I can access my CPanel admin with [url]http://192.168.x.x:2086[/url] I also have a test site that I have created using CPanel (let's call it testsite.com). Now here is the problem: I can …

Member Avatar for sitecontact
0
303
Member Avatar for slasherpunk

OpenDNS tracert results: C:\>tracert -d 208.67.222.222 Tracing route to 208.67.222.222 over a maximum of 30 hops 1 <1 ms <1 ms <1 ms 192.168.1.1 2 36 ms 40 ms 39 ms 117.195.32.1 3 35 ms 35 ms 38 ms 218.248.164.38 4 41 ms 39 ms 41 ms 218.248.255.86 5 41 …

Member Avatar for wldake
0
413
Member Avatar for binaryhackerman

Forgive me if this has been answered, I searched and couldn't find anything. I have several servers running on my LAN that i want to be able to access via host name instead of IP and port number (e.x. ted instead of 173.166.39.161:5000 for my ted 5000 energy monitor) because …

Member Avatar for binaryhackerman
0
267
Member Avatar for sweaty chimp

Hello everyone, I’m not 100% sure this is a DNS problem but from what I’ve tracked down so far it seems it could be so here goes. Also, keep in mind I am primarily a software engineer and have no formal training in network setup or administration. I have installed …

Member Avatar for viewb4
0
371
Member Avatar for eplutons

I couldn't find a proper category for this question but ... Does anyone know of a domain registrar offering net (15, 30) terms? I am the IT buyer at a large company with many domains and we prefer to use our standardized payment method. Thanks a bunch!

0
135
Member Avatar for richsilv

<context> I have a simple Home Network. A few PCs (with fixed IP addrs) and a couple of laptops that are configured to use DHCP, all configured to a local Workgroup. In order to help out my wife and daughter with their PC issues (or to install updates and such) …

0
170
Member Avatar for liran

Hello I have a question: Suppose I own a site, and a domain, 'mysite.com'. I provide services to different clients, so clients open sub-domains under my site. For example, the site 'test.com' will be at my site, at 'mysite.com/test.com', so the clients of 'test.com' will enter this sub-domain. What I …

Member Avatar for davidchilders
0
247
Member Avatar for sun-tzu

I have been fighting with my server for days. I am trying to get postfix configured. I have it currently so that it can send mail, but receiving mail is a different story. This is my main.cf file: [ICODE] # Please be sure to read the /usr/share/doc/postfix/README.MDK file # to …

Member Avatar for davidchilders
0
241
Member Avatar for mikeflash

hey all, The server where I host my website went into unscheduled maintenance, a few minutes later I noticed that the IP of the server changed (they probably moved my website to another server since it's paid hosting although shared). So, my website was back online but some things weren't …

Member Avatar for joefarang
1
1K
Member Avatar for whitshade

Does anyone out there know whether an organization must be registered as 501 (c)(3) in order to have a .org extension in its domain name? Are there any other requirements for having a .org domain name or can you just use .org like you would .com, .net , etc.? Thanks.

Member Avatar for whitshade
0
132

The End.