Recent content by docbob

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

  1. D

    Advanced DMZ, bridge WAN to LAN, route WAN IP to LAN ports

    I understand MASQUERADE allows one to route traffic without disrupting the original traffic route. i.e. I want to send the WAN IP to a LAN port while still using NAT, yes? Eric the firmware guy was kind enough to help and said: Check the content of your iptables. The rule is normally there in...
  2. D

    Advanced DMZ, bridge WAN to LAN, route WAN IP to LAN ports

    New error, but much much better: $IPTABLES -t nat -D POSTROUTING -o $WIF -j MASQUERADE iptables: No chain/target/match by that name Does Merlin have the "nat table kernel module" loaded and the "MASQUERADE module" loaded ?? How do I test this? Thanks again!
  3. D

    Advanced DMZ, bridge WAN to LAN, route WAN IP to LAN ports

    Wonderful. I'll try that and post the results. Best Regards, Bob
  4. D

    Advanced DMZ, bridge WAN to LAN, route WAN IP to LAN ports

    Update: Created script and ran it, and this is what I got: + nvram get wan_iface + WIF= + nvram get wan_ipaddr + WIP=0.0.0.0 + nvram get wan_netmask + WNM= + nvram get wan_gateway + WGW=0.0.0.0 + nvram get lan_ifname + LIF=br0 + nvram get lan_ipaddr + LIP=192.168.2.1 + nvram get lan_netmask +...
  5. D

    Advanced DMZ, bridge WAN to LAN, route WAN IP to LAN ports

    Hello everyone! I have a need to route the WAN IP to a LAN port and at the same time still use the NAT IPs. The script I found does work on Shibby Tomato but the VLANs don't work for the ISP. Also tried DD-WRT, but it won't work with the ISP either. And... I have also tested that google project...
Top