Re: Accessing servers on a different subnet
delete interface switch switch0 vif 1set interface switch switch0 address 10.15.20.20/24set interface switch switch0 vif 2 address 10.15.22.1/24That config will give you your desired result.
View ArticleRe: Accessing servers on a different subnet
Meaning, switch0 (vid 1) is using subnet 10.15.20.20/24 while switch0.2 (vid 2) is 10.15.22.1/24 and they should happily be able to talk to each other.
View ArticleRe: ipsec site-to-site both sides dynamic dns
1.8.5 had an issue, that fortunately made your PSK config work (but only for a single tunnel)Although I don't know the exact details, I know x509 certs are the way to go. Maybe BranoB has a how-to to...
View ArticleRe: Accessing servers on a different subnet
I did this (but didn't do anything yet to my managed switch) but it seems I'm still unable to connect to servers on the subnet. And the 10.15.22.1 address still seems to map to my EdgeRouter. But I...
View ArticleRe: Accessing servers on a different subnet
OK, change the address then. And make sure you setup your switches uplink port to trunk vid 1 untagged and vid 2 tagged.
View ArticleRe: ER3-Lite boot loop
Maybe internal USB memory stick died, see https://community.ubnt.com/t5/EdgeMAX/EdgeMax-rescue-kit-now-you-can-reinstall-EdgeOS-from-scratch/td-p/514857
View ArticleRe: Possible Bug: IPv6 default route not set by config
set protocols static route6 '::/0' next-hop '::205.171.2.64' interface tun0Can you explain ::205.171.2.64 ? An IPv6 address has no dots (.) in it , only colons (Since this is a tunnel, I'd just use...
View ArticleRe: How can I manually block dns hosts for LAN on EdgeRouter X without...
Yeah, as can be seen from .diff snippet, I'm editing /opt/vyatta/sbin/vyatta-dns-forwarding.pl The set command is configure mode command, and should be in between these snippetsconfigure set service...
View ArticleRe: Possible Bug: IPv6 default route not set by config
Hello, I don't exactly understand the syntax on this one, but this tunnel is a 6rd tunnel (the connection to the IPv6 Internet is via an IPv4 gateway) and that IP address embedded in a semi-v6-looking...
View ArticleRe: Policy route openvpn traffic
afaik, there's an issue so adding a route to a yet not functional tunnel won't work ( no route set)If tunnel comes up later , route won't be added.Use command below to see if route is presentsudo ip r...
View ArticleRe: Problem Send Mail Office365 and Exchange
fyasuda wrote:Hello, DStahl You want me to execute for how long time?Which application will you use, Wireshark, Xplico?I'll do several tests tomorrow.As soon as possible, I'll post the file.I will try...
View ArticleRe: How can I manually block dns hosts for LAN on EdgeRouter X without...
Got a little further but something went wrong and I had to Discard changesAt least one interface must be configured for DNS forwarding parameter 'listen-on'
View ArticleRe: Help setting up Unifi AP Pro and EdgeRouter Lite ERLite-3
I could setup Router on my PC but could not get Unifi AP to connect to it. I am using eth 0 for internet, eth 1 for connecting my PC and eth 2 for Unifi AP. I checked all the previous posts about...
View ArticleERL3 DNSMasq cache issue
Got a new IP for one of my servers yesterday from my provider. Not through DHCP, so the assignment is static. The propagation is done and my provider has the new IP. But my main question is: How the...
View ArticleHelp? How to get multicast TV channels?
room, I got a small TP-LINK WiFi travel router. I have set up this travel router in client mode so I can connect over WiFi. I also have an edgerouter x and unifi ap ac lite. Does anyone know how I can...
View ArticleRe: ERL3 DNSMasq cache issue
Not sure if you can flush the ER cache, restarting the process will work:sudo service dnsmasq restartOn your client, you might need to flush its DNS table too, on windows:ipconfig /flushdns
View ArticleRe: How can I manually block dns hosts for LAN on EdgeRouter X without...
Previous answers assumed you already had dnsmasq running.It requires config rule like:set service dns forwarding cache-size 300 set service dns forwarding listen-on switch0 set service dns forwarding...
View ArticleRe: ERL3 DNSMasq cache issue
This doesnt work. As i have tried restarting the whole router and its not clearing.redfive's solution is working
View ArticleRe: ipsec site-to-site both sides dynamic dns
Weird thing is I added 2 more tunnels (subnets) and all are online.
View Article