• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by fredmc

  1. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Thank you for all your help with it, and I'll definitely post the solution once I find it. I found this post here in the forum by @.TT. that details the sintax for the ethctl which seems to be the new Broadcom tool to achieve what was previously done with robocfg. More specifically, I think...
  2. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Ooff, this is getting a bit complicated for me lol. I don't want to have everything on one port as i can´t use the other router in bridge mode. In fact, using the GUI I have almost everything working as that would probably be equivalent to all these commands: vconfig add eth0 101 vconfig add...
  3. F

    Help with routing 2 VLAN's to the same Ethernet Port

    So, I think those commands presumed that i configured the IPTV menu only with "internet" as VID 100 / PRIO: 1 And the other VLAN's would be created at boot using that command. So, in my case it would be: vconfig add eth0 101 vconfig add eth0 105 ifconfig vlan101 up ifconfig vlan105 up would...
  4. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Yes, I think those commands were to achieve what ASUS ended up implementing, i.e., to have Ethernet port 4 connected to the Vodafone router in bridge mode (and the vodafone router would take care of the IPTV and VoIP service as their router is already configured to have both internet and TV...
  5. F

    Help with routing 2 VLAN's to the same Ethernet Port

    I really appreciate all your help, thank you so much. I don’t think that is the issue - I did manage to get it on the AC68U with some commands similar to the ones I posted earlier. As soon as I issued the commands, the TV Box appeared on the DHCP client list of the home network. Is there a way...
  6. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Unfortunately, it doesn't seem to have any effect. It does seem to be creating and adding the interfaces to the bridge port: user@ASUSWRT:/tmp/home/root# brctl show bridge name bridge id STP enabled interfaces br0 8000.fc34978b2170 yes eth3...
  7. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Hum, not sure these are the correct commands? ip link add link eth0 name eth0.105 type vlan id 105 ip link set dev eth0.105 up brctl addif br101 eth0.105 Thanks
  8. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Yes, many things in Vodafone Portugal do not make any sense. If you have a new installation, you are given an all-in-one router+ont and you are unable to put it in bridge mode (to use your own router) without paying an extra fee. Fortunately, I'm an old client and I still have the old devices...
  9. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Thanks a lot for your help! Unfortunately it doesn't seem to work. This is my ifconfig and brctl after issuing the commands: user@ASUSWRT:/tmp/home/root# ifconfig br0 Link encap:Ethernet HWaddr FB:34:98:8C:21:71 inet addr:172.27.0.1 Bcast:172.27.0.255 Mask:255.255.255.0...
  10. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Hi, yeah, just ignore... I've changed ip's and mac add's on my post.
  11. F

    Help with routing 2 VLAN's to the same Ethernet Port

    user@ASUSWRT:/tmp/home/root# brctl show bridge name bridge id STP enabled interfaces br0 8000.fc34978b2170 yes eth3 eth4 eth5 eth6 eth7...
  12. F

    Help with routing 2 VLAN's to the same Ethernet Port

    If it helps, this is the current ifconfig for my network: ASUSWRT-Merlin RT-AX86U 3004.388.4_0 Mon Aug 21 19:34:20 UTC 2023 user@ASUSWRT:/tmp/home/root# ifconfig br0 Link encap:Ethernet HWaddr FB:34:98:8C:21:71 inet addr:172.37.0.1 Bcast:172.37.0.255 Mask:255.255.255.0...
  13. F

    Help with routing 2 VLAN's to the same Ethernet Port

    This is awesome. Thank you for your help and for this. I will try it later and will let you know. If it does work I may need some help with the startup script. Thanks!
  14. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Unfortunately not - this was made to have port 4 in bridge mode so the vodafone router could also be connected and take care of IPTV and phone. Unfortunately Vodafone Portugal stopped giving 2 ip's per installation years ago and this method became obsolete. Currently it's working fine with the...
  15. F

    Help with routing 2 VLAN's to the same Ethernet Port

    Thank you for your help once again. Unfortunately, as the configuration is set now, the tv box does not have internet, only the TV services (the TV channels). Hence why I am trying to also tag the VLAN 100 to the port 3. Similarly, the port 4 also does not have internet, only access to the...
Back
Top