Results 1 to 2 of 2

Thread: dns settings for my rpi at osmc/kodi

  1. #1
    Join Date
    Jul 2014
    Beans
    340

    Question dns settings for my rpi at osmc/kodi

    Hi all,
    How do I set specific dns settings for my rpi at osmc/kodi (debian-based) ?
    Code:
    $ uname -a
    Linux osmc 4.14.34-2-osmc #1 SMP PREEMPT Thu Jun 7 18:43:25 UTC 2018 armv7l GNU/Linux
    Tried to modify /etc/resolv.conf and it worked for me till reboot, but then my modifications were erased.
    The device gets settings from dhcp server.
    Please advise.

    Upd: in the meantime I've created my own resolv.conf version in the home directory and created crontab record to copy it instead of original one each hour (ugly, but works)
    Code:
    0 * * * * cp /home/osmc/resolv.conf /etc/resolv.conf
    Last edited by marchello_lippi2; August 7th, 2018 at 01:27 PM.

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: dns settings for my rpi at osmc/kodi

    osmc networking isn't normal debian. They use conman.
    No /etc/network/interfaces file is used.
    No /etc/netplan/

    I'd suggest asking this question on the OSMC forums, if you can't find the answer. The main packager is very active and the core 10 forum users there are expert at this stuff.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •