Nicola Mondello

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: connect sensors to MultiConnect rCell Series 100 #28658
    Nicola Mondello
    Participant

    Any help?
    Is it possible to use this device outdoor? Is an IP67 version available?

    in reply to: openVPN bug #22603
    Nicola Mondello
    Participant

    Hi Jeff,
    thanks for your response.
    I may be wrong, but reading this post I have understood that a user with the same problem (on Centos 7) resolved it upgrading openVPN to 2.3.11 version.

    On my Conduit I have the version

    root@mtcdt:~# openvpn --version
    OpenVPN 2.1.3 arm-mlinux-linux-gnueabi [SSL] [LZO2] [EPOLL] built on May  6 2016
    
    in reply to: openVPN bug #22584
    Nicola Mondello
    Participant

    Hi, nobody can confirm the presence of this OpenVPN bug?

    in reply to: pppd connection failed #22565
    Nicola Mondello
    Participant

    Thank you Jeff, I fear there is a problem with the HSPA+ card .
    When I execute the pppd call gsm command no /var/log/messages file is generated.
    All this happens suddenly, before it was working properly.
    Is there any other test I could try?

    Thanks in advance.
    Nicola

    in reply to: installing git package #20894
    Nicola Mondello
    Participant

    Sorry, about the opkg error it was an Internet connection issue

    in reply to: installing git package #20893
    Nicola Mondello
    Participant

    ok, using opkg command I get:

    root@mtcdt:~# opkg update
    Downloading http://multitech.net/mlinux/feeds/3.2/all/Packages.gz.
    Downloading http://multitech.net/mlinux/feeds/3.2/arm926ejste/Packages.gz.
    Downloading http://multitech.net/mlinux/feeds/3.2/mtcdt/Packages.gz.
    Collected errors:
    * opkg_download: Failed to download http://multitech.net/mlinux/feeds/3.2/all/Packages.gz, wget returned 4.
    * opkg_download: Failed to download http://multitech.net/mlinux/feeds/3.2/arm926ejste/Packages.gz, wget returned 4.
    * opkg_download: Failed to download http://multitech.net/mlinux/feeds/3.2/mtcdt/Packages.gz, wget returned 4.

    root@mtcdt:~# opkg install git
    Unknown package 'git'.
    Collected errors:
    * opkg_install_cmd: Cannot install package git.

    Is it better to update the firmware or can I simply install the package according with my version (3.2):
    http://www.multitech.net/mlinux/feeds/3.2/arm926ejste/git_1.9.0-r0.0_arm926ejste.ipk ?

    in reply to: setting static DNS #20508
    Nicola Mondello
    Participant

    Perfect! I was missing this!
    Now it works.

    Thank you

    in reply to: setting static DNS #20501
    Nicola Mondello
    Participant

    I’m sorry but it doesn’t work. /etc/network/interfaces is:

    auto eth0
    iface eth0 inet static
    address 192.168.2.111
    netmask 255.255.255.0
    gateway 192.168.2.1
    dns-nameservers 8.8.8.8

    this works:

    root@mtcdt:~# ping 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=55 time=47.3 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=55 time=46.5 ms

    this not works:

    root@mtcdt:~# ping google.com
    ping: unknown host google.com
    in reply to: Internet connection with Ethernet #20489
    Nicola Mondello
    Participant

    Hi Jeff,
    thanks for your answer. My interfaces file was

    auto eth0
    iface eth0 inet static
    address 192.168.2.111
    netmask 255.255.255.0

    I forgot to add the gateway line:
    gateway 192.168.2.1

    Now it works.
    Thank you

Viewing 9 posts - 1 through 9 (of 9 total)