Re: EdgeRouter DMZ VLAN
Well, unless your ISP is giving you a routed block of addresses, you're not going to be able to use them on the servers behind your ER.
View ArticleRe: Building a home network with EdgeMax
USG is nice for "basic" ... But if you want to do something not covered in the GUI, it gets difficult.
View ArticleRe: Open VPN networking is working but no internet access
Client logs:user@usersX240 ~/Desktop/EdgeRouter $ sudo openvpn edgerouter.ovpn [sudo] password for user: Fri Jan 13 10:25:25 2017 OpenVPN 2.3.10 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL]...
View ArticleRe: Open VPN networking is working but no internet access
Routing table looks good, from the client, what's the output oftraceroute -n 8.8.8.8You may even use the 'packet capture' on the ER , for see what's happening ...... use the filter, on different...
View ArticleRe: Spoke to Spoke connection
VTI interface is a sort of point to point link that VPN creates between 2 ERs.On hub, you end up with VTI interface for each remote site.Assign some free addresses in private space, each VTI link has...
View ArticleRe: Open VPN networking is working but no internet access
user@usersX240 ~ $ traceroute 8.8.8.8 traceroute to 8.8.8.8 (8.8.8.8), 64 hops max 1 192.168.100.1 55,743ms 55,110ms 55,012ms 2 91.130.241.1 92,470ms 96,963ms 98,081ms 3 212.152.150.1 92,211ms 99,843ms...
View ArticleRe: Open VPN networking is working but no internet access
Even the traceroute looks ok, ......If already added vtun0 in the DNS Forwarding, listen-interface, I'd remove the opendns DNS serverdelete openvpn-option "--push dhcp-option DNS 208.67...
View ArticleRe: EP-R6 Not responding
I was able to boot by connecting to the serial console and pressing 4 after power on to "enter boot command line interface". From there I added the bootarg init=/bin/sh and booted setenv bootargs...
View ArticleRe: Sanity check for new config and user
Ah, thanks. I should have been more specific. This is for a SOHO setup, NAT'ed on a DHCP WAN address, so AFAIK, no-one can see any hosts that the specific port forwarding rules don't point them at?
View ArticleRe: EP-R6 Not responding
BTW It appears erx is no longer a target in OpenWRT build. I built a generic MT7621 initram image and it booted ok but I couldn't get MTD to do anything.
View ArticleRe: PPPoE server IPV6
What is the current status of accel-ppp port to EdgeOS?Some time ago it worked for some people but had stability issues on non-x86 (endianness bugs?), could these have been fixed since then? I'm...
View ArticleRe: Open VPN networking is working but no internet access
sure: nslookupuser@usersX240 ~ $ nslookup google.comServer: 127.0.1.1Address: 127.0.1.1#53Non-authoritative answer:Name: google.comAddress: 216.58.205.238config.boot:firewall {all-ping...
View ArticleRe: Bandwidth of Site-to-Site VPN
allan2545 wrote:Just received my CM500 today. Day and night! Using the Arris modem, I was getting 10-12Mbps downstream over the VPN from site A(100Mbps upstream) to Site B (125Mbps downstream)....
View ArticleRe: EP-R6 Not responding
It turns out that the culprit was apt, particularly the apt cache and apt lists sudo apt-get clean rm /var/lib/apt/lists/*Now there's room for an upgrade image. I didn't think that apt would write to...
View ArticleRe: Open VPN networking is working but no internet access
Search with google for DNS 127.0.1.1 (I'm at work now ☺)
View ArticleRe: DHCP Lease Reservations in DHCP Pool
Sorry for waking this thread (it's THE google hit)... Just to clarify this for posterity,If you add a static reservation outside of the DHCP server's subnet,as in, if you typo one octet, or decide to...
View ArticleRe: hairpin NAT enabled but not working
No, both machines I'm testing with are on the switch. One is currently plugged into eth2, the other into eth3.
View ArticleRe: hairpin NAT enabled but not working
EDIT: this was typed before yur last response Ok, I don't think your understanding. On your machine (assuming its windows) open up CMD and type 'nslookup' and hit enter. then copy and paste the results.
View Article