Recent content by User774

  • 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. User774

    AC68U: routing server name in WAN and LAN

    Yes, it's. the "router" is a alias. (http://man7.org/linux/man-pages/man5/hosts.5.html) For example, if I have the FQDN "server.domain.com" and internally the hostname is "server", so a single line will do the job. Please, note that the RMerlin's post is better, because the change will be...
  2. User774

    OpenVPN - auth settings clarification

    Hello martinr, Depends what exactly you want/need.. As general crypto propose, I recommend some topics: PKI (to start, http://en.wikipedia.org/wiki/Public_key_infrastructure), it's important to learn about the use of CA/server/client's key/cert. (if you need a diagram, check this image...
  3. User774

    AC68U: routing server name in WAN and LAN

    Hello gjf, You can use the "hosts" file for that via SSH/telnet. To check the actual file content: cat /etc/hosts To add a new line: (pay attention, you need to use ">>", a single ">" will erase the actual content) echo "192.168.0.1 xxx.linkpc.net" >> /etc/hosts To check that it is...
  4. User774

    Manage wifi via shell

    Hello, I have a Asus RT-AC56U, with AsusWRT-Merlin firmware version 378.53. This router has the eth1/wl0 (2.4 GHz) and eth1/wl1 (5 GHz). Is possible to [create/edit/manage/start/stop/remove] a Wifi interface via command line/shell without reboot? The default configuration uses LAN 1-4, eth0...
  5. User774

    SSID to VLAN

    Hello! Model: Asus RT-AC56U Firmware: 378.53 (AsusWRT-Merlin) Some default configs: lanports=0 1 2 3 wanports=4 landevs=vlan1 wl0 wl1 vlan1hwname=et0 vlan1ports=0 1 2 3 5* vlan2hwname=et0 vlan2ports=4 5u I'm trying to build a professional home network =D (to learn) I'm new to AsusWRT, Merlin...
Top