Jump to content

Jackd

Members
  • Posts

    335
  • Joined

  • Last visited

Everything posted by Jackd

  1. I havent been to sleep much for the last week so may as well stop up and watch this. BTW what does CES mean?
  2. Well Done ZH!!!
  3. Just a thought but are the settings still intact on the router a power surge/cut for me once wiped all my settings on a old router
  4. Ive got a line in my iptables rules file thats -A PREROUTING -p tcp -m tcp -i eth1 --dport 80 -j REDIRECT --to-ports 3128 This is to redirect requests to the transparent proxy, i want to send all requests apart from https and ssh to the proxy so i tried this -A PREROUTING -p tcp -m tcp -i eth1 ! --dport 443,22 -j REDIRECT --to-ports 3128 But it seems like iptables doesnt like the comma there, is that supposed to be set out like that or is it supposed to be different. Jack
  5. Id recomend going just installing ubuntu server from scratch and setting up squid and dansguardian. Installation of squid & DG is as simple as apt-get install squid dansguardian then all you need to do is add rules to DG Jack
  6. And again same here
  7. Yes the script that webman gave you would go at the top this would delete any network drives already mapped, then you would put the drives to map at the bottom of the script
  8. You just have to go into services then enable something like Exchange SMTP, Exchange POP3, IMAP etc... Just set them to enabled then starting them worked for me
  9. Jackd

    Ubuntu VPN Server

    Can anyone point me to a easy guide to install a VPN server on ubuntu that i can use to connect to from windows xp. All the guides ive found from on google have either been incomplete or too hard to follow. Thanks!
  10. Jackd

    Sony DCR-PC9E

    Any ideas what stuff to pick out of the registry
  11. Jackd

    Sony DCR-PC9E

    Tried all of those nothing (apart from another computer because i aint got another one with a firewire card) seems to make any difference?
  12. Jackd

    Sony DCR-PC9E

    Ive got a Sony DCR-PC9E connected via firewire (IEEE 1394). It gets detected by windows in the device manager but besides the device theres a little ! in a yellow circle. When i view the items properties it says Thanks for your help, Jack Dunn
  13. you could continously ping something that was on another switch and see if it times out on any and see if offline files goes off when you do it.
  14. Jackd

    Apache2 SSL

    Tried that nothing there that i can see
  15. Jackd

    Apache2 SSL

    dont know what it would be called...
  16. Jackd

    Apache2 SSL

    I know about a2enmod but that says Module not avalible the mod was acting strange a bit ago so i disabled it but now when i try to enable it it says module not avalible Ive attached a screenshot of my VirtualHosts in webmin (purely because its easier to view). The site is still not working correctly like that, its still displaying on the site thats default jacknet.co.uk and not the site it should be ok on
  17. Jackd

    Apache2 SSL

    Ive got no alias.load in my mods-enabled mind someone sending me a copy of theirs @Iain Thats proabably the problem thanks
  18. Jackd

    Apache2 SSL

    At the minute ive got a few problems with Apache2 running on Ubuntu server 7.10 First issue is that mod_alias has been uninstalled any ideas how i would re-install that. And second ive got mod_ssl installed and it seems to be working strangely. Heres my virtualhost for the site that i want setup DocumentRoot "/var/www/ssl" ServerName ssl.dzgforum.com allow from all Options +Indexes SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.pem The server does not seem to be taking the ServerName value because if i browse to https://jacknet.co.uk the site is displayed like it should be for that virtualhost i get the documentroot of that virtualhost and everything. But if i browse to https://ssl.dzgforum.com i get nothing just the page cannot be displayed. Any ideas? Thanks Jack Dunn
  19. Looks like theres something a matter with there database at first glance i think thats a MySQL error
  20. I was just reading the normal results but it doesnt matter now found my answer! thanks anyways Jack Dunn
  21. Could someone show me some code for a loop table in php or point me to a website with a example of something similar What i want is </pre><table width="200" border="1"> </tabl But i want is php to create it like this </pre><table width="200" border="1"> MySQL Result1 MySQL Result2 MySQL Result3 MySQL Result4 </tabl Thanks Jack
  22. It seems to work fine when you click on the button that says "Search for all terms", otherwise if you search for example search edugeek its looking for the keywords search and edugeek they dont both have to be in the same page. Hope this helps, Jack Dunn
  23. Jackd

    Hard Drive

    Damn too late
  24. Jackd

    Hard Drive

    Does anyone know where ill find a small hard drive around 20GB, prefrebly under £20 (it should be as a 80GB one is £20). Thanks Jack
  25. can you not just run dcpromo and demote the server then remove add it to the domain via system in control panel (could be wrong just a guess)
×
×
  • Create New...