Linux IP Routing Basics: Routes, Tables, and Policy-Based Routing Explained

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 35

  • @cyakimov
    @cyakimov Місяць тому +10

    This channel is pure gold. Keep it up Filip!

  • @ajk7151
    @ajk7151 17 днів тому

    you have simplified routing magic! thank you very much. :)

  • @NetBandit70
    @NetBandit70 Місяць тому +2

    Oh man this is gold. I gotta check out your other videos on bridging. Maybe you even have one on IPv6 routing, and DHCPv6-PD and ULAs, and NAT66.

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому +1

      Thanks! Here's are my IPv6 videos you may find interesting ua-cam.com/video/Qu3s61AE-4Q/v-deo.html and ua-cam.com/video/Ec4GwEIOD_g/v-deo.html
      As for bridging I only have ua-cam.com/video/cnNl0cLwkk8/v-deo.html that's not entirely bridging. I need to create one. Cheers

  • @LampJustin
    @LampJustin Місяць тому +1

    Awesome great and profound explanation! Thank you!

  • @saschadibbern339
    @saschadibbern339 Місяць тому

    Thanks learned some new stuff I wasn't aware of

  • @LeNachos
    @LeNachos Місяць тому

    Thanks for the video !!! Keep it up, you are doing great !!!

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому

      Thanks for watching! Next video should be interesting. I'll be showing what a Global Traffic Manager (GTM) can do so please stay tuned.

  • @familytamelo8140
    @familytamelo8140 28 днів тому

    Thanks!

  • @FaizHanief
    @FaizHanief 23 дні тому

    Hi can you create a video on nftables and iptables difference and a good session on iptables with connlabel conntrack and use cases? I know its too much but just hoping if it will be possible for someone who wants to build their own firewall/router or work on an existing one. Thanks

    • @LinuxCloudHacks
      @LinuxCloudHacks  23 дні тому +1

      I've been thinking about iptables vs nftables video for quite a while. I'll add it to my TODO list.

    • @FaizHanief
      @FaizHanief 22 дні тому

      @@LinuxCloudHacks Sounds great, Can you tell me where you learned all this. I think online resources are lacking for these Linux topics and only found your channel to discuss them in great detail. Again, really appreciate the work you are doing.

    • @LinuxCloudHacks
      @LinuxCloudHacks  21 день тому

      I've been fortunate to learn a lot through a combination of on-the-job experience, self-study, online resources, and hands-on experimentation. It's been a rewarding journey, and I'm always eager to learn more :) Cheers!

  • @The_Think3r
    @The_Think3r Місяць тому

    Great explanation!

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому

      I'm glad you found it helpful! Thanks for watching!

  • @carolinaluz6736
    @carolinaluz6736 Місяць тому

    👏👏 great video!!

  • @YarikUlyanov
    @YarikUlyanov Місяць тому

    Please explain how to automatically add a route when l2tp tunnel is up?

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому +1

      It's been a while since I've worked with L2TP in Linux but I believe you should
      create "/etc/ppp/ip-up" file and add
      /usr/sbin/ip route add 192.168.10.0/24 dev ppp0
      chmod +x /etc/ppp/ip-up
      Once you bounce the link it should trigger the scripts.
      tldp.org/HOWTO/PPP-HOWTO/ip-up.html
      Let me know if that helps.

    • @YarikUlyanov
      @YarikUlyanov Місяць тому

      @@LinuxCloudHacks I have many tunnels and their names change all the time. Now it is ppp0 but after a while it will be ppp5 for example.

    • @YarikUlyanov
      @YarikUlyanov Місяць тому

      @@LinuxCloudHacks Thank you! It worked. I thought I had to specify the name of the ppp interface (it changes all the time: ppp0,1,2, etc.), but I just put the tunnel address there ))

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому

      Perfect!

  • @francishubertovasquez2139
    @francishubertovasquez2139 Місяць тому

    Are you the cohort of Ronan the Accuser? Last warning.

  • @francishubertovasquez2139
    @francishubertovasquez2139 Місяць тому

    Ah revenge you said. The DC and Marvel will now have a clash. Telescoping each other powerful beings and supermutants world against each other. Let it be

  • @jg1000c
    @jg1000c Місяць тому +2

    way too fast for me to follow

    • @LinuxCloudHacks
      @LinuxCloudHacks  Місяць тому +1

      Thanks for the feedback! I can definitely see how it could be too fast. I'll try to vary the pace in future videos. I should have split it into multiple smaller pieces where I explain it in more detail.

    • @petergoodall6258
      @petergoodall6258 Місяць тому

      Can slow down in controls. Though I find it easier if recorded at a slow pace - to speed up to 1.25

    • @maximeformat7198
      @maximeformat7198 Місяць тому

      @@petergoodall6258 perhaps the list of the linux commands would help, I'ld really like to get them in the description. BTW what amazing job you do ! THANKS!

  • @AdrianuX1985
    @AdrianuX1985 Місяць тому

    ++