Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: Newer version of Openssh on Ubuntu LTS

    It's good to know that. :) Thank you.
  2. [ubuntu] Re: Newer version of Openssh on Ubuntu LTS

    You might really want to update your OpenSSL first, at least because 1.0.1f is no longer supported.

    Also note that due to some API changes, OpenSSL 1.1.x is not supported by OpenSSH 7.7p1, so you...
  3. Replies
    10
    Views
    11

    [ubuntu] Re: apt-get problem

    Thank you, everyone, much appreciated.

    Just wanted to make sure there isn't anything I could do myself, but now I will open a ticket with the VM provider.
  4. Replies
    10
    Views
    11

    [ubuntu] Re: apt-get problem

    $ uname -r
    3.13.0-95-generic

    $ sudo dpkg -l | grep -i linux-

    ii linux-firmware 1.127.24 all Firmware for Linux kernel drivers...
  5. Replies
    10
    Views
    11

    [ubuntu] Re: apt-get problem

    Absolutely. Here's the result:


    $ sudo apt-cache policy initramfs-tools initramfs-tools-bin linux-initramfs-tool
    initramfs-tools:
    Installed: 0.103ubuntu4.9
    Candidate: 0.103ubuntu4.10
    ...
  6. Replies
    10
    Views
    11

    [ubuntu] Re: apt-get problem

    Yes. And initramfs-tools and initramfs-tools-bin won't install, too.


    $ sudo apt-get install initramfs-tools
    Reading package lists... Done
    Building dependency tree
    Reading state...
  7. Replies
    10
    Views
    11

    [ubuntu] Re: apt-get problem

    Thank you and I am sorry for the late answer. Here's the result of running the suggested commands:


    $ sudo apt-get dist-upgrade -s
    Reading package lists... Done
    Building dependency tree ...
  8. Replies
    10
    Views
    11

    [ubuntu] apt-get problem

    Hi, everyone.

    I've a problem with one of my machines running 14.04.5 Server. Suddenly, after I updated the local repository and tried to upgrade the packages, here's what I got:


    $ sudo...
  9. Replies
    4
    Views
    773

    [SOLVED] Re: php running as root

    Thank you!!!
  10. Replies
    4
    Views
    773

    [SOLVED] Re: php running as root

    I am sorry for the late answer.

    So, should I disregard this warning and consider that there's no need to worry?
  11. Replies
    4
    Views
    773

    [SOLVED] php running as root

    Hi, everyone.

    My public server runs nginx/1.4.6 & PHP 5.5.9-1 atop of Ubuntu 14.04.4.

    I hardened my PHP and eventually came to test the configuration with SektionEins's PHP Secure...
  12. Replies
    0
    Views
    598

    Logjam SSL vulnerability!

    FYI: http://thehackernews.com/2015/05/logjan-ssl-vulnerability.html

    Test your browsers here: https://weakdh.org/

    Test and eventually strengthen your servers by following this guide:...
  13. Replies
    44
    Views
    2,078

    [ubuntu] Re: can ping but cannot access internet

    I'm wondering if a non-Debian distribution would work... if you have some time to spare, it might be worth trying, just to make sure the hardware is fine.
  14. Replies
    44
    Views
    2,078

    [ubuntu] Re: can ping but cannot access internet

    I'm not an expert, but it looks like a software issue to me. You got quite a few errors in the dmesg output.

    Is it how you got your device or did you (re)install the OS?
  15. Replies
    44
    Views
    2,078

    [ubuntu] Re: can ping but cannot access internet

    For some reason, output packets are being dropped:

    >ifconfig
    eth0 Link encap:Ethernet {...}
    RX packets:19778 errors:0 dropped:0 overruns:0 frame:0

    TX packets:3943 errors:0 dropped:47...
  16. Replies
    44
    Views
    2,078

    [ubuntu] Re: can ping but cannot access internet

    That's great! The pings to remote networks work. Are you able to access the Internet (external sites) using a browser or your email client?
  17. Replies
    44
    Views
    2,078

    [ubuntu] Re: can ping but cannot access internet

    Could you please post the output of the ping www.cnn.com command when using Ethernet? The pings to 127.0.1.1 and 192.168.0.1 only show that you have local host and local network IP connectivity.
  18. Replies
    44
    Views
    2,078

    [ubuntu] Re: can ping but cannot access internet

    Hi.

    Can you post the details of your /etc/network/interfaces file?

    My first thought is that you don't have a DNS server to resolve the domain names, I don't understand how you can ping...
  19. [ubuntu] Re: Unexplained TCP behavior - Ubuntu 13.10 and Ubuntu 12.04 LTS

    Why do you say that an ACK should be sent for unaccepted numbers? Even in figure 11 of the RFC 793 (posted below), client A doesn't reply with an ACK to server B, which continues to request data...
  20. [ubuntu] Re: ufw log getting spammed with 224.0.0.1 every 3 minutes - how disable?

    Same here. My ISP is using an address from the 10.0.0.0/8 range. When I connect using PPPoE, they automatically assign me a routable IP address.

    The queries in your logs show both link local...
  21. Replies
    0
    Views
    985

    [ubuntu] how to disable IPv6 dynamic link local

    I am trying to configure a host using dual stack (IPv4 and IPv6).

    I setup a static IPv6 address in /etc/network/interfaces:


    iface eth0 inet6 static
    address fe80:a:a:1::2
    ...
  22. [ubuntu] Re: ufw log getting spammed with 224.0.0.1 every 3 minutes - how disable?

    Hello, Doug!

    Since the multicast range 224.0.0.0 - 224.0.0.255 is reserved for local link addresses, what's the relationship between the IP address on the router's interface to your provider and...
  23. [ubuntu] Re: setting up a router, advices needed with regards to security

    I am trying to insert some load connection-tracking module statements into a IP tables script.


    $MODPROBE ip_conntrack
    $MODPROBE iptable_nat

    I checked to see if both modules are available:
    ...
  24. [ubuntu] Re: ufw log getting spammed with 224.0.0.1 every 3 minutes - how disable?

    Initially, I just blocked the traffic from being recorded in the firewall log file. Yesterday, after a few months, I removed the rule which blocked the multicast frames / datagrams to reach the...
  25. [ubuntu] Re: ufw log getting spammed with 224.0.0.1 every 3 minutes - how disable?

    Based on your network topology, I think you can find out who's the sender.

    First of all, just erase the ufw rule which is now blocking the multicasts and reload the firewall on your host.

    Then...
Results 1 to 25 of 133
Page 1 of 6 1 2 3 4