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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by johndog

  1. johndog

    PHP101: redirect to another page

    You're going to want to code it to look like the following: <?php header("Location: http://www.yourwebpage.com"); ?>
  2. johndog

    Group Policy Editor &quot;permissions denied&quot; error

    I am running a domain with a domain controller on Windows 2003 Server. Just recently, I needed to make some minor adjustments to the GPO on one of my OU's. I was logged into the server as Domain Adminstrator and now I am getting an error I never used to get before: "Failed to open Group Policy...
  3. johndog

    Can't seem to allow ports using iptables

    You are correct, since the server I've been working on is running Rehadhat Enterprise Linux 4, I suppose they put their own chain in the list. I checked on one of my other servers that is running Fedora Core 2 and it did not contain the chain RH-Firewall-1-INPUT, but only the INPUT chain. I was...
  4. johndog

    Can't seem to allow ports using iptables

    This is what my firewall looks like now and the ports that I have specified under the RH-Firewall-1-INPUT section are working like they should: [root@hostname ~]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere...
  5. johndog

    Can't seem to allow ports using iptables

    I have figured out that the entries need to reside under the RH-Firewall-1-INPUT section in order to work correctly. Thanks for all of your help!
  6. johndog

    Can't seem to allow ports using iptables

    That is helpful...what flag(s) do I have to add to the iptables command in order to specify what chain I am adding to? Thanks.
  7. johndog

    Can't seem to allow ports using iptables

    I tried changing to the ports to dport, but it didn't seem to help. Would it be possible that I have to also open port 80? Also, whenever I restart the iptables service, it forgets all of the INPUT/OUTPUT entries that I've made and I have to reenter them each time...Thanks.
  8. johndog

    Can't seem to allow ports using iptables

    I am trying to enable incoming/outgoing HTTP traffic on ports 8000 through 8100 through the firewall. I have tried using the command: iptables -A INPUT -p tcp -m tcp --sport 8000:8100 -j ACCEPT and the same command with OUTPUT but it still doesn't seem to do the trick. After doing an iptables...
  9. johndog

    problems connecting to windows domain

    I am trying in OS X to connect to a Windows 2003 domain server. After going to Hard Drive, then Network, I am able to view all of the servers and clients in the domain. After double clicking on the one which I would like to connect to, I am prompted to type in a username and password for the...
  10. johndog

    Opening Firewall Ports in Red Hat

    Today I tried to stop/start iptables service, but it failed to start. I think that the changes I've made to iptables have had no impact at all because of this. The authentication was failing before I made the changes to iptables (allowed ports 9700:9802). Thanks.
  11. johndog

    Opening Firewall Ports in Red Hat

    When checking the ports with iptables -L, I can see that ports 9700:9802 are allowed and port 80 is as well. I am still experiencing a problem, however, when users try to authenticate to the server through a java client program from the internet. Today I performed a 'tcpdump' as I watched the...
  12. johndog

    Opening Firewall Ports in Red Hat

    Hi, I am trying to make sure the ports 80 and 9700-9802 are allowed to come through the firewall on my Red Hat Linux system. How do I check which ports are allowed to come through the firewall? I've done an nmap on the system and also and iptables -L but couldn't determine from these commands...
  13. johndog

    File synchronization with Windows XP clients

    How exactly did you reset synchronization? The problem with my clients are they the folders that they are trying to synchronize with no longer exist. This make is very frustrating, because it is a waste of time to try to synchronize when it is absolutely going to fail every time!!
  14. johndog

    File synchronization with Windows XP clients

    Hi, I have a Windows 2003 Server running ADS with several clients running Windows XP. I modified the Group Policy a while back so that offline files would synchronize with the server each time a user logs on and off of their PC. Since then, I have switched over to roaming profiles to suit my...
  15. johndog

    domain security issue

    When I checked on my domain controller for the group policy, it gave me an error telling me it could not find a domain controller for the domain. It gave me three options to pick and I chose the one that said "The one with the operations master token for PDC emulator" After going into AD, right...

Part and Inventory Search

Back
Top