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.


mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

#270305 3-May-2020 14:19
Send private message

My UFB install is scheduled for tomorrow. Currently on Vodafone HFC, cable modem to eth.0 on an Edgerouter Lite. New ISP is Voyager.

 

Everyone is still working/schooling from home, so I'm aiming for as little internet downtime outrage as possible. I was therefore hoping I could configure the eth.2 port on the ERL for Voyager, rather than reconfiguring eth.0. Aim is that if I stuff something up, I can just re-enable and plug eth.0 back into the cable modem while I work out what I did wrong.

 

Once everyone has safely been return to places of work and schooling and I have some time to work through things properly, I can then reconfigure properly.


Filter this topic showing only the reply marked as answer Create new topic
geekiegeek
2513 posts

Uber Geek
+1 received by user: 625
Inactive user


  #2475788 3-May-2020 14:27
Send private message

A backup before you start and just restore if you have an issue reconfiguring would be the way I would do it personally. Configuring another WAN interface seems like more effort then its worth.




mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2475928 3-May-2020 17:32
Send private message

I was aiming to avoid the wizards / wiping all the other settings.

 

Does this sound right for a new PPPOE connection?

 

 

configure
delete interfaces ethernet eth0
set interfaces ethernet eth0 vif 10
set interfaces ethernet eth0 vif 10 pppoe 0 user-id USERNAME
set interfaces ethernet eth0 vif 10 pppoe 0 password PASSWORD
commit
save

 


michaelmurfy
meow
13581 posts

Uber Geek
+1 received by user: 10914

Moderator
ID Verified
Trusted
Lifetime subscriber

  #2475931 3-May-2020 17:39
Send private message

You can run the "Load Balancing" wizard without wiping configuration. I'd just personally do this and clear it off once you're done.





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.




mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2475932 3-May-2020 17:41
Send private message

michaelmurfy:

 

You can run the "Load Balancing" wizard without wiping configuration. I'd just personally do this and clear it off once you're done.

 

 

Captain Ubiquity to the rescue! Thanks, will go look at that now.


chevrolux
4962 posts

Uber Geek
+1 received by user: 2638
Inactive user


  #2475933 3-May-2020 17:42
Send private message

1. Create your VLAN interface on eth2

 

2. Add your PPPoE dialler to eth2.10

 

3. Wait for Chorus to do their thing... and confirm the new pppoe interface is up.

 

4. Change your outbound masquerade to go out the new PPPoE interface, and update any other inbound firewall rules. Confirm traffic is going over the new connection - just doing a "whats my IP" should be sufficient.

 

5. Disconnect the HFC connection.

 

6. Tidy up and hard-set DNS servers that may be hard-set (but hopefully you were just "obtaining automatically).

 

 

 

The only down time will be when you switch your masquerade rule. But all your client devices should fairly quickly re-establish connections to the point where no one should really notice (unless they were maybe on a video call).


mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2475934 3-May-2020 17:44
Send private message

mdf:

 

michaelmurfy:

 

You can run the "Load Balancing" wizard without wiping configuration. I'd just personally do this and clear it off once you're done.

 

 

Captain Ubiquity to the rescue! Thanks, will go look at that now.

 

 

Hmm, actually:

 

Use this wizard to set up basic load balancing with two Internet connections from different Internet Service Providers. It will generate a new configuration, completely replacing the existing configuration. A reboot is required for the new configuration to take effect. [emphasis added]


 
 
 
 

Shop now for Lenovo laptops and other devices (affiliate link).

mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2475937 3-May-2020 17:52
Send private message

chevrolux:

 

1. Create your VLAN interface on eth2

 

2. Add your PPPoE dialler to eth2.10

 

3. Wait for Chorus to do their thing... and confirm the new pppoe interface is up.

 

4. Change your outbound masquerade to go out the new PPPoE interface, and update any other inbound firewall rules. Confirm traffic is going over the new connection - just doing a "whats my IP" should be sufficient.

 

5. Disconnect the HFC connection.

 

6. Tidy up and hard-set DNS servers that may be hard-set (but hopefully you were just "obtaining automatically).

 

 

 

The only down time will be when you switch your masquerade rule. But all your client devices should fairly quickly re-establish connections to the point where no one should really notice (unless they were maybe on a video call).

 

 

Legend, ta. Anything obviously wrong with this (it is like the night before xmas and need to get the (cirtual) stockings hung for the new goodies):

 

 

   ethernet eth2 {
        address 192.168.2.1/24
        description "Local 2"
        disable
        duplex auto
        speed auto
        vif 10 {
            pppoe 0 {
                password ****************
                user-id myname@vygr.net
            }
        }
    }

 


chevrolux
4962 posts

Uber Geek
+1 received by user: 2638
Inactive user


  #2475952 3-May-2020 18:46
Send private message

No idea sorry... dont use (or like) Edgerouters.

That's just how I would do it on a Mikrotik. But the idea is the same regardless of brand.

@michaelmurfy - can probably confirm though?

mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2476574 4-May-2020 18:56
Send private message

Excellent experience with the Chorus installer today. Actually phoned to tell me he was on his way. On time. Practised social distancing and wore a mask (with a silly duck beak flap for some reason). Really neat job. I might have tried colour matching the conduct myself but each unto their own (#ocd). Kudos to @chorusnz.

 

I ended up just running the wizard and following the tutorial since couldn't make eth2/custom config work immediately. Got the initial install running okay but then broke it trying to get IPv6 going so had to roll back to HFC to stop the outraged screaming. Can't wait until they are back at school and have a proper go at trying to configure the UFB and all my weird VLANs and static addresses properly.


chevrolux
4962 posts

Uber Geek
+1 received by user: 2638
Inactive user


  #2476606 4-May-2020 20:08
Send private message

Have they still not put this in to the GUI?... I used some ERL's years ago and the main thing you couldnt do was put a PPPoE dialler on a VLAN, but I thought they updated that these days. Then again, it is UBNT we are talking about haha.

It should take 30 seconds to stick a VLAN on eth2 and stick a PPPoE dialler on it. And then another 30 seconds to flick the masquerade rule over to using it... and then maybe a couple minutes to update the firewall rules.

mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2476658 4-May-2020 22:11
Send private message

chevrolux: Have they still not put this in to the GUI?... I used some ERL's years ago and the main thing you couldnt do was put a PPPoE dialler on a VLAN, but I thought they updated that these days. Then again, it is UBNT we are talking about haha.

It should take 30 seconds to stick a VLAN on eth2 and stick a PPPoE dialler on it. And then another 30 seconds to flick the masquerade rule over to using it... and then maybe a couple minutes to update the firewall rules.

 

In fairness to Ubiquiti, there is almost certainly a large chunk of user error involved. I am in a bit over my head with Edgerouters and wouldn't have gone down this route without knowing that the geekzone safety net was there 😉. I think I reached my level of (in)competence at about the DDWRT/Tomato level. I have seriously considered going back to consumer grade plug and play stuff a couple of times. I probably would have but for a couple of features like VLANs and separate DNS servers. Kind of feels like routers are either for the network pros (they are too complicated for me), or paint by numbers for consumers (I'm too complicated for them). Maybe with a third category, being consumer grade stuff with industrial level marketing flim flam to go with 17 unnecessary antennae.


 
 
 

Want to support Geekzone and browse the site without the ads? Subscribe to Geekzone now (monthly, annual and lifetime options).

mdf

mdf

3566 posts

Uber Geek
+1 received by user: 1519

Trusted

  #2476660 4-May-2020 22:12
Send private message

And I've just realised that I've called @michaelmurfy both "Captain Ubiquiti" and "a safety net" in the same thread. Sorry Michael! 😀


michaelmurfy
meow
13581 posts

Uber Geek
+1 received by user: 10914

Moderator
ID Verified
Trusted
Lifetime subscriber

  #2476684 5-May-2020 01:04
Send private message

Just do it when the family are asleep :) - it'll only take a quick moment to swap from the IPoE Vodafone use to PPPoE.





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.


Chorusnz
436 posts

Ultimate Geek
+1 received by user: 603

Trusted
Chorus

  #2476845 5-May-2020 11:55
Send private message

Hey @mdf, thanks for the kind feedback about our tech! Feel free to PM us your address so we can pass the message on to their manager. ^Matt

 

 


Filter this topic showing only the reply marked as answer 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.