Results 1 to 3 of 3

Thread: How to make my Smart TV get internet?

  1. #1
    Join Date
    Jan 2009
    Beans
    3

    How to make my Smart TV get internet?

    Hello All

    I bought Smart TV recently and installed it under my NAS(with Ubuntu 18.04).
    NAS get private IP from router(sorry for missing router in the attached picture, Router is between ISP modem and switch)
    NAS has two wired network interfaces , one is eth0(WAN from switch) and another is eth1(To Smart TV)
    I'd like to make my Smart TV have different IP but in same Network with NAS(To use DNLA fucntion from other device)

    I did lots of try with brctl(bridge-utill) but no success and already messed up much to explain what I tried

    So, I make /etc/network/interfaces back to
    auto lo
    iface lo inet loopback

    I already googled during last 3 days but no clear help from them.
    Can you anyone help me on this matter?

    Attached Images Attached Images

  2. #2
    Join Date
    Aug 2013
    Beans
    75
    Distro
    Lubuntu

    Re: How to make my Smart TV get internet?

    Why don't you connect the TV directly to the switch?
    Budgie and loving it.

  3. #3
    Join Date
    Jan 2009
    Beans
    3

    Re: How to make my Smart TV get internet?

    Because, only 2 wired UTP port on the wall available and it's already occupied by others.
    But, it's solved already since below worked well in /etc/network/interfaces

    auto lo br0
    iface lo inet loopback

    iface eth0 inet manual
    iface eth1 inet manual

    iface br0 inet dhcp
    bridge_ports eth0 eth1
    bridge_stp off
    bridge_fd 0
    bridge_maxwait 0

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
  •