LINUX: Understanding Bridging Interfaces in Linux

Поделиться
HTML-код
  • Опубликовано: 8 фев 2025
  • More videos like this on www.theurbanpen... :
    Bridging is not new, but many admins may have only studied this in class and not used the technology until they now see it in Virtualization hosts like XEN or VMWare. Bridges connect network segments together and we will see this on my SUSE lab machines

Комментарии • 19

  • @sleepee11
    @sleepee11 11 лет назад +4

    i've been studying for the RHCSA exam lately and every once in a while i come across a topic i'd like more explanation on.
    and every time i look for a topic here on youtube looking for a video tutorial, i see you've made a video on it... and you're usually at the top of my search results.
    i gotta congratulate you on the sheer variety of topics and depth of your videos.
    you're becoming my go-to resource for anything linux.
    keep them coming!

  • @davidsmoot5779
    @davidsmoot5779 12 лет назад

    Good stuff. I was confused but seeing the concrete example really helped. Going to set up bridging on my multi-nic test box to play with it.

  • @pbezunartea
    @pbezunartea 13 лет назад

    @kdpawson I agree it's a great video. I hope I can clarify the difference between bridging and bonding.
    According to linuxfoundation, a bridge transparently relays traffic between network interfaces. As its name implies, it just passes packets from one interface to the other, transparently. Bonding is used to make multiple interfaces behave as one, it's usually done for redundancy reasons. HTH

  • @KeithPawson
    @KeithPawson 13 лет назад

    @theurbanpenguin Oops sorry I missed that one, will check it out now, thanks.

  • @k3v1l
    @k3v1l 13 лет назад

    a hub with Linux Power - excellent to see how 2 devices communicate when br0 is on eth0 and eth1 :) nice video sir

  • @vrejab3795
    @vrejab3795 9 лет назад

    Thank you for the simple and clear explanation.

  • @KeithPawson
    @KeithPawson 13 лет назад

    Great Video!
    One thing I find a little confusing, is that some distros use the term bonding and bridging. For example my understanding is that Debian/CentOS term bonding is for configuring 2 or more NICs to act as an aggregate for either redundancy/aggregate - just like NIC Teaming. I don't work with SUSE so I'm not sure if it's the same, but certainly this video is the same bridging method that I understand with other distros. Perhaps you could clarify this and make a video on network bonding?

  • @ziadfawzi
    @ziadfawzi Год назад

    Thank you.

  • @joeemenaker
    @joeemenaker 3 года назад

    If you didn’t need network connectivity from the bridging host, itself, do you really need to assign an IP to the bridge interface?

  • @PeterOdhiamboAbwoga
    @PeterOdhiamboAbwoga 4 года назад

    Hi Andrew, please explain how I can create a bridge using a wireless nic

  • @uttamkumarkumar3171
    @uttamkumarkumar3171 2 года назад

    How can we implement in vmware workstation or virtual box

  • @Oswee
    @Oswee 5 лет назад

    Shouldn't "Host" be named a "Guest" @2:00 in context if we are talking about virtualization?

  • @shan1754
    @shan1754 10 лет назад

    Great video, however so many questions. DHCP Environment?

  • @chechobarbery
    @chechobarbery 5 лет назад

    Thanks

  • @Codezoomer85
    @Codezoomer85 6 лет назад +1

    do both networks have to exist on the same subnet? or does bridging also work if one network is 192.168 and one is 10.0?

    • @MagnumCarta
      @MagnumCarta 4 года назад +1

      Bridging is a layer 2 construct so it does not care about subnets. It only cares about knowledge of the source and destination MAC addresses. You need a router to communicate between subnets.

  • @vamshikrishna7872
    @vamshikrishna7872 5 лет назад

    x1.5 and thank me later

  • @dankmheems290
    @dankmheems290 6 лет назад

    It would be nice if you taught on the terminal as if you knew what you were talking about. All that networking can be done on the terminal and it will teach people way more. What a newb wannabe hacker.