Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. peterlyttle

    BIND 9.6-ESV-R4-P1 Intermittently sends blank records.

    Hello, Hopefully someone could help. We have a DNS load balancer that runs BIND 9.6-ESV-R4-P1 in the background. Intermittently it seems to stop returning IP addresses for the requested A-Record (doing a tcpdump we can see the DNS request come in and the load balancer replying but without an...
  2. peterlyttle

    Proxy/Relay an LDAP Bind Request

    Hello, Does anyone know if there is a way to proxy/relay a LDAP bind request from a MS Server (Server1) to a domain controller (DC1) so that Server1 and DC1 do not have direct access between each other (Server1 -> LDAPProxy -> DC1 and return DC1 -> LDAPProxy -> Server1)? Thanks, Peter
  3. peterlyttle

    Cross Forest GPO Processing with RODCs and Firewalls

    Hello, I'm being told that the following is impossible to fix but I dont like to believe anything is impossible and hoping that some clever person here can help out! I have 3 network zones - LAN/SEMI/DMZ I have 2 domains - domain1.com and domain2.com All DCs for domain1.com sit inside the LAN...
  4. peterlyttle

    Factory Reset CS1000 / i2002 Handsets

    Hello, Does anyone have any quick tips as to how to wipe all user data from a CS1000 and ideally a fast way to wipe end user data (i.e. TN / Name) from an i2002 & i2004 phone? Cheers, Peter
  5. peterlyttle

    IP SLA with BGP Peering on ISP Router

    Hello, I was hoping someone has some advice on this. I was thinking of using IP SLA to advertise our default route via BGP to automate internet failover. However I have a few security concerns with peering with our ISP router. I can use a route map to filter what gets advertised out/in but...
  6. peterlyttle

    Cache-Control:Public Setting Location

    Hello, Currently I am having this setting overriding settings I am putting in place at a directory level for Cache-Control:No-Cache Does anyone know where I could look to see where this setting is coming from? Thanks.
  7. peterlyttle

    WAN Connections vs Window Size etc

    Hello, I was wondering if someone can help shed some light on the following query. I have the following test setup ServerA -> RouterA -> NTE -> NTE -> RouterB -> ServerB ServerA/B -> RouterA/B set to Auto/Auto, detecting at 1000 Full RouterA/B -> NTE set to Auto/Auto, detecting at 100 Full...
  8. peterlyttle

    DDI To Extension Management Tools

    Hello, What does everyone use for maintaining DDI blocks and the mapping against internal extensions etc? I've been trying to get away from spreadsheets and am yet to find anything. Anyone any ideas? Pete
  9. peterlyttle

    Odd Number of Port Channels on 3560G

    Hello, Please can someone please clarify the following - Can you have an odd number of ports in a port channel on a 3560G switch? This document doesnt say anything about having an odd number on a 3560 but it does say the following for the high end 6500 Series - "An EtherChannel can have an...
  10. peterlyttle

    Cisco 2921 VG ISDN with Polycom HDX Unit

    Hello, Hopefully someone here will be able to assist? We are in the process of trying to get our Cisco 2921 voice gateway configured with BRI so that our Polycom HDX unit can make ISDN calls. We know the HDX is working as we can make ISDN calls from our current PABX (Nortel Meridian) the...
  11. peterlyttle

    Aggregate Route and Route-Map Issue

    Hello, I'm hoping someone can help me with aggregating routes and with route-maps etc? Basically I am trying to aggregate the 10.222.0.0/20 (as its currently redistributing smaller /21 to /29s etc) network when advertised to the 10.218.2.33 (12344) peer and keep all the other routes as they...
  12. peterlyttle

    1 Server / 2 DHCP Scopes / 2 Subnets / 3 VLANS

    Hello, Can someone please help me figure this one out. I have 1 Microsoft 2008 Server (10.0.0.10) on the 10.0.0.0/24 VLAN 100 with 2 DHCP Scopes 10.0.1.0/24 and 10.0.2.0/24 10.0.1.0/24 is VLAN 102 and used for PCs 10.0.2.0/24 is VLAN 103 and used for Cisco Phones (has the option 150 on it for...
  13. peterlyttle

    VMPS or RADIUS VLAN Assignment?

    I was just wondering what people are using for dynamic VLAN assignment? I've seen a few posts that are saying Microsofts NPS server can be used but not sure how the Cisco Switches (3560G/3750) would contact this to get the VMPS file? Any help/tips much appreciated!
  14. peterlyttle

    Apache 2 on Ubuntu 10.10 - AD Authentication

    Hello, If someone could help me out it would be much appreciated as I keep getting a 500 Internal Server Error with every config/tutorial I try. I'm trying to get GestioIP Manager working with AD Group Authentication. /var/www/gestioip is where the site is located...
  15. peterlyttle

    Website Content Testing

    Hello, Does anyone here use any website content testing tools. Eg something that looks for all the links on a page (and every subsequent page) for non-loading pages? Also something that can test Javascript / Flash / images to ensure they load correctly? It would be nice to work with https...
  16. peterlyttle

    Central Authentication Radius/LDAP

    Hello, Im currently looking at removing all local logins from our cisco devices and replacing them with a centralised system. Ciscos offering is too expensive so I've been looking at Radius using NPS on server 2008 or ideally LDAP so we can use AD groups to permission on devices. Does anyone...
  17. peterlyttle

    WinRM & MainWindowTitle

    Hello, Im currently trying to execute this command on a remote server - Get-Process | Select-Object MainWindowTitle Locally it runs fine and gives me the Window Titles, on investigation it doesnt work remotely so I looked at using WinRM to execute the command on the server. This doesnt...
  18. peterlyttle

    Tracking a User who used the Send As for a Dist Group

    Hello, Does anyone know how it is possible to find out which user (who had "Send As" permissions on a distribution group) sent an email the a specific person? The only thing I could think of was to search everyones Sent Items around the time in question. Cheers, Peter
  19. peterlyttle

    Scripting Changes to Local Security Policy

    Hello, has anyone been able to script changes to the local security policy eg "User Account Control: Admin Approval Mode for the Builtin Administrator Account" = Enabled I've tried looking at powershell and not found anything. I cant use a GPO as the server is only part of a workgroup. Any...
  20. peterlyttle

    2008 R2 CACLS - Permission Denied for a Local Admin

    Following on from a query in another forum - http://www.tek-tips.com/viewthread.cfm?qid=1606031&page=1 Has anyone any ideas on how to get this command to execute in 2008 R2? cacls C:\windows\system32\arp.exe /E /R BUILTIN\Users" I get a Permission Denied even as a Local Admin. This command...

Part and Inventory Search

Back
Top