Search:

Type: Posts; User: NIT006.5; Keyword(s):

Page 1 of 9 1 2 3 4

Search: Search took 0.15 seconds.

  1. [ubuntu] Server "health" displayed on console after boot

    Fairly simple bash script that I've developed on and off over the last year. Mostly suited to small/medium sized networks that use a single Ubuntu server to do multiple tasks, although the principle...
  2. Replies
    1
    Views
    879

    Re: rc.local, SVGALIB, auto start program

    I would also really love a solution to this, because I also need printf to work from a script which is called from rc.local. After several days of driving myself insane, I'm still no closer to...
  3. Replies
    15
    Views
    3,817

    [ubuntu] Re: MailScanner not working after 9.10 upgrade

    Apparently this is still not fixed in 10.04. Thanks for the work-around - seems to be doing the trick.
  4. Replies
    26
    Views
    5,154

    [ubuntu] Re: Samba and Windows 7

    Lol, thanks. I can promise you though, there are a lot of guys here who are way more knowledgeable than me :)

    Yes, I also came from a Windows background and was basically forced into Linux because...
  5. Replies
    26
    Views
    5,154

    [ubuntu] Re: Samba and Windows 7

    Oh sorry, and those docs don't cover LDAP authentication for other services - you might need to refer to the documentation for each service that you want to use with LDAP (squid, dovecot, etc.)......
  6. Replies
    26
    Views
    5,154

    [ubuntu] Re: Samba and Windows 7

    I haven't come across a single up-to-date how-to that incorporates everything (although there was an older one floating around for 8.04), but you should be able to get what you need from the...
  7. Replies
    8
    Views
    4,418

    [ubuntu] Re: DNS for intranet

    You can check the router manual, but chances are you won't be able to do it there because its probably not really designed for that. If by some chance your router does handle multiple zones,...
  8. Replies
    3
    Views
    1,062

    [ubuntu] Re: External to Internal DNS Routing

    oh and also, normal string matching wouldn't work for any encrypted traffic (such as https)... I think there is a way of configuring iptables with the necessary keys to be able decrypt it (and then...
  9. Replies
    3
    Views
    1,062

    [ubuntu] Re: External to Internal DNS Routing

    Ok, as far as I understand it, you have one public IP and one Linux box doing the routing between that public IP and the LAN. In this case, PAT is definitely necessary and is probably already being...
  10. Replies
    8
    Views
    4,418

    [ubuntu] Re: DNS for intranet

    Is xyz.com your local domain or something totally different? The setups I do generally have an Ubuntu server running as firewall/router/dhcp/ddns, where public DNS for the domain is hosted by the ISP...
  11. Replies
    5
    Views
    1,883

    [ubuntu] Re: Interfaces not starting on reboot

    Sorry for the delay.

    Depending on your version, you may or may not have a /var/log/boot.log file. If you do, this might be a good starting point as you will be able to see if any errors were shown...
  12. Replies
    26
    Views
    5,154

    [ubuntu] Re: Samba and Windows 7

    Yes, I've just been working on this recently and did succeed. As mentioned in my previous post on this thread though, don't try with an older Ubuntu version (unless you want to mess around with...
  13. Replies
    2
    Views
    13,199

    [SOLVED] Re: Server 10.04, pam/winbind, delayed logins

    Haha. As expected, the solution is so simple I could slap myself. Even though the local host is the domain controller, it must still be specifically added to its own domain for winbind to...
  14. Replies
    2
    Views
    13,199

    [SOLVED] Re: Server 10.04, pam/winbind, delayed logins

    Haha. As expected, the solution is so simple I could slap myself. Even though the local host is the domain controller, it must still be specifically added to its own domain for winbind to...
  15. Replies
    5
    Views
    1,883

    [ubuntu] Re: Interfaces not starting on reboot

    Can't see anything major wrong there, other than there should be a 127.0.1.1 entry in your hosts file for the fqdn of the machine, which to the best of my knowledge can be important for some...
  16. Replies
    26
    Views
    5,154

    [ubuntu] Re: Samba and Windows 7

    One minor point: make sure you're on a recent version of Ubuntu. Changes to Samba for Win 7 compatibility weren't backported to older releases, even if they were LTS. So minimum to go with is 10.04 I...
  17. Replies
    5
    Views
    1,883

    [ubuntu] Re: Interfaces not starting on reboot

    Did eth0 come up when you restarted networking services? Can you post the contents of /etc/network/interfaces, /etc/hosts and the output from



    ifconfig -a


    The connection refused issue...
  18. Replies
    2
    Views
    13,199

    [SOLVED] Server 10.04, pam/winbind, delayed logins

    Another strange problem on 10.04 when running as a domain controller with Samba/LDAP: After initial boot-up, no login is possible for at least 3 minutes. I can login immediately via ssh, if an ssh...
  19. [SOLVED] Re: Server 10.04, one interface not brought up on boot

    Solved. For some reason this was being caused by the firewall being loaded for each interface. If I only load the firewall for one interface, no problem. However, while the immediate problem is...
  20. [SOLVED] Server 10.04, one interface not brought up on boot

    Hi all,

    I'm having an odd problem with Server 10.04. I have two interfaces but only one interface is brought up on boot - and it's not always the same interface. Usually eth0 fails and eth1 comes...
  21. Replies
    7
    Views
    1,279

    [ubuntu] Re: File Permissions

    You need to "escape" the spaces, using one of the methods below:



    chmod a+rw /home/rej3kt/.wine/drive_c/Program\ Files/World\ of\ Warcraft/repair.exe


    That escapes each space by placing a...
  22. [SOLVED] Re: Port 21 reported open by nmap and netcat, but blocked by iptables

    My bad! Problem was with a device on my route to the Internet and had nothing to do with the servers.:oops:
  23. [SOLVED] Port 21 reported open by nmap and netcat, but blocked by iptables

    Strange issue here when trying to verify firewall on Server 8.04. No ftp service running at all on server, but both nmap and netcat report port 21 as being open, even though it isn't.

    I am 100%...
  24. Replies
    11
    Views
    1,097

    [ubuntu] Re: Idea or Direction voice secure

    Using any form of biometric authentication to replace a password might be less secure, but personally I think it's best to combine different methods of authentication. For instance, I use facial...
  25. Replies
    9
    Views
    2,392

    Re: Any cool PAM authentication modules?

    A few years later, but pam_face_authentication.so is very cool, using opencv. Have also done pam_usb.so and pam_blue.so. Now looking for a voice authentication plugin.
Results 1 to 25 of 204
Page 1 of 9 1 2 3 4