Search:

Type: Posts; User: Roswebnet; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    10,933

    [SOLVED] Re: KVM NAT port forwarding

    I solved it! :) Cost me couple of days...

    The network topology looks like this:


    Internet---------[Virtual Host Server]
    WAN------------[[em1|virbr0]-------------LAN]...
  2. Replies
    5
    Views
    10,933

    [SOLVED] Re: KVM NAT port forwarding

    @ TheFu the first post is updated.

    @ The Cog I have this (HOST) routes in my table:


    route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use...
  3. Replies
    5
    Views
    10,933

    [SOLVED] KVM NAT port forwarding

    Hello everyone,

    I would like to publish guests services (http, ssh and etcetera) to the outside world through NAT. I followed many tutorials and I have following rules in iptables:


    iptables...
  4. [ubuntu] Re: Webmin required Net::FTPSSL module on Ubuntu 13.10

    No one?
  5. [ubuntu] Re: Accessing SAMBA AD on Ubuntu Server 14.04 via SSSD

    Yes! I got something working based on Kerberos:


    apt-get install sssd
    vim /etc/sssd/sssd.conf
    chown root:root /etc/sssd/sssd.conf
    chmod 600 /etc/sssd/sssd.conf

    samba-tool domain...
  6. [ubuntu] Ubuntu Server 14.04. Samba. Starting SMB/CIFS File Server [fail]

    Hieveryone,
    I am facingstrange problem with Samba AD on Ubuntu Server 14.04. On system reboot, I amgetting at the end of boot this message:

    * Starting SMB/CIFS File Server[74G[[31mfail[39;49m]...
  7. [ubuntu] Accessing SAMBA AD on Ubuntu Server 14.04 via SSSD

    Hieveryone,
    I would liketo access my samba domain controller via SSSD using LDAP and/or Kerberos. Didanyone already tried it? How it is working?
    Sambaconfiguration.
    My provision:

    samba-tool...
  8. [ubuntu] Webmin required Net::FTPSSL module on Ubuntu 13.10

    Hi everyone,

    I just reviewed Ubuntu Server 13.10 and Webmin 1.670. I would like to create a remote FTP monitor. However Webmin asks for Net::FTPSSL perl module.

    Installation via CPAN returns me...
  9. [ubuntu] Re: Ubuntu Server 13.10 | Postfix 2.10.2 | smtpd.conf problem

    no one?
  10. [ubuntu] Ubuntu Server 13.10 | Postfix 2.10.2 | smtpd.conf problem

    Hi everyone

    I would like that my Postfix accepts only LOGIN and PLAIN authentication methods (or methods as first).

    I did following changes in configurations files.

    /etc/postfix/main.conf
    ...
  11. [SOLVED] Re: Ubuntu Server 13.10 | Postfix 2.10.2 | Cyrus 2.4.16 | saslauthd 2.1.25

    Solved

    in /etc/imapd.conf comment


    [...]
    # The default domain for virtual domain support
    # If the domain of a user can't be taken from its login and it can't
    # be determined by doing...
  12. [SOLVED] Ubuntu Server 13.10 | Postfix 2.10.2 | Cyrus 2.4.16 | saslauthd 2.1.25

    Hi, everyone

    I have successfully setup the Cyrus IMAP in combination with Postfix. UNIX users after authentication can access mail server and sent or receive mails.
    I would like to create...
  13. Replies
    3
    Views
    1,737

    [SOLVED] Re: Pure-FTPd & Nginx on Ubuntu Server 13.10

    I solve it like this:


    usermod -aG ftpgroup www-data
    chown -R ftpuser:ftpgroup /usr/share/nginx/
    chmod -R g+ws /usr/share/nginx/


    Don't forget to restart nginx and pure-ftpd.
  14. Replies
    3
    Views
    1,737

    [SOLVED] Re: Pure-FTPd & Nginx on Ubuntu Server 13.10

    Hi
    as I understood from searching the problem is in permissions, groups and users.
    What I need precisely:

    - Nginx/PHP FPM needs read/write/execute access to the php files in the
    document root...
  15. Replies
    3
    Views
    1,737

    [SOLVED] Pure-FTPd & Nginx on Ubuntu Server 13.10

    Hi everyone,
    I would like to configure Pure-FTPd to access the Nginx files on Ubuntu Server 13.10. The root webpages directory of nginx is (there all my websites):

    /usr/share/nginx/
    ...
  16. Replies
    1
    Views
    1,352

    [SOLVED] Re: Ubuntu 13.10 Cyrus 2.4 Imapd

    Hi everyone,
    I solve the problem for cyrus 2.4 on Ubuntu 13.10.
    In postfix main.cf:

    mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
    In cyrus cyrus.conf:

    imap ...
  17. Replies
    7
    Views
    3,213

    Re: Ubuntu 13.10 Mail server

    Hi

    Do you have DNS (Bind) installed and configured?

    How many mail accounts you will use? If only two I believe homedir and simple sasl based on pam should be enough. IMHO

    Please post...
  18. Replies
    1
    Views
    1,352

    [SOLVED] Ubuntu 13.10 Cyrus 2.4 Imapd

    Ubuntu 13.10 Cyrus 2.4 Imapd
    Hi everyone,
    For a testing propose I installed an e-mail server on Ubuntu. It cost me couple of days to choose satisfied software and understand basic principles.
    ...
  19. [ubuntu] Re: Microsoft Network Access Protection. Are there any Linux alternatives?

    Ok, lets finalise it. As I understood there is no possibility to allow server to be part of a NAP technology. However, there is still possibility to use the 802.1x technology......
  20. [ubuntu] Re: Microsoft Network Access Protection. Are there any Linux alternatives?

    hawkmage:



    Because of an agent?

    koenn:
  21. [ubuntu] Re: Microsoft Network Access Protection. Are there any Linux alternatives?

    No

    When user PC tries access the network (VPN, WiFi, Ethernet) the NAP asks about the Health status of the PC (Antivirus on, Firewall on, Latest updates or other Policy requirements)
    ...
  22. [ubuntu] Microsoft Network Access Protection. Are there any Linux alternatives?

    Hi everyone

    Microsoft in Windows Server 20xx products provides nice security product - the NAP.



    http://technet.microsoft.com/en-us/network/bb545879.aspx

    I heard something about Network...
  23. [SOLVED] Re: Ubuntu Server 13.10. Squid 3.3.8. WARNING: external ACL 'memberof' queue overloa

    I found a solution!

    Problem was with IPv6.
    When squid tries to run the helper he asks IPv6, which I have disabled. Therefore, in logs appears following line of code:
    WARNING:...
  24. [SOLVED] Re: Ubuntu Server 13.10. How to change the network interface name?

    Oh man... It's a bit complicated... Why not to add a generated or exampled "70-my-net.rules" file under /lib/udev/rules.d/ ? It was so easy before this update...

    Like this one(based on...
  25. [SOLVED] Re: Ubuntu Server 13.10. How to change the network interface name?

    I searched too, but cannot find anything. That is weird. It looks like 70-persistent-net.rules file was removed or there is not happened any generation of this file. In addition, maybe udev does not...
Results 1 to 25 of 61
Page 1 of 3 1 2 3