Recent content by Rombo

  1. R

    One router, two segments desired.

    Thanks. I'm not sure how to do that. %^( I don't see a code box to drop them into. ok, I found it. Cheers! Now I just need to figure out what language ASUS uses (Bash?)
  2. R

    One router, two segments desired.

    iptables -vnL INPUT Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT tcp -- br100 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:44399 0 0 ACCEPT tcp -- br100 *...
  3. R

    One router, two segments desired.

    I commented out # Drop all incoming traffic to br100 iptables -I INPUT -i br100 -j drop and added # Allow packet forwarding between br100 and eth0 (WAN) iptables -I FORWARD -i br100 -o br0 -j ACCEPT Here is some output from commands: ifconfig br0 Link encap:Ethernet HWaddr...
  4. R

    One router, two segments desired.

    I have followed the Two Segment Lan Isolation Tutorial without success. I believe I am simply configuring all the network pieces wrong. I would actually like to have two lan segments on the router without isolation (if there is a way to do this) and use a VLAN on the managed switch I have to...
  5. R

    amtm Segmentation Faults with amtm

    I figured all of the above out. Thanks to those that checked out the problem above. I used the Asus Merlin GUI to umount the USB drive. Then e2fsck to fix disk errors. I suspect I will have to format the USB and all that.
  6. R

    amtm Segmentation Faults with amtm

    I am getting segmentation faults when trying to run amtm on an AC86U running 386.1_2 asus merlin. 1. Is there a command line option to reinstall/update amtm (like firewall update -f) 2. Is there a way to run disk check without amtm? 3. Is there a way to fix a broken file system (such as...
  7. R

    Skynet After upgrade to 386.2_2, firewall (skynet) gives syntax error

    Renamed skynet.cfg to skynet.cfg.old touch skynet.cfg firewall seems to work now. Thank you
  8. R

    Skynet After upgrade to 386.2_2, firewall (skynet) gives syntax error

    Renamed it to .old and ran firewall. just indicated can't open skynet.cfg. Ran the curl command to reinstall the firewall. Ran firewall & indicated can't open skynet.cfg renamed it back to skynet.cfg Ran firewall & had original error.
  9. R

    Skynet After upgrade to 386.2_2, firewall (skynet) gives syntax error

    I upgraded to asus merlin 386.2_2 today on my AC86U router. Ran AMTM and did option EP & U to update everything. When I type in firewall <enter>, I get the following error message: /jffs/scripts/firewall: /tmp/mnt/ENTWARE/skynet/skynet.cfg: line 1: syntax error: unexpected "(" I am unable to...
  10. R

    Need example of ip route add command

    I finally found a SNBForums thread that discusses this exact issue. I really appreciate your responses. The thread is at: https://www.snbforums.com/threads/simultaneous-vpn-server-and-vpn-client.39508/ I plan to shut down NordVPN on both routers to test the site-to-site VPN Server/VPN Client...
  11. R

    Need example of ip route add command

    That is exactly what I am trying to do. These are two separate networks (VPN Server 192.168.1.0/24 and VPN Client 192.168.100.0/24). I want to see all 192.168.100.0/24 devices from 192.168.1.0/24 and vice versa. I can't seem to work this out though. The thing really confusing me is the VPN...
  12. R

    Need example of ip route add command

    Thank you. Guess routing isn't the problem with one subnet not being able to see the other subnet via VPN Server/VPN Client. %^(
  13. R

    Need example of ip route add command

    So, I'm trying to add a route on my asus merlin RT-AC86U. Very frustrating since i haven't been able to find examples and what I type in errors off. I can't see any VPN Client devices and trying to figure out routing on the VPN Server side so I can see them. VPN Client 192.168.100.0/24 VPN...
  14. R

    Problems connecting a remote network running ASUS Merlin using VPN Server/VPN Client

    Hello all. Wanted to see if someone can tell me how to correctly add static routes on the Asus Merlin (running latest 386.1_2 for both the VPN Server side & VPN Client side networks. I have read so much about this but nothing seems to work. Addresses below have been changed from actual...
  15. R

    DNS-OVER-TLS and VPN DNS Servers

    I am trying to understand DNS-OVER-TLS and my NORDVPN setup. How do I get my devices using VPN to always use my VPN DNS Servers and the devices using WAN access to the Internet using the DNS-over-TLS servers? I am using RT-AC86U_386.1_Beta4 of Asus Merlin on an AC86U Asus modem direct connected...
Back
Top