• 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 Rex

  1. R

    Tutorial LAN port isolation on Asus Merlin example

    another example: interface=br100 dhcp-range=br100,192.168.150.100,192.168.150.200,255.255.255.0,86400s dhcp-option=br100,3,192.168.150.1 dhcp-option=br100,6,8.8.8.8,8.8.4.4 dhcp-option=br100,15,br100.dmz dhcp-option=br100,44,192.168.150.1
  2. R

    Asus ISP Profile Settings

    ---------------------------------- #!/bin/sh # example script for (rt-ac68u) MEO - firewall-start file (portability new router rt-ax ** u) # lan ports 1,2,3 assigned to vlan 1 robocfg vlan 1 ports "1 2 3 5t" # untag WAN Port 0 robocfg vlan 2 ports "0 5u" # WAN Bridge Port 4 robocfg vlan 12...
Back
Top