Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | ... | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | ... | 57
pryannz
29 posts

Geek


  #2445075 23-Mar-2020 23:39
Send private message

Hoping the forum can help. A question on cutting over an Edgerouter Lite to directly connect to the ONT. ISP = Spark UFB. 

 

Current config is ONT > HG659b > ERL and I want the HG659b out of the mix connecting the ONT directly to eth0 on the ERL. 

 

I don't want to run through the WAN+2LAN2 wizard for setup as I don't want to loose the existing config of the ERL. Can I simply add a new  PPPoE interface to eth0 VLAN ID 10 (eth0.10) and then directly connect the ONT? I am doing this all remotely and just want to get the person at the other end to re-patch once the change is committed.

 

interfaces {
    bridge br0 {
        aging 300
        bridged-conntrack disable
        hello-time 2
        max-age 20
        priority 32768
        promiscuous disable
        stp false
    }
    ethernet eth0 {
        address dhcp
        description Internet
        duplex auto
        firewall {
            in {
                name WAN_IN
            }
            local {
                name WAN_LOCAL
            }
        }
        speed auto
    }
    ethernet eth1 {
        address 192.168.10.1/24
        description Local
        duplex auto
        speed auto
    }
    ethernet eth2 {
        address 192.168.20.1/24
        description WiFi
        duplex auto
        speed auto
    }
    loopback lo {
    }
}




mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #2445103 24-Mar-2020 05:58
Send private message

If they have working internet, leave it be. Not a time to be breaking their connection given you're not going to be able to remotely fix if/when the connection breaks. unless you talk them through it all.




CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB:  Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440

 

Quic: https://account.quic.nz/refer/473833 R473833EQKIBX 


pryannz
29 posts

Geek


  #2445151 24-Mar-2020 08:22
Send private message

I would normally leave it be. But this is to setup a L2TP IPSEC VPN to allow remote access for working from home due to the current situation... I have configured L2TP VPN on an ERL before and it works fine but the HG659b won't do NAT / port forwarding on the ports required for L2TP to work hence why I need it removed. Unless someone knows how to get L2TP working on a ERL that sits behind a HG659b.




mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #2445156 24-Mar-2020 08:29
Send private message

Can't you configure the VPN on the work device instead of putting their Internet connection via the VPN (unless you have specific rules on what goes to tunnel etc) 





CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB:  Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440

 

Quic: https://account.quic.nz/refer/473833 R473833EQKIBX 


pryannz
29 posts

Geek


  #2445346 24-Mar-2020 11:15
Send private message

Yes will have to rethink the VPN structure. Thanks 


nicmair
250 posts

Master Geek
+1 received by user: 40


  #2453314 2-Apr-2020 20:41
Send private message

Hi, I have just moved from 2Degree's to My Republic, on a Edge Router X (1.10.10) and suddenly I cant connect to my work network via openVPN.

 

I keep getting an occurrence in the log of this?

 

Thu Apr 02 20:33:02 2020 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Thu Apr 02 20:33:02 2020 MANAGEMENT: >STATE:1585812782,RESOLVE,,,,,,
Thu Apr 02 20:33:02 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]103.15.152.11:22114
Thu Apr 02 20:33:02 2020 Socket Buffers: R=[65536->65536] S=[65536->65536]
Thu Apr 02 20:33:02 2020 UDP link local: (not bound)
Thu Apr 02 20:33:02 2020 UDP link remote: [AF_INET]103.XX.XXX.11:22114
Thu Apr 02 20:33:02 2020 MANAGEMENT: >STATE:1585812782,WAIT,,,,,,

 

 

 

I did have to re run the wizard when I set it up and I have not enabled ipsec hardware offloading enabled (cause when I did it advised me there was issues...).  

 

 

 

Any ideas/help appreciated.

 

 

 

 


 
 
 

Support Geekzone with one-off or recurring donations Donate via PressPatron.
mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #2453316 2-Apr-2020 20:42
Send private message

You no longer have a public IP address, you'll need to pay for a static IP address.

 

 

GGNAT is the issue.




CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB:  Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440

 

Quic: https://account.quic.nz/refer/473833 R473833EQKIBX 


nicmair
250 posts

Master Geek
+1 received by user: 40


  #2453321 2-Apr-2020 20:52
Send private message

thanks for the prompt reply, I'm pretty sure I didn't have a static IP with 2degrees (or at least I know I wasn't paying for one)


mentalinc
3384 posts

Uber Geek
+1 received by user: 1023

Trusted

  #2453339 2-Apr-2020 21:06
Send private message

2Degrees have been rolling out CGNAT over the past few months slowly, maybe you didnt't try to use it until recently.




CPU: AMD 5900x | RAM: GSKILL Trident Z Neo RGB F4-3600C16D-32GTZNC-32-GB | MB:  Asus X570-E | GFX: EVGA FTW3 Ultra RTX 3080Ti| Monitor: LG 27GL850-B 2560x1440

 

Quic: https://account.quic.nz/refer/473833 R473833EQKIBX 


nicmair
250 posts

Master Geek
+1 received by user: 40


  #2453344 2-Apr-2020 21:11
Send private message

my cutover to My Republic occurred at 7pm tonight, prior to that with 2Degrees VPN had been working fine since last Wed when I started working from home...

 

Is CGNAT an issue only with OpenVPN, or any VPN solution?  Can't see how this cant be a massive problem for lots of users?


wratterus
1687 posts

Uber Geek
+1 received by user: 678


  #2453345 2-Apr-2020 21:16
Send private message

People that need VPN don't go with CGNAT


 
 
 

Move to New Zealand's best fibre broadband service (affiliate link). Free setup code: R587125ERQ6VE. Note that to use Quic Broadband you must be comfortable with configuring your own router.
michaelmurfy

meow
13581 posts

Uber Geek
+1 received by user: 10914

Moderator
ID Verified
Trusted
Lifetime subscriber

  #2453408 2-Apr-2020 23:10
Send private message

@nicmair No idea why anyone would switch from a competent ISP to one is less than stellar. If you did a quick search on Geekzone and many other sites you'll find that MyRepublic have terrible support, really dodgy marketing practices (stating they're the quickest ISP when they're actually not etc) and also use CG-NAT by default. You need to buy into their "Gamer" plans to get away from this which in itself is no different from their regular plan - just has a static IP.

 

As you've just changed, I would cancel ASAP and go with a competent provider like Voyager (https://voyager.nz) as they're simply excellent, and include a static IP as a once-off cost. This will also solve your issue with VPN etc.

 

Given their shady background, I am very surprised MyRepublic is still around.





Michael Murphy | https://murfy.nz
Referral Links: Quic Broadband (use R122101E7CV7Q for free setup)

Are you happy with what you get from Geekzone? Please consider supporting us by subscribing.
Opinions are my own and not the views of my employer.


alisam
878 posts

Ultimate Geek
+1 received by user: 83


  #2454877 5-Apr-2020 11:18
Send private message

I have an ERL 3 Lite and from that I have attached (via an 8 port switch)

 

1 x GWN7610 via ethernet cable

 

1 x GWN7610 via powerline

 

 

 

I have 1 x GWN7610 via Mesh

 

From my Study, the GWN7610 via ethernet is on the ceiling of the Study. So pretty close.

 

I get excellent wi-fi speed, but every now and then (say once per week, as it did this morning), the wifi was very slow.

 

A trip to fast.com (over wifi) showed a download speed of less than 1Mbps.

 

Through trial and error, I am now re-starting the ERL 3 Lite (not the Access Points) and the speed increases dramatically.

 

I have previously attached a laptop to the 8 port switch, attached to the ERL 3 Lite and I am getting my Spark plan of 100/20.

 

My conclusion, is the ERL 3 Lite affects the wi-fi. I have no idea whether this is correct or not.

 

Running fast.com right now (over wifi) I get:

 

Down: 86 Mbps
Up: 17 Mbps
Latency (unloaded): 6 ms
Latency (Loaded): 70 ms
Client: Albany (Spark)
Server: Paparkura

 

Any thoughts on why my wi-fi may suffer.





PC: Dell Inspiron 16 5640 (Windows 11 Home), Dell Inspiron 7591 2n1 (Windows 11 Pro), HP ProBook 470G1 (Windows 10 Pro), Intel NUC7I5BNH (Zorin)
Net: Grandstream 1 x GWN7062 Router, 1 x GWN7665 Access Point
Storage: Synology DS216play NAS, 2 x 6TB
Media: 3 x Amazon FireTV. Echo, Dot, Spot
TV: 2 x Samsung H6400 55" LED TV, Panasonic TH-P50G10Z 50" Plasma TV
Mobile: Samsung Galaxy A52 5G
Wearable: Gear S3 Frontier


nicmair
250 posts

Master Geek
+1 received by user: 40


  #2455249 5-Apr-2020 18:16
Send private message

well @michealmurfy I would love to be writing that you are wrong and I have had a fantastic return to MyRepublic (I was with them prior and had no issues, but a tempting offer by 2degree's was to good to pass up). but one of the worse customer experiences I have ever had today, made me swap (and I am taking up your recommendation and have signed with Voyager), will not even bother to see if the issue can be resolved now, will just put this experience behind me, well apart from writing a rather nasty complaint, (which I suspect will have zero effect).

 

 

 

michaelmurfy:

 

@nicmair No idea why anyone would switch from a competent ISP to one is less than stellar. If you did a quick search on Geekzone and many other sites you'll find that MyRepublic have terrible support, really dodgy marketing practices (stating they're the quickest ISP when they're actually not etc) and also use CG-NAT by default. You need to buy into their "Gamer" plans to get away from this which in itself is no different from their regular plan - just has a static IP.

 

As you've just changed, I would cancel ASAP and go with a competent provider like Voyager (https://voyager.nz) as they're simply excellent, and include a static IP as a once-off cost. This will also solve your issue with VPN etc.

 

Given their shady background, I am very surprised MyRepublic is still around.

 


shim99
108 posts

Master Geek
+1 received by user: 25

ID Verified

  #2460891 14-Apr-2020 09:30
Send private message

I see N4L has just released DNS servers for kids using computers for school work at home. 

 

With 2 kids working from home on laptops I was wondering how difficult it would be able to use DNSmasq to use the N4L DNS servers based on MAC address. Or is it just easier to set the DNS on the computers and assume the kids don't know how to unpick that?

 

I have an edgerouter and used this great tutorial to get it all working but my knowledge of using these other functions is limited. 

 

Thanks

 

S. 


1 | ... | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | ... | 57
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.