|
7h |
comment |
How to setup a working ACL You don't need the any any, you just need: access-list 1 deny host 192.168.0.10 |
|
18h |
comment |
Can I completely remove the Windows DNS in favour of BIND9 in an AD network? Is there a setting in BIND DNS to allow unsecure updates? If so, that's probably what you need to enable. |
|
20h |
comment |
Can I completely remove the Windows DNS in favour of BIND9 in an AD network? You haven't actually stated a problem in your question. You asked if BIND9 can be used as the DNS server for AD and I answered that it can if it meets the requirements for supporting AD. This article implies that it does: technet.microsoft.com/en-us/library/dd316373.aspx |
|
1d |
comment |
DynDNS Not Accessible Outside of Local Network +1. Bully to you. |
|
1d |
comment |
DynDNS Not Accessible Outside of Local Network @MichaelHampton I understand and I'm not trying to be argumentative. I'm simply saying that personally, I expect the questions here to be presented in a professional and detailed manner with the problem and question specifically stated, which this question is decidedly not. This site is afterall focused toward professional systems administration, not to guessing, surmising or assuming what the OP is getting at. |
|
1d |
comment |
DynDNS Not Accessible Outside of Local Network No. He's made a statement that alludes to a problem but he hasn't explicitly asked a question or specifically stated the problem. - "the URL is ineffective outside of my local network" doesn't describe the problem in enough detail or context to provide an answer. |
|
1d |
comment |
DynDNS Not Accessible Outside of Local Network You haven't actually explained your problem. |
|
1d |
comment |
How to create RAID with VHDs in Windows Server 2008 In the VM are the disks basic disks or dynamic disks? If they're basic disks then you'll need to convert them to dynamic disks in order to create a RAID volume. |
|
2d |
comment |
Why Virtualize? You'll need to think about HA from the hardware layer up through the application layer. Hardware HA won't address application failures, database failures, etc. |
|
2d |
comment |
Identify Subnet class from ip address While it may be true that CIDR has supplanted classful addressing in the real world, ignoring classful addressing and it's history of usage leaves a student with a less than complete understanding of TCP/IP, IP addressing and networking. I see no problem with this question in its current context and I see no problem with classful addressing being taught in today's classrooms in order to give students a historic perspective and understanding. |
|
2d |
comment |
Win2008 server replication fails between DC and ADC You've made a statement but you haven't asked a question. |
|
May 17 |
comment |
upgrading from ESX4.0 to ESXi5.0 on new hosts/hardware You can't manage vSphere 5 hosts from vCenter server 4, AFAIK. The vCenter server needs to be upgraded. |
|
May 17 |
comment |
AD Replication Errors / KCC - Between two Domain Controllers 1. Stop calling them PDC and BDC. - 2. Double check the DNS client settings on all clients, including the Domain Controllers. All DNS clients should be using only the DC/DNS servers for DNS, including the Domain Controllers. The Domain Controllers are DNS clients just like any other computer in the domain. - 3. Check that the appropriate DNS (A, NS and SRV) records exist in your AD DNS zone for both Domain Controllers. - 4. A domain client can authenticate to any Domain Controller, not only to the Domain controller that holds the PDC Emulator role. |
|
May 17 |
comment |
Best hosted Live Streaming Solution for Internet Radio Is the client in question the radio station itself? If so, do they have the appropriate licensing to stream their signal via the internet? |
|
May 17 |
comment |
Best hosted Live Streaming Solution for Internet Radio It's illegal to stream/rebroadcast someone else's musical works from your web server unless you have the appropriate licensing. It's a fairly complex area in terms of what licensing is required, but at the end of the day if you're streaming the latest Foo Fighters CD from you web server you're breaking the law. You also cannot stream a radio station's signal from your web server or your clients web server. That is essentially rebroadcasting the radio stations' signal, which is also illegal. |
|
May 17 |
comment |
How to debug and prevent flaky unreliable IT environment? The paint color on my neighbors house clashes with mine. Every time I repaint my house to match his he repaints his and I have to repaint mine all over again. I'm planning on talking to him about it but I'm not an interior/exterior designer. What is the best practice regarding paint color? |
|
May 17 |
comment |
Create a DHCP working lab in HyperV (2012) all Internal What kind of virtual switch did you create? Do all of the VM's have a virtual NIC connected to the same virtual switch? |
|
May 17 |
comment |
How can I change the task bar position when manipulating the task bar is disabled via AD? Temporarily modifying the GPO is less work and less likely to break something than modifying the registry. If you're not the network admin then why are you dealing with this issue in the first place, out of curiosity? |
|
May 16 |
comment |
Minimal handshaking necessary before establishing TCP connection Yes. When you're talking about communication via the TCP/IP protocol suite on an Ethernet network an IP address to MAC address resolution has to occur via ARP before a TCP session can be established. The hosts involved in the session need to determine each other's hardware address (the MAC address) in order for the Ethernet frames to be able to be sent from one host to another and vice versa in order for the TCP session to be established. |
|
May 16 |
comment |
Is vSphere the correct tool for setting up on-demand virtual machines? I tend to think that vCloud Director is probably overkill in this scenario as well. With a little work vCenter can be used to configure the appropriate level of access to the vSphere hosts/cluster for the devs to provision their own VM's. |