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.


Cornelius16

4 posts

Wannabe Geek


#261411 26-Nov-2019 12:08
Send private message

Good Day,

 

 

 

I would like to ask if someone could assist with a how to guide on how to setup your Mikrotik Modem to connect to Fibre.

 

 

 

Thanks


View this topic in a long page with up to 500 replies per page Create new topic
 1 | 2
mrgsm021
1538 posts

Uber Geek
+1 received by user: 310

ID Verified
Trusted

  #2360901 26-Nov-2019 12:14
Send private message

There is a general guide here




Cornelius16

4 posts

Wannabe Geek


  #2360904 26-Nov-2019 12:18
Send private message

Thanks will use this to set it up


nztim
4012 posts

Uber Geek
+1 received by user: 2710

ID Verified
Trusted
TEAMnetwork
Subscriber

  #2360918 26-Nov-2019 13:24
Send private message

what ISP are you with?

 

 





Any views expressed on these forums are my own and don't necessarily reflect those of my employer. 




Cornelius16

4 posts

Wannabe Geek


  #2360919 26-Nov-2019 13:25
Send private message

Will be Voyager


mrgsm021
1538 posts

Uber Geek
+1 received by user: 310

ID Verified
Trusted

  #2360923 26-Nov-2019 13:42
Send private message

Cornelius16:

 

Will be Voyager

 

 

According to this list, Voyager requires VLAN 10 tagging with PPPOE


Cornelius16

4 posts

Wannabe Geek


  #2360932 26-Nov-2019 14:09
Send private message

Thanks


 
 
 
 

Shop now for Lego sets and other gifts (affiliate link).
sbiddle
30853 posts

Uber Geek
+1 received by user: 9996

Retired Mod
Trusted
Biddle Corp
Lifetime subscriber

  #2361015 26-Nov-2019 16:54
Send private message

Make sure you correctly firewall the PPPoE interface or you'll be the subject of a DNS amplification attack within minutes.

 

 


MichaelNZ
1594 posts

Uber Geek
+1 received by user: 485

Trusted
Net Trust Ltd

  #2361210 26-Nov-2019 23:04
Send private message

sbiddle:

 

Make sure you correctly firewall the PPPoE interface or you'll be the subject of a DNS amplification attack within minutes.

 

 

 

 

Or turn DNS off.

 

Also make sure you set an admin password before connecting it to the internet otherwise you will be root'd in very short order.





WFH Linux Systems and Networks Engineer in the Internet industry | Specialising in Mikrotik | APNIC member | Open to job offers | ZL2NET


sbiddle
30853 posts

Uber Geek
+1 received by user: 9996

Retired Mod
Trusted
Biddle Corp
Lifetime subscriber

  #2361281 27-Nov-2019 07:15
Send private message

MichaelNZ:

 

sbiddle:

 

Make sure you correctly firewall the PPPoE interface or you'll be the subject of a DNS amplification attack within minutes.

 

 

 

 

Or turn DNS off.

 

Also make sure you set an admin password before connecting it to the internet otherwise you will be root'd in very short order.

 

 

But you need a properly configured firewall regardless so turning DNS off is a just a dumb solution. I can't think of a single good reason why you wouldn't want to run a local DNS proxy for 99.9% of situations where it''s  being used a router.

 

And if you're not going to configure the firewall correctly for PPPoE it won't matter if you change the password or not because unless you're running the latest ROS updates the router can (and probably will eventually if it's sitting in the Internet exposed for long enough) be compromised regardless of what the password is.

 

At least with newer versions of ROS configuring a PPPoE firewall is a lot simpler because you just add the PPPoE interface to the WAN interface lists which means all the default rules will apply.

 

 


nztim
4012 posts

Uber Geek
+1 received by user: 2710

ID Verified
Trusted
TEAMnetwork
Subscriber

  #2361448 27-Nov-2019 11:42
Send private message

My Three Recommendations

 

* Update ROS (6.44.6)

 

* Once you have configured your router disable the MAC /tool mac-server 

 

* On your PPPoE (or WAN) have two firewall rules MINIMUM (1st an Input rule to allow established, related Traffic, 2nd input rule to drop everything else)

 

 

 

 

 

 

 

  

 

 

 

 





Any views expressed on these forums are my own and don't necessarily reflect those of my employer. 


chevrolux
4962 posts

Uber Geek
+1 received by user: 2638
Inactive user


  #2361452 27-Nov-2019 11:46
Send private message

Why would you disable the MAC server? You're just making things hard for yourself!

 

And you need a hell of a lot more than just two firewall rules as a minimum. I'd say for a newbie, the default set is a good start.


HP

 
 
 
 

Shop now for HP laptops and other devices (affiliate link).
nztim
4012 posts

Uber Geek
+1 received by user: 2710

ID Verified
Trusted
TEAMnetwork
Subscriber

  #2361456 27-Nov-2019 11:54
Send private message

chevrolux:

 

Why would you disable the MAC server? You're just making things hard for yourself!

 

 

At least on the WAN ports

 

chevrolux:

 

And you need a hell of a lot more than just two firewall rules as a minimum. I'd say for a newbie, the default set is a good start.

 

 

Agreed, but this is a start 





Any views expressed on these forums are my own and don't necessarily reflect those of my employer. 


hio77
'That VDSL Cat'
13036 posts

Uber Geek
+1 received by user: 3896

ID Verified
Trusted
Lizard Networks
Subscriber

  #2361480 27-Nov-2019 12:41
Send private message

MichaelNZ:

 

sbiddle:

 

Make sure you correctly firewall the PPPoE interface or you'll be the subject of a DNS amplification attack within minutes.

 

 

 

 

Or turn DNS off.

 

Also make sure you set an admin password before connecting it to the internet otherwise you will be root'd in very short order.

 

 

damn Michael,

 

please dont tell me you push 8.8.8.8 through your whole network rather than using dns caches?





#include <std_disclaimer>

 

Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have. 


cyril7
9073 posts

Uber Geek
+1 received by user: 2499

ID Verified
Trusted
Subscriber

  #2361488 27-Nov-2019 12:59
Send private message

The firewall rules out of the box are fine for most domestic situations, just ensure you add the pppoe to the WAN address list and the issues relating to DNS attacks etc go away.

 

Cyril


sbiddle
30853 posts

Uber Geek
+1 received by user: 9996

Retired Mod
Trusted
Biddle Corp
Lifetime subscriber

  #2361538 27-Nov-2019 14:42
Send private message

chevrolux:

 

Why would you disable the MAC server? You're just making things hard for yourself!

 

And you need a hell of a lot more than just two firewall rules as a minimum. I'd say for a newbie, the default set is a good start.

 

 

Unless people fully understand firewall rules there is no reason why you'd remove any of the default rules. Only having two input rules overlooks all the forward rules which exist by default for a very good reason.

 

At least it's much simpler to add a PPPoE client now with the address lists option. It used to require multiple changes historically. 


 1 | 2
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.