Simple task: 3 wired IP devices needed to be connected to a client (non Mikrotik) WLAN. I use CAP Lite (v6.48.7) and a non managed simple switch connected too ETH1. Client network is 192.168.1.1/24. Important, I need to access my 3 devices from the WLAN. Each has a fixed IP address, so DHCP is not n...
Thank you. Now it works. Actually this is my working scenario: 0 ;;; srcnat rule chain=srcnat action=masquerade to-addresses=0.0.0.0 out-interface=ether1-gateway log=no log-prefix="" 1 ;;; hairpin part starts here chain=dstnat action=dst-nat to-addresses=192.168.1.90 to-ports=80 protocol=t...
Hi, I have a RB2011iL-RM router. ETH1 is connected to a TCom router (so there is double NAT). All the other ports are in bridge_local. My LAN ip address range is 192.168.1.0/24. I have an ip cam on 192.168.1.90. I would like to reach it through my dyndns domain, since I have dynamic ip from TCom. An...
Here is my ovpn (config) file: ---- client dev tap proto tcp-client <connection> remote remote.domain.domain 1194 </connection> resolv-retry infinite nobind persist-key persist-tun ca clienttrusted.crt ping 15 ping-restart 45 ping-timer-rem mute-reply-warnings verb 3 auth-user-pass user.cfg redirect...
I have installed the OpenVPN server on my RB. However I cannot connect from a remote win7 PC. I tested it with a win8 PC, same thing. The issue might be with the OpenVPN client on windows, since when I push connect, it shows an empty window for about a minute . Then it gives an error window: Connect...
Hi, I have a mobile router from Telenor. Our RB is connected to its LAN port. So from RB point of view, WAN (ETH1) port has a fix IP (192.168.1.2), Telenor router is the gateway (192.168.1.1). RB is sitting in a DMZ, by the way. Obviously, the telenor router WAN side gets the public IP address. I ha...
I am trying to set-it up. So far it is not working. I have the feeling, that the clients are not getting IP addresses. Here is what I did... -Created a new interface (vlan-guest) on ether10-slave-local, with vlan id 2. -Gave IP address to this interface: 192.168.2.1/24 (the IP address of the rest of...
I have an RB201 1iL-RM switch/router. Port 1 is the WAN interface (PPPoE ADSL). Several wired devices (PC, printer, camera) are connected to various ports. To port 10 I connected a Unifi AP. It works perfectly without using any VLAN. I would like to do the following: on the Unifi AP I want to have t...
I have a home LAN with a DLink AP, with several wired (PC, NAS, printer and IP camera) and wireless (smartphones, tablets). Evevrything is working fine, since I have set up PPPoE (ADSL) internet access, DHCP and so on succesfully. I also wanted to watch my IP camera from the public internet. So I su...