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

  1. E

    Selective Routing with Asuswrt-Merlin

    Hi, My configuration is: Lan: 192.168.0.0 VPN out (client): 10.x.0.0 VPN in (server): 10.8.0.0 Traffic by default using WAN (no VPN) I have a web server (IP 192.168.0.100 port:8080) on a machine marked to use the VPN out. I can access this web server from the Lan without problem. The problem...
  2. E

    Starting a script on network traffic from specific MAC addresses

    hi, I created /jffs/configs/dnsmasq.conf.add and added this line: dhcp-script=/jffs/scripts/dhcpscript.sh to append dhcp-script=/jffs/scripts/dhcpscript.sh to dnsmasq config file so every time a device add/old/del a lease dnsmasq properly run the script now: do you know how to let dnsmasq to...
  3. E

    Can I add additional dns for VPN on merlin?

    Hi, try this: iptables -t nat -I DNSFILTER -i [PPT-INTERFACE] -j DNAT --to-destination [DNS YOU WANT]
  4. E

    Asuswrt-Merlin 376.49 is out

    Thanks for the reply, I'm using TLS + Static Key. Not only static key. From your answer i understand that i can only choose one or another authentication system, not both. or i misunderstood? However with solution i found I can use both TLS and Static Key
  5. E

    Asuswrt-Merlin 376.49 is out

    Updated today from 376.48_1 to 376.49_5 on AC68U, now I have some issue with the openVPN Server: I was using TLS-auth Incoming (0) and was working well. Now under advanced configuration / Authorization Mode I can't add my tlsauth static key. If in 376.48_1 was: now in 376.49_5 is...
  6. E

    Block samba for client using iptables?

    Thanks I followed your suggestion and put this line in /jffs/configs/smb.conf.add hosts deny = ipaddress where ipaddress is the ip to block in the form xxx.xxx.xxx.xxx restarted the samba service (do you know how to restart smb by command line in ssh?) the line is correctly appended to the...
  7. E

    Block samba for client using iptables?

    I just want to block access to samba service on the router to a client with a given ip address. I tried this, but it's not working: iptables -I INPUT -s ipaddress -p udp --dport 445 -j DROP iptables -I INPUT -s ipaddress —p udp --dport 137 -j DROP iptables -I INPUT -s ipaddress -p udp...
  8. E

    [HOW-TO] wake up a Pc when you connect to OpenVPN Server on your Router

    what we want to obtain is: IF a client connect to openVPN server on the router (AC68U) THEN the router automatically send a WOL (wake on lan) command to a PC In this guide I assume you have the JFFS partition already active and writable and that you already configured WOL to work inside...
  9. E

    ARP binding on AC68U

    Hi, is there a way to Bind an IP to a MAC address in Merlin firmware? I think is called ARP-Binding. And NO is not DHCP reservation that is another thing! ARP-Binding is "anti-spoofing", so that only that MAC address can get that IP. And none can use IP linked to another MAC address (changing...
  10. E

    VPN (Openvpn) - selective routing

    I'm also interessed in this. What i want to do is to route only the traffic generated by transmission on the router to the VPN and use the normal connection for anything else. The problem is that you can't just masquerade the torrent port and route to the VPN gateway: the default 51413 is an...
  11. E

    mDNS-Repeater: need help to compile for arm AC68U

    Ok it seems i can use "Avahi" preinstalled in Merlin asuswrt and that with the correct configuration could work as mdns forwarder/proxy here explained what to change in the config file: http://www.packetmischief.ca/2012/09/20/airplay-vlans-and-an-open-source-solution/ The problem now is that i...
  12. E

    mDNS-Repeater: need help to compile for arm AC68U

    Hi, I'm running an openVPN Server with tun interface and I need a way to route Bonjour (mDNS) from LAN to the VPN I found this guide: http://irq5.io/2012/12/10/hacking-functionality-into-asuswrt-routers/ It seems mDNS-repeater can solve my problem. The problem is the that the file in...
  13. E

    Asuswrt-Merlin 376.47 Beta 1 is out

    Just to help to try to solve this issue (if is an issue and not my misconfiguration) I tried MIB Browser both with SMNP v1 e v2 MiB Browser and Router are communicating (if i ask SysDesk, SysUpTime, ecc the AC68U give back right information). When i ask for interfaces/ifNumber i get these error...
  14. E

    Asuswrt-Merlin 376.47 Beta 1 is out

    Hi Merlin, thanks for all your work!.. I just set up SMNP on the router and in a program for Mac Os X called: PeakHour. The Program validate user (admin) and password (testtesttest) but then say: "No interfaces found". As you can see here: It's a bug or I'm doing something wrong? Thanks
Back
Top