Community discussions

MikroTik App
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Help with configuration of a port.

Sun Jan 28, 2024 5:10 pm

Hello everyone,

I have a RB4011iGS+5HacQ2HnD and what I am trying to do is to configure only one ethernet port to be different than the other. So let's say that i want to do this on eth9. All the other port sfp+,eth1-8 + eth10 are configured to work as a bridge on the network 192.168.88.0/24. I get the internet connection from the sfp+ port of a udm-pro directly connected to the rb4011 on the sfp+. So recently I changed ISP and the ISP demands from the user to configure one port for VoIP in a specific way in order to telephone service to work. So this is my config:
/interface bridge
add name=bridge port-cost-mode=short
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] auto-negotiation=no
/iot lora servers
add address=eu.mikrotik.thethings.industries name=TTN-EU protocol=UDP
add address=us.mikrotik.thethings.industries name=TTN-US protocol=UDP
add address=eu1.cloud.thethings.industries name="TTS Cloud (eu1)" protocol=UDP
add address=nam1.cloud.thethings.industries name="TTS Cloud (nam1)" protocol=\
    UDP
add address=au1.cloud.thethings.industries name="TTS Cloud (au1)" protocol=UDP
add address=eu1.cloud.thethings.network name="TTN V3 (eu1)" protocol=UDP
add address=nam1.cloud.thethings.network name="TTN V3 (nam1)" protocol=UDP
add address=au1.cloud.thethings.network name="TTN V3 (au1)" protocol=UDP
/port
set 0 name=serial0
set 1 name=serial1
/zerotier
set zt1 comment="ZeroTier Central controller - https://my.zerotier.com/" \
    disabled=yes disabled=yes name=zt1 port=9993
/interface bridge port
add bridge=bridge interface=ether1 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether2 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether3 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether5 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether6 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether7 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether8 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether9 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether10 internal-path-cost=10 path-cost=10
add bridge=bridge interface=sfp-sfpplus1 internal-path-cost=10 path-cost=10
add bridge=bridge interface=ether4
/interface detect-internet
set detect-interface-list=all
/ip address
add address=192.168.88.12/24 interface=bridge network=192.168.88.0
add address=192.168.1.20/24 interface=sfp-sfpplus1 network=192.168.1.0
/ip dhcp-client
add interface=bridge use-peer-ntp=no
/ip dns
set servers=45.90.28.246,45.90.30.246
/ip firewall nat
# no interface
add action=masquerade chain=srcnat dst-address=192.168.88.0/24 dst-limit=\
    1,5,dst-address/1m40s limit=1,5:packet out-interface=*F psd=21,3s,3,1 \
    src-address=192.168.2.0/24 time=0s-1d,sun,mon,tue,wed,thu,fri,sat
add action=masquerade chain=srcnat dst-address=192.168.2.0/24 src-address=\
    192.168.88.0/24
/ip route
add gateway=192.168.88.1
/ip service
set www disabled=yes
set www-ssl certificate=https-cert-00-rtr-lr disabled=no
/system clock
set time-zone-name=Europe/Athens
/system identity
set name=00-rtr-lr
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp client servers
add address=pool.ntp.org
Basically I want eth9 to be configured as a pppoe connection with credentials

Username: guest@onenetvoice.gr
Password: guest


(DO NOT WORRY ABOUT THE CREDENTIALS!! All users of the ISP use the same credentials they authenticate the service in a different way.)

and the VLAN of this pppoe connection is 838. And also I would specific DNS servers for this port. I do not know exactly the IP addresses of the specific DNS servers, but if you could provide the command and I would apply them myself once the provider calls me back and provides the IP addreses.

Is it possible for you please to help me out to configure this.

I know this is a very noob. But any help given is much appreciated!

Thanks!
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Tue Jan 30, 2024 2:19 am

Please anyone?
If there is a thread that explains the same thing you can just post it. I tried to find one myself but I could not.
Any help is much appreciated!
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Tue Jan 30, 2024 3:52 am

Seems like a strange setup.

I would have thought that voice pppoe config would be done on the UDM Pro.
Probably adding (another)? pppoe client on the same physical port it is currently using as its WAN port.

But anyway.
Assuming you have somewhere to plug ether9 into.

Disable the existing ether9 bridge port entry.
Add a new VLAN interface to ether9, name it appropriately (eg. VLan838-phone)

Then create a pppoe client with specified username/password and attach it to VLan838-phone.
Make the pppoe client have a different (high) default route distance in the Dial Out Tab.
You may want to make a profile specifically for this pppoe client.

In Interface Lists, add your pppoe client to the WAN list.
(Also add ether9 and VLan838-phone interfaces to the WAN list)

You will need to make a WAN Interface list and use something like the default configuration.
WAN interfaces have masquerade applied to outbound traffic, inbound disallowed if no dst-nat rule applies.

See if you can get the pppoe client to connect.

You will then need to need to make some routing rules and route entries, packet marks etc to get your phone(s)
to route via the interface.

A simple routing rule for testing might be for source=phones IP address, dest=0.0.0.0/0, action=lookup ViaPPPoe
Then add an entry in routing table for ViaPPP
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Thu Feb 01, 2024 3:23 pm

Hi rplant!

Thank you for your reply! Sorry for the delayed response, but I faced some health issues.
You are right that would be the best. If I managed to do it on the side of the udm-pro. Unfortunately, the last time I did something via ssh on the udm-pro it was working great, but after a firmware update it all went south and I had to reset the device and setup it up again.
I know this may be about of scope of this forum, but in case you know how to do it safely on the udm side please let me know.
Ok here is the series of the commands I am about to issue on the mikrotik. Please let me know if I need to change anything or add something:

Step 1: Connect via winbox select Bridge>Ports (tab)> Press red X to disable eth9 from bridge

Step 2:
/interface pppoe-client  add name=pppoe_connection_for_vodafone_voip user=guest@onenetvoice.gr password=guest interface=wan1 \ service-name=internet_connection_for_vodafone_voip disabled=no

interface vlan add name=voip_vodafone_vlan vlan-id=838 interface=ether9

/ip firewall nat add action=masquerade chain=srcnat out-interface-list=bridge

I do not know if these are correct.
I do not know how to do the rest, unfortunately via terminal or winbox:
WAN interfaces have masquerade applied to outbound traffic, inbound disallowed if no dst-nat rule applies.

See if you can get the pppoe client to connect.

You will then need to need to make some routing rules and route entries, packet marks etc to get your phone(s)
to route via the interface.
Could you please give a hint or point out the commands?

My IP phones are currently in 192.168.88.25 and 192.168.88.156 and the pbx on 192.168.88.141.

Do I need to create another network like: 10.0.0.0/24 (or whatever smaller range subnet mask since there are only 3 devices)?

Thank you so much for you help so far!
Last edited by und3rd06012 on Thu Feb 15, 2024 1:12 pm, edited 1 time in total.
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Sat Feb 03, 2024 2:08 am

perhaps

/interface/bridge/port disable [find where interface=ether9]

/interface vlan add name=voip_vodafone_vlan vlan-id=838 interface=ether9

/interface pppoe-client add name=pppoe_connection_for_vodafone_voip user=guest@onenetvoice.gr password=guest \
interface=voip_vodafone_vlan disabled=no

/interface list member add interface=ether9 list=WAN
/interface list member add interface=voip_vodafone_vlan list=WAN
/interface list member add interface=pppoe_connection_for_vodafone_voip list=WAN

; The following default masquerade rule should already exist
;/ip firewall nat add action=masquerade chain=srcnat out-interface-list=WAN

; Also this rule should already be present in filter
; add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new \
in-interface-list=WAN

With luck this will get the voip connection up and running to the ISP but you still have to get the connection to the phones.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Sat Feb 03, 2024 3:39 pm

Thank you so much for the reply and the config. I will to test it today and let you know!
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Mon Feb 05, 2024 1:49 am

OK. So I ran up to this command:

/interface list member add interface=ether9 list=WAN

But I get this error:

input does not match any value of interface

I guess this is because there is not WAN interface or there is no interface named WAN?

Basically the mikrotik is connected to the udm-pro on the sfp+ module in the same local network and the DHCP server is the udm-pro. So the mikrotik kinda works like a switch.
Do I have to replace the WAN with something else?

If I issue the command:
/interface list print I get this:

Flags: * - BUILTIN
Columns: NAME
# NAME
;;; contains all interfaces
0 * all
;;; contains no interfaces
1 * none
;;; contains dynamic interfaces
2 * dynamic
;;; contains static interfaces
3 * static

If I issue the command: /interface list member print then it outputs blank.

If you need any further info about the config on the mikrotik please let me know.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Thu Feb 08, 2024 4:40 pm

OK! I have managed to surpass the previous error by going to Interfaces> Interface List > pressing the button List and creating an interface list named "WAN". (winbox)

I will have to see now what happens on the side of the pbx and I will let you know.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Fri Feb 09, 2024 1:11 am

So I have tested it and it does not work. The pbx does not register to the SIP server.

So I have some more information that maybe helpful:
on another greek forum (adslgr.com) a user (astbox) managed to make it work for a home connection on the same provider. The difference is that home connections require vlan=837 and there is no need for an extra dedicated pppoe connection for voip.

However the user indicated some things that are helpful:

1) MTU of the vlan must 1500.
2) a dhcp client must be created because the ISP expects the VoIP devices to be on a local network different than the rest of devices. So for example if the "classic" internet devices are on 192.168.88.0/24, the pbx must be on a network 10.x.x.x. It is like the provider isolates completely voice from the rest of devices.

So the user also mentions that the following must be set:

a) IP>DHCP Client>Add new>Interface -> vlan that was created (in my case 838 -> voip_vodafone_vlan) > Check Add Default Route> Press OK
b)IP>Firewall>Add New, chain -> srcnat, οut interface -> VLAN interface (voip_vodafone_vlan) , action -> masquerade and then press OK.

On step b) I do not know if I have to set on the out interface the VLAN interface (voip_vodafone_vlan) OR the pppoe connection dedicated for the voip registration. (pppoe_connection_for_vodafone_voip)

He also mentioned that if everything goes well then I should see on IP>Routes records like this:

10.13.36.128 255.255.255.240 10.207.64.1 VoIPv
10.14.35.128 255.255.255.240 10.207.64.1 VoIPv
10.16.36.128 255.255.255.240 10.207.64.1 VoIPv
10.120.25.48 255.255.255.240 10.207.64.1 VoIPv
10.120.28.64 255.255.255.224 10.207.64.1 VoIPv
10.120.58.0 255.255.255.224 10.207.64.1 VoIPv
10.120.60.0 255.255.254.0 10.207.64.1 VoIPv
10.120.65.0 255.255.255.240 10.207.64.1 VoIPv
10.207.64.0 255.255.240.0 0.0.0.0 VoIPv
62.38.82.0 255.255.255.0 10.207.64.1 VoIPv
62.38.85.0 255.255.255.0 10.207.64.1 VoIPv
62.38.86.0 255.255.255.0 10.207.64.1 VoIPv
62.38.87.0 255.255.255.0 10.207.64.1 VoIPv
62.38.88.0 255.255.255.0 10.207.64.1 VoIPv

Also I would like to mention the following:

The UCM has a function on the Network settings that called Dual. Basically, because it provides two RJ45 ports then one can be on 192.168.88.0/24 with different settings and the other on another network completely.

So, I do not know if this provides are helpful insight, but if you guys know how can I implement this I would be really grateful! :) (on the mikrotik side not the UCM)
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Fri Feb 09, 2024 8:26 am

Hi,
Given you had no Wan list, you likely need to use the following (if you haven't already)

/ip firewall nat add action=masquerade chain=srcnat out-interface-list=WAN

/ip firewall filter
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new \
in-interface-list=WAN

However I really think you should consider starting again from scratch, from a default mikrotik config on your router.
As it has a reasonable basic firewall configuration.
You original is probably ok for inside the UDM, but now you are putting a port directly onto somewhere outside.
And at this time you have no real blocking of anything coming in.
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Fri Feb 09, 2024 12:45 pm

Hi,

I found the following it looks like it might be very similar to how you are connected.

https://assets.ctfassets.net/b79acpktwv ... t_Info.pdf
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Fri Feb 09, 2024 4:13 pm

I was looking for that file! I do not know how many days now..... :)
Thanks for that!

So how should I configure the mikrotik to be more secure?

On the url I have uploaded a piece of paper which depicts my network topology basically:

https://ibb.co/NxgVc9P


So far this topology has worked with no problems. The problems started when I changed ISP.

My previous ISP (COSMOTE) did not require all these weird setups. Every piece of data (voice or others) was on the same pppoe connection and the same vlan (835).

Sorry for posting and asking for such detailed setup, really. I usually manage to make it work myself, but this time these kind of requirements confuse me a lot....
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Sat Feb 10, 2024 5:38 am

Hi,
Find some changes to make the router more secure.
Copy and paste a bit at a time, pick the bits you want.
#Some additions to make router more secure (most from default firewall config).

/interface list
add comment=defconf name=LAN

/interface list member
add comment=defconf interface=bridge list=LAN

/ip firewall filter
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN

#Disable unused ip access methods.
#take care, this disables all except winbox.

/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes

#Only allow mac telnet/winbox access from LAN interfaces.
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

#Hopefully this is already present.
#/ip firewall nat
#add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
#    out,none out-interface-list=WAN


### Some additional (Optional) stuff ###

#Limit admin access to router to specific IP addresses


#limit access to winbox by IP address
/ip firewall address-list
add address=YOUR_IP_ADDRESS list=ADMIN
add address=192.168.88.0/24 list=ADMIN

#only allow those on admin IP addresses to access winbox.
/ip firewall filter
add action=accept chain=input comment="allow winbox from admin" dst-port=8291 log=yes log-prefix=winbox protocol=tcp src-address-list=ADMIN
add action=drop chain=input comment="drop all other winbox" dst-port=8291 log=yes log-prefix=winbox-drop protocol=tcp


### dont copy and paste this without careful review ###
# full firewall filter (for review) from 7.13(ish)

/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
    invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
    connection-nat-state=!dstnat connection-state=new in-interface-list=WAN

 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Sat Feb 10, 2024 6:23 am

Hardware connectivity:

I am assuming that the link from the UDM-PRO sfp+1 to the ISP WAN interface is an ethernet cable.
You need to get another connection (the voice pppoe) onto this cable and into the ISP WAN.

There are a few options.
1. You do it from the UDM, probably best, but sorry I don't know how.
2. You connect to the voice pppoe of the ISP from either the UCM6302, or the Mikrotik.
3. You remove the UDM-PRO and use the Mikrotik as the main gateway for both.

At this stage I am going to look at Option 2, and how it might be done.

Conceptually, (and probably actually in the short term)
You put a small Dumb switch between the UDM SFP+1 and the ISP Wan interface.
You then plug the UCM6302 WAN port (In Route mode), or the Mikrotik Wan port (currently ether9) into another
port on the dumb switch. (You then tape up any other unused ports on this switch)

With luck the UCM6302 or Mikrotik can then connect to the ISP Voip PPPoE, after the correct
vlan/pppoe and username/password are all configured.

I need to think a bit more about what happens next. (It might be less easy than I was thinking)
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Sat Feb 10, 2024 8:29 am

Using the Mikrotik as the voip PPPoE client:

I am assuming the UCM6302 is the main phone hub, and phones connect to it, and
the UCM6302 connects to the ISP's voip service.

The UCM6302 is plugged into a spare port on the RB4011#1 (Not port 9)
(At some stage, perhaps want to rejig this a bit, so maybe port2 is the pppoe voip client port)

I will assume the UCM6302 has an IP address of 192.168.88.5, change the following
as required to match its actual address (Needs to be a fixed IP Address).

On the 4011#1
# setup pppoe-client (assuming not already done)
# NOT to be used as default gateway (Default Route unticked in winbox)
#(This may already be at least partially done)

/interface pppoe-client
add disabled=no interface=vlan838 name=pppoe-voip password=VoipPassword profile=\
    default user=VoipUsername

#check log, see if connecting...


#Setup routing, so only specified IP address(es) that use
#RB4011#1 as default gateway will go via the voip pppoe link.
#RB4011#1 will not use this as its default gateway.

/routing table
add disabled=no fib name=Voip


#The UCM6302 (Assumes it is on .88.5 change as required)
/routing rule
add action=lookup disabled=no dst-address=0.0.0.0/0 src-address=\
    192.168.88.5/32 table=Voip


/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=pppoe-voip pref-src="" \
    routing-table=Voip scope=30 suppress-hw-offload=no target-scope=10
Finally (hopefully) Set the UCM6302's default gateway to be be 192.168.88.12
(RB4011 #1)
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Mon Feb 12, 2024 2:04 am

Some (current) configuration setup (hopefully).


https://www.vodafone.gr/ypostirixi/tech ... al-support

Choose the bottom entry.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Mon Feb 12, 2024 5:20 pm

Once again: Thank you so much for the help!

What troubles me a lot is that I am unable to establish the voice pppoe connection neither on mikrotik nor the udm-pro.

The problem is that I am unable to understand why. The credentials are correct.
I will reset the RB4011 #1. Can you please post again in order (command 1, command 2, command 3, etc....) what should I execute on the terminal of mikrotik RB400 #1 after the reset to configure again
eth9?

Sorry for asking you to spoon feed. I just want to make sure that I am doing exactly as you told me, without mistakes, so we will be able to troubleshoot any problems that may come up.

OFFTOPIC: One of the LAN ports of the UCM6302 should be configured as either DHCP or Static? Not PPPoE. Correct?
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Tue Feb 13, 2024 1:01 am

Hi,

Yes, the UCM6302 should be configured as static, and not on vlan 838.

I have attached a diagram of how I think it will be setup at least initially for testing.
vfgr.jpg
For testing, use ether1 as the WAN port, as this minimises the amount of
changes that need to be configured from the default configuration. (You
can also then put the UCM6302 back into ether9 again)
The 4011 is not connected to the UDM.

Configuration:

Changes made to a default configuration from a recentish (12.1) version
of routeros 7.

ether1 initially disconnected.
/ip dhcp-client
disable ether1

/interface vlan
add interface=ether1 name=vlan838 vlan-id=838

/interface pppoe-client
add disabled=no interface=vlan838 name=pppoe-voip password=guest user=guest@onenetvoice.gr

#add vlan838 and pppoe-voip to WAN list for nat, etc.
/interface list member
add interface=vlan838 list=WAN
add interface=pppoe-voip list=WAN


#give a lot more logging for trying to find out what is happening voip wise.
/system logging
add topics=pppoe


#Turn off unneeded services
/ip service
set telnet disabled=yes
set ftp disabled=yes
#set www disabled=yes
#set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes

Now connect ether1 to the dumb switch, and see if it will connect. You
should get plenty of pppoe logging to tell you what is happening.

At this stage all you are trying to get is the pppoe working.
Once working you can reconfigure the 4011 a bit more so it is compatible with the rest of the network.

Edit: you also talk about needing 1500 byte mtu, in which case you may need the following:
/interface pppoe-client
set max-mru=1500 [find name=pppoe-voip] 
set max-mtu=1500 [find name=pppoe-voip] 

#and possibly same for pppoe-wan

You do not have the required permissions to view the files attached to this post.
Last edited by rplant on Tue Feb 13, 2024 4:06 am, edited 1 time in total.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Tue Feb 13, 2024 1:46 am

Quick question:

The ISP Device is an ONT.
Does this affect at all the testing plan?

I am asking out of curiousity in case this may create any problems....
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Tue Feb 13, 2024 2:04 am

Hi,
I think it should be ok, though I have not used an ONT. I gain the impression that the customer side is normal ethernet,
(with vlans and pppoe running on it in this case).

Offtopic:

You could perhaps at some later trial the following config later and perhaps get the internet also running from the 4011.
Though I guess you probably need to get the voice fully working first.
(Unplug the UDM before enabling the pppoe-client)
/interface vlan
add interface=ether1 name=vlan835 vlan-id=835

/interface pppoe-client
add add-default-route=yes disabled=yes interface=vlan835 name=pppoe-wan password=guest user=\
    guest@onenetdata.gr

/interface list member
add interface=vlan835 list=WAN
add interface=pppoe-wan list=WAN
Then when ready
/interface/pppoe-client
enable pppoe-wan
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Tue Feb 13, 2024 2:23 am

More voice stuff:

This assumes the pppoe-voip connection is up and connected.

Mostly from the BYOD_OneNet_Info document.

#Add static routes

/ip route
add dst-address=62.38.86.32/28 gateway=pppoe-voip
add dst-address=62.38.86.48/28 gateway=pppoe-voip
add dst-address=62.38.86.144/28 gateway=pppoe-voip
add dst-address=62.38.87.112/28 gateway=pppoe-voip

#setup vlan priority bits

/ip firewall mangle
add action=set-priority chain=forward new-priority=5 out-interface=pppoe-voip

Then assuming all the above configuration, you can reconfigure the UCM6302's appropriate interface to connect to the SIP server.
With the above configuration, using dhcp will likely work.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Tue Feb 13, 2024 8:20 pm

Logs from PPPoE:
# 1970-01-02 01:53:05 by RouterOS 7.13.3
# software id = 40CZ-05CC
#
 01:35:03 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:35:03 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x87
 01:35:03 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:35:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x25
 01:35:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:35:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x25
 01:35:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:35:14 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x12
 01:35:14 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:35:14 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x12
 01:35:14 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:35:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x26
 01:35:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:35:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x26
 01:35:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:35:25 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x13
 01:35:25 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:35:25 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x13
 01:35:25 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:35:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x27
 01:35:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:35:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x27
 01:35:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:35:35 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x88
 01:35:35 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:35:35 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x88
 01:35:35 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:35:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x28
 01:35:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:35:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x28
 01:35:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:35:46 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x14
 01:35:46 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:35:46 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x14
 01:35:46 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:35:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x29
 01:35:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:35:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x29
 01:35:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:35:56 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x89
 01:35:56 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:35:56 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x89
 01:35:56 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:36:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x2a
 01:36:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:36:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x2a
 01:36:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:36:08 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x15
 01:36:08 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:36:08 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x15
 01:36:08 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:36:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x2b
 01:36:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:36:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x2b
 01:36:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:36:20 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x16
 01:36:20 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:36:20 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x16
 01:36:20 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:36:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x2c
 01:36:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:36:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x2c
 01:36:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:36:30 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x8a
 01:36:30 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:36:30 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x8a
 01:36:30 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:36:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x2d
 01:36:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:36:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x2d
 01:36:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:36:40 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x17
 01:36:40 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:36:40 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x17
 01:36:40 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:36:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoReq id=0xe
 01:36:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:36:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoRep id=0xe
 01:36:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:36:50 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x8b
 01:36:50 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:36:50 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x8b
 01:36:50 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:36:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x2e
 01:36:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:36:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x2e
 01:36:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:37:00 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x8c
 01:37:00 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:37:00 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x8c
 01:37:00 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:37:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x2f
 01:37:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:37:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x2f
 01:37:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:37:11 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x18
 01:37:11 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:37:11 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x18
 01:37:11 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:37:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x30
 01:37:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:37:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x30
 01:37:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:37:21 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x8d
 01:37:21 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:37:21 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x8d
 01:37:21 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:37:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x31
 01:37:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:37:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x31
 01:37:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:37:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x32
 01:37:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:37:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x32
 01:37:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:37:33 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x19
 01:37:33 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:37:33 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x19
 01:37:33 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:37:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x33
 01:37:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:37:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x33
 01:37:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:37:43 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x1a
 01:37:43 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:37:43 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x1a
 01:37:43 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:37:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x34
 01:37:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:37:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x34
 01:37:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:37:53 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x8e
 01:37:53 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:37:53 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x8e
 01:37:53 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:38:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x35
 01:38:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:38:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x35
 01:38:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:38:04 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x1b
 01:38:04 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:38:04 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x1b
 01:38:04 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:38:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x36
 01:38:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:38:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x36
 01:38:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:38:16 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x1c
 01:38:16 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:38:16 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x1c
 01:38:16 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:38:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x37
 01:38:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:38:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x37
 01:38:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:38:27 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x1d
 01:38:27 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:38:27 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x1d
 01:38:27 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:38:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x38
 01:38:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:38:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x38
 01:38:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:38:37 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x8f
 01:38:37 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:38:37 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x8f
 01:38:37 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:38:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x39
 01:38:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:38:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x39
 01:38:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:38:49 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x1e
 01:38:49 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:38:49 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x1e
 01:38:49 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:38:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x3a
 01:38:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:38:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x3a
 01:38:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:39:00 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x1f
 01:39:00 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:39:00 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x1f
 01:39:00 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:39:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x3b
 01:39:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:39:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x3b
 01:39:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:39:11 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x20
 01:39:11 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:39:11 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x20
 01:39:11 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:39:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x3c
 01:39:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:39:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x3c
 01:39:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:39:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x3d
 01:39:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:39:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x3d
 01:39:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:39:22 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x21
 01:39:22 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:39:22 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x21
 01:39:22 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:39:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x3e
 01:39:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:39:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x3e
 01:39:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:39:33 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x22
 01:39:33 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:39:33 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x22
 01:39:33 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:39:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x3f
 01:39:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:39:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x3f
 01:39:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:39:44 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x23
 01:39:44 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:39:44 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x23
 01:39:44 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:39:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x40
 01:39:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:39:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x40
 01:39:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:39:54 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x90
 01:39:54 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:39:55 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x90
 01:39:55 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:40:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x41
 01:40:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:40:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x41
 01:40:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:40:05 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x24
 01:40:05 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:40:05 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x24
 01:40:05 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:40:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x42
 01:40:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:40:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x42
 01:40:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:40:17 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x25
 01:40:17 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:40:17 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x25
 01:40:17 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:40:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x43
 01:40:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:40:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x43
 01:40:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:40:27 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x26
 01:40:27 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:40:27 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x26
 01:40:27 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:40:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x44
 01:40:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:40:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x44
 01:40:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:40:39 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x27
 01:40:39 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:40:39 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x27
 01:40:39 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:40:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x45
 01:40:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:40:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x45
 01:40:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:40:51 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x28
 01:40:51 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:40:51 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x28
 01:40:51 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:40:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x46
 01:40:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:40:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x46
 01:40:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:41:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x47
 01:41:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:41:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x47
 01:41:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:41:02 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x29
 01:41:02 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:41:02 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x29
 01:41:02 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:41:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x48
 01:41:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:41:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x48
 01:41:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:41:12 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x2a
 01:41:12 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:41:12 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x2a
 01:41:12 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:41:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x49
 01:41:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:41:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x49
 01:41:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:41:24 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x2b
 01:41:24 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:41:24 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x2b
 01:41:24 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:41:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x4a
 01:41:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:41:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x4a
 01:41:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:41:34 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x2c
 01:41:34 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:41:34 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x2c
 01:41:34 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:41:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x4b
 01:41:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:41:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x4b
 01:41:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:41:44 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x2d
 01:41:44 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:41:44 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x2d
 01:41:44 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:41:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x4c
 01:41:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:41:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x4c
 01:41:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:41:54 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x91
 01:41:54 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:41:54 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x91
 01:41:54 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:42:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x4d
 01:42:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:42:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x4d
 01:42:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:42:05 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x2e
 01:42:05 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:42:05 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x2e
 01:42:05 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:42:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x4e
 01:42:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:42:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x4e
 01:42:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:42:17 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x2f
 01:42:17 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:42:17 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x2f
 01:42:17 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:42:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x4f
 01:42:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:42:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x4f
 01:42:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:42:28 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x30
 01:42:28 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:42:28 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x30
 01:42:28 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:42:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x50
 01:42:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:42:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x50
 01:42:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:42:38 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x31
 01:42:38 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:42:38 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x31
 01:42:38 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:42:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x51
 01:42:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:42:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x51
 01:42:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:42:49 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x32
 01:42:49 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:42:49 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x32
 01:42:49 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:42:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x52
 01:42:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:42:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x52
 01:42:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:43:00 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x33
 01:43:00 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:43:00 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x33
 01:43:00 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:43:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x53
 01:43:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:43:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x53
 01:43:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:43:10 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x92
 01:43:10 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:43:10 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x92
 01:43:10 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:43:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x54
 01:43:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:43:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x54
 01:43:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:43:20 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x93
 01:43:20 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:43:20 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x93
 01:43:20 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:43:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x55
 01:43:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:43:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x55
 01:43:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:43:30 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x94
 01:43:30 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:43:30 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x94
 01:43:30 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:43:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x56
 01:43:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:43:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x56
 01:43:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:43:40 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x95
 01:43:40 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:43:40 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x95
 01:43:40 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:43:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x57
 01:43:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:43:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x57
 01:43:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:43:50 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x96
 01:43:50 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:43:50 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x96
 01:43:50 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:43:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x58
 01:43:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:43:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x58
 01:43:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:44:00 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x34
 01:44:00 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:44:00 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x34
 01:44:00 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:44:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x59
 01:44:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:44:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x59
 01:44:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:44:10 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x97
 01:44:10 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:44:10 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x97
 01:44:10 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:44:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x5a
 01:44:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:44:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x5a
 01:44:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:44:20 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x98
 01:44:20 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:44:20 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x98
 01:44:20 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:44:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x5b
 01:44:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:44:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x5b
 01:44:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:44:32 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x35
 01:44:32 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:44:32 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x35
 01:44:32 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:44:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x5c
 01:44:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:44:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x5c
 01:44:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:44:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x5d
 01:44:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:44:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x5d
 01:44:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:44:42 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x36
 01:44:42 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:44:42 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x36
 01:44:42 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:44:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x5e
 01:44:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:44:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x5e
 01:44:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:44:52 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x99
 01:44:52 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:44:52 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x99
 01:44:52 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:45:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x5f
 01:45:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:45:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x5f
 01:45:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:45:02 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x9a
 01:45:02 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:45:02 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x9a
 01:45:02 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:45:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoReq id=0xf
 01:45:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:45:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoRep id=0xf
 01:45:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:45:14 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x37
 01:45:14 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:45:14 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x37
 01:45:14 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:45:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x60
 01:45:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:45:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x60
 01:45:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:45:25 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x38
 01:45:25 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:45:25 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x38
 01:45:25 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:45:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x61
 01:45:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:45:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x61
 01:45:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:45:36 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x39
 01:45:36 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:45:36 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x39
 01:45:36 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:45:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x62
 01:45:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:45:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x62
 01:45:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:45:47 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x3a
 01:45:47 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:45:47 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x3a
 01:45:47 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:45:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x63
 01:45:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:45:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x63
 01:45:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:45:57 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x3b
 01:45:57 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:45:57 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x3b
 01:45:57 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:46:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x64
 01:46:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:46:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x64
 01:46:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:46:07 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x9b
 01:46:07 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:46:07 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x9b
 01:46:07 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:46:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x65
 01:46:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:46:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x65
 01:46:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:46:17 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x9c
 01:46:17 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:46:17 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x9c
 01:46:17 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:46:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x66
 01:46:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:46:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x66
 01:46:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:46:28 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x3c
 01:46:28 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:46:28 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x3c
 01:46:28 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:46:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x67
 01:46:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:46:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x67
 01:46:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:46:38 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x9d
 01:46:38 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:46:38 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x9d
 01:46:38 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:46:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x68
 01:46:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:46:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x68
 01:46:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:46:49 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x3d
 01:46:49 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:46:49 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x3d
 01:46:49 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:46:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x69
 01:46:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:46:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x69
 01:46:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:46:59 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x9e
 01:46:59 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:46:59 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x9e
 01:46:59 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:47:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x6a
 01:47:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:47:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x6a
 01:47:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:47:09 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x3e
 01:47:09 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:47:09 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x3e
 01:47:09 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:47:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x6b
 01:47:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:47:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x6b
 01:47:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:47:19 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x3f
 01:47:19 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:47:19 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x3f
 01:47:19 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:47:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x6c
 01:47:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:47:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x6c
 01:47:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:47:29 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x40
 01:47:29 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:47:29 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x40
 01:47:29 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:47:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x6d
 01:47:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:47:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x6d
 01:47:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:47:39 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0x9f
 01:47:39 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:47:39 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0x9f
 01:47:39 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:47:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x6e
 01:47:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:47:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x6e
 01:47:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:47:49 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0xa0
 01:47:49 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:47:49 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0xa0
 01:47:49 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:47:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x6f
 01:47:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:47:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x6f
 01:47:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:48:00 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x41
 01:48:00 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:48:00 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x41
 01:48:00 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:48:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x70
 01:48:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:48:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x70
 01:48:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:48:11 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x42
 01:48:11 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:48:11 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x42
 01:48:11 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:48:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x71
 01:48:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:48:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x71
 01:48:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:48:22 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x43
 01:48:22 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:48:22 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x43
 01:48:22 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:48:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x72
 01:48:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:48:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x72
 01:48:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:48:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x73
 01:48:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:48:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x73
 01:48:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:48:34 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x44
 01:48:34 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:48:34 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x44
 01:48:34 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:48:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x74
 01:48:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:48:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x74
 01:48:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:48:44 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0xa1
 01:48:44 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:48:44 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0xa1
 01:48:44 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:48:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x75
 01:48:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:48:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x75
 01:48:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:48:54 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0xa2
 01:48:54 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:48:54 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0xa2
 01:48:54 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:49:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x76
 01:49:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:49:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x76
 01:49:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:49:04 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoReq id=0xa3
 01:49:04 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:49:04 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoRep id=0xa3
 01:49:04 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:49:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x77
 01:49:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:49:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x77
 01:49:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:49:15 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x45
 01:49:15 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:49:15 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x45
 01:49:15 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:49:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x78
 01:49:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:49:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x78
 01:49:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:49:27 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x46
 01:49:27 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:49:27 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x46
 01:49:27 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:49:32 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x79
 01:49:32 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:49:32 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x79
 01:49:32 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:49:37 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x47
 01:49:37 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:49:37 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x47
 01:49:37 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:49:42 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x7a
 01:49:42 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:49:42 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x7a
 01:49:42 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:49:49 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x48
 01:49:49 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:49:49 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x48
 01:49:49 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:49:52 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x7b
 01:49:52 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:49:52 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x7b
 01:49:52 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:50:01 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x49
 01:50:01 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:50:01 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x49
 01:50:01 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:50:02 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoReq id=0x10
 01:50:02 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:50:02 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoRep id=0x10
 01:50:02 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:50:11 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x4a
 01:50:11 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:50:11 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x4a
 01:50:11 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:50:12 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x7c
 01:50:12 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:50:12 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x7c
 01:50:12 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:50:22 pppoe,ppp,debug,packet  pppoe-wan: rcvd LCP EchoReq id=0x4b
 01:50:22 pppoe,ppp,debug,packet     <magic 0x96d8400f>
 01:50:22 pppoe,ppp,debug,packet  pppoe-wan: sent LCP EchoRep id=0x4b
 01:50:22 pppoe,ppp,debug,packet     <magic 0x78ef7be>
 01:50:22 pppoe,ppp,debug,packet  pppoe-voip: sent LCP EchoReq id=0x7d
 01:50:22 pppoe,ppp,debug,packet     <magic 0x1e1414ba>
 01:50:22 pppoe,ppp,debug,packet  pppoe-voip: rcvd LCP EchoRep id=0x7d
 01:50:22 pppoe,ppp,debug,packet     <magic 0xb0bffe04>
 01:50:31 interface,info ether1 link down
 01:50:31 pppoe,debug vlan838: terminating sessions: interface state changed
 01:50:31 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:50:31 pppoe,ppp,debug pppoe-voip: LCP closed
 01:50:31 pppoe,ppp,debug pppoe-voip: CCP lowerdown
 01:50:31 pppoe,ppp,debug pppoe-voip: BCP lowerdown
 01:50:31 pppoe,ppp,debug pppoe-voip: BCP down event in starting state
 01:50:31 pppoe,ppp,debug pppoe-voip: IPCP lowerdown
 01:50:31 pppoe,ppp,debug pppoe-voip: IPCP closed
 01:50:31 pppoe,ppp,debug pppoe-voip: IPV6CP lowerdown
 01:50:31 pppoe,ppp,debug pppoe-voip: MPLSCP lowerdown
 01:50:31 pppoe,ppp,debug pppoe-voip: CCP close
 01:50:31 pppoe,ppp,debug pppoe-voip: BCP close
 01:50:31 pppoe,ppp,debug pppoe-voip: IPCP close
 01:50:31 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:50:31 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:50:31 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:50:31 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:50:31 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:50:31 pppoe,ppp,info pppoe-voip: disconnected
 01:50:31 pppoe,ppp,info pppoe-voip: initializing...
 01:50:32 pppoe,ppp,info pppoe-voip: connecting...
 01:50:32 pppoe,ppp,debug pppoe-voip: CCP close
 01:50:32 pppoe,ppp,debug pppoe-voip: BCP close
 01:50:32 pppoe,ppp,debug pppoe-voip: IPCP close
 01:50:32 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:50:32 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:50:32 pppoe,ppp,info pppoe-voip: terminating...
 01:50:32 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:50:32 pppoe,ppp,info pppoe-voip: disconnected
 01:50:32 pppoe,ppp,info pppoe-voip: initializing...
 01:50:32 pppoe,ppp,info pppoe-voip: connecting...
 01:50:32 pppoe,debug vlan835: terminating sessions: interface state changed
 01:50:32 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: LCP closed
 01:50:32 pppoe,ppp,debug pppoe-wan: CCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: BCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: BCP down event in starting state
 01:50:32 pppoe,ppp,debug pppoe-wan: IPCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: IPCP closed
 01:50:32 pppoe,ppp,debug pppoe-wan: IPV6CP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: IPV6CP closed
 01:50:32 pppoe,ppp,debug pppoe-wan: MPLSCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: CCP close
 01:50:32 pppoe,ppp,debug pppoe-wan: BCP close
 01:50:32 pppoe,ppp,debug pppoe-wan: IPCP close
 01:50:32 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:50:32 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:50:32 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:50:32 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:50:32 pppoe,ppp,info pppoe-wan: disconnected
 01:50:32 pppoe,ppp,info pppoe-wan: initializing...
 01:50:32 pppoe,ppp,info pppoe-wan: connecting...
 01:50:32 pppoe,ppp,debug pppoe-wan: CCP close
 01:50:32 pppoe,ppp,debug pppoe-wan: BCP close
 01:50:32 pppoe,ppp,debug pppoe-wan: IPCP close
 01:50:32 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:50:32 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:50:32 pppoe,ppp,info pppoe-wan: terminating...
 01:50:32 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:50:32 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:50:32 pppoe,ppp,info pppoe-wan: disconnected
 01:50:32 pppoe,ppp,info pppoe-wan: initializing...
 01:50:32 pppoe,ppp,info pppoe-wan: connecting...
 01:50:41 pppoe,ppp,debug pppoe-voip: CCP close
 01:50:41 pppoe,ppp,debug pppoe-voip: BCP close
 01:50:41 pppoe,ppp,debug pppoe-voip: IPCP close
 01:50:41 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:50:41 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:50:41 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:50:41 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:50:41 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:50:41 pppoe,ppp,info pppoe-voip: disconnected
 01:50:41 pppoe,ppp,info pppoe-voip: initializing...
 01:50:41 pppoe,ppp,info pppoe-voip: connecting...
 01:50:42 pppoe,ppp,debug pppoe-wan: CCP close
 01:50:42 pppoe,ppp,debug pppoe-wan: BCP close
 01:50:42 pppoe,ppp,debug pppoe-wan: IPCP close
 01:50:42 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:50:42 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:50:42 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:50:42 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:50:42 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:50:42 pppoe,ppp,info pppoe-wan: disconnected
 01:50:42 pppoe,ppp,info pppoe-wan: initializing...
 01:50:42 pppoe,ppp,info pppoe-wan: connecting...
 01:50:51 pppoe,ppp,debug pppoe-voip: CCP close
 01:50:51 pppoe,ppp,debug pppoe-voip: BCP close
 01:50:51 pppoe,ppp,debug pppoe-voip: IPCP close
 01:50:51 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:50:51 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:50:51 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:50:51 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:50:51 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:50:51 pppoe,ppp,info pppoe-voip: disconnected
 01:50:51 pppoe,ppp,info pppoe-voip: initializing...
 01:50:51 pppoe,ppp,info pppoe-voip: connecting...
 01:50:52 pppoe,ppp,debug pppoe-wan: CCP close
 01:50:52 pppoe,ppp,debug pppoe-wan: BCP close
 01:50:52 pppoe,ppp,debug pppoe-wan: IPCP close
 01:50:52 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:50:52 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:50:52 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:50:52 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:50:52 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:50:52 pppoe,ppp,info pppoe-wan: disconnected
 01:50:52 pppoe,ppp,info pppoe-wan: initializing...
 01:50:52 pppoe,ppp,info pppoe-wan: connecting...
 01:51:02 pppoe,ppp,debug pppoe-wan: CCP close
 01:51:02 pppoe,ppp,debug pppoe-wan: BCP close
 01:51:02 pppoe,ppp,debug pppoe-wan: IPCP close
 01:51:02 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:51:02 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:51:02 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:51:02 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:51:02 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:51:02 pppoe,ppp,info pppoe-wan: disconnected
 01:51:02 pppoe,ppp,debug pppoe-voip: CCP close
 01:51:02 pppoe,ppp,debug pppoe-voip: BCP close
 01:51:02 pppoe,ppp,debug pppoe-voip: IPCP close
 01:51:02 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:51:02 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:51:02 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:51:02 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:51:02 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:51:02 pppoe,ppp,info pppoe-voip: disconnected
 01:51:02 pppoe,ppp,info pppoe-wan: initializing...
 01:51:02 pppoe,ppp,info pppoe-wan: connecting...
 01:51:03 pppoe,ppp,info pppoe-voip: initializing...
 01:51:03 pppoe,ppp,info pppoe-voip: connecting...
 01:51:13 pppoe,ppp,debug pppoe-voip: CCP close
 01:51:13 pppoe,ppp,debug pppoe-voip: BCP close
 01:51:13 pppoe,ppp,debug pppoe-voip: IPCP close
 01:51:13 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:51:13 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:51:13 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:51:13 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:51:13 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:51:13 pppoe,ppp,info pppoe-voip: disconnected
 01:51:13 pppoe,ppp,debug pppoe-wan: CCP close
 01:51:13 pppoe,ppp,debug pppoe-wan: BCP close
 01:51:13 pppoe,ppp,debug pppoe-wan: IPCP close
 01:51:13 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:51:13 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:51:13 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:51:13 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:51:13 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:51:13 pppoe,ppp,info pppoe-wan: disconnected
 01:51:14 pppoe,ppp,info pppoe-voip: initializing...
 01:51:14 pppoe,ppp,info pppoe-voip: connecting...
 01:51:15 pppoe,ppp,info pppoe-wan: initializing...
 01:51:15 pppoe,ppp,info pppoe-wan: connecting...
 01:51:24 pppoe,ppp,debug pppoe-voip: CCP close
 01:51:24 pppoe,ppp,debug pppoe-voip: BCP close
 01:51:24 pppoe,ppp,debug pppoe-voip: IPCP close
 01:51:24 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:51:24 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:51:24 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:51:24 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:51:24 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:51:24 pppoe,ppp,info pppoe-voip: disconnected
 01:51:25 pppoe,ppp,debug pppoe-wan: CCP close
 01:51:25 pppoe,ppp,debug pppoe-wan: BCP close
 01:51:25 pppoe,ppp,debug pppoe-wan: IPCP close
 01:51:25 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:51:25 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:51:25 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:51:25 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:51:25 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:51:25 pppoe,ppp,info pppoe-wan: disconnected
 01:51:27 pppoe,ppp,info pppoe-voip: initializing...
 01:51:27 pppoe,ppp,info pppoe-voip: connecting...
 01:51:28 pppoe,ppp,info pppoe-wan: initializing...
 01:51:28 pppoe,ppp,info pppoe-wan: connecting...
 01:51:38 pppoe,ppp,debug pppoe-voip: CCP close
 01:51:38 pppoe,ppp,debug pppoe-voip: BCP close
 01:51:38 pppoe,ppp,debug pppoe-voip: IPCP close
 01:51:38 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:51:38 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:51:38 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:51:38 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:51:38 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:51:38 pppoe,ppp,info pppoe-voip: disconnected
 01:51:38 pppoe,ppp,debug pppoe-wan: CCP close
 01:51:38 pppoe,ppp,debug pppoe-wan: BCP close
 01:51:38 pppoe,ppp,debug pppoe-wan: IPCP close
 01:51:38 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:51:38 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:51:38 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:51:38 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:51:38 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:51:38 pppoe,ppp,info pppoe-wan: disconnected
 01:51:44 pppoe,ppp,info pppoe-voip: initializing...
 01:51:44 pppoe,ppp,info pppoe-voip: connecting...
 01:51:45 pppoe,ppp,info pppoe-wan: initializing...
 01:51:45 pppoe,ppp,info pppoe-wan: connecting...
 01:51:54 pppoe,ppp,debug pppoe-voip: CCP close
 01:51:54 pppoe,ppp,debug pppoe-voip: BCP close
 01:51:54 pppoe,ppp,debug pppoe-voip: IPCP close
 01:51:54 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:51:54 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:51:54 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:51:54 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:51:54 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:51:54 pppoe,ppp,info pppoe-voip: disconnected
 01:51:55 pppoe,ppp,debug pppoe-wan: CCP close
 01:51:55 pppoe,ppp,debug pppoe-wan: BCP close
 01:51:55 pppoe,ppp,debug pppoe-wan: IPCP close
 01:51:55 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:51:55 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:51:55 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:51:55 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:51:55 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:51:55 pppoe,ppp,info pppoe-wan: disconnected
 01:52:04 pppoe,ppp,info pppoe-voip: initializing...
 01:52:04 pppoe,ppp,info pppoe-voip: connecting...
 01:52:05 pppoe,ppp,info pppoe-wan: initializing...
 01:52:05 pppoe,ppp,info pppoe-wan: connecting...
 01:52:07 system,info,account user admin logged in from 00:E0:4C:92:86:8E via winbox
 01:52:14 pppoe,ppp,debug pppoe-voip: CCP close
 01:52:14 pppoe,ppp,debug pppoe-voip: BCP close
 01:52:14 pppoe,ppp,debug pppoe-voip: IPCP close
 01:52:14 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:52:14 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:52:14 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:52:14 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:52:14 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:52:14 pppoe,ppp,info pppoe-voip: disconnected
 01:52:15 pppoe,ppp,debug pppoe-wan: CCP close
 01:52:15 pppoe,ppp,debug pppoe-wan: BCP close
 01:52:15 pppoe,ppp,debug pppoe-wan: IPCP close
 01:52:15 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:52:15 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:52:15 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:52:15 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:52:15 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:52:15 pppoe,ppp,info pppoe-wan: disconnected
 01:52:24 pppoe,ppp,info pppoe-voip: initializing...
 01:52:24 pppoe,ppp,info pppoe-voip: connecting...
 01:52:25 pppoe,ppp,info pppoe-wan: initializing...
 01:52:25 pppoe,ppp,info pppoe-wan: connecting...
 01:52:33 pppoe,ppp,debug pppoe-voip: CCP close
 01:52:33 pppoe,ppp,debug pppoe-voip: BCP close
 01:52:33 pppoe,ppp,debug pppoe-voip: IPCP close
 01:52:33 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:52:33 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:52:33 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:52:33 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:52:33 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:52:33 pppoe,ppp,info pppoe-voip: disconnected
 01:52:35 pppoe,ppp,debug pppoe-wan: CCP close
 01:52:35 pppoe,ppp,debug pppoe-wan: BCP close
 01:52:35 pppoe,ppp,debug pppoe-wan: IPCP close
 01:52:35 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:52:35 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:52:35 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:52:35 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:52:35 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:52:35 pppoe,ppp,info pppoe-wan: disconnected
 01:52:43 pppoe,ppp,info pppoe-voip: initializing...
 01:52:43 pppoe,ppp,info pppoe-voip: connecting...
 01:52:45 pppoe,ppp,info pppoe-wan: initializing...
 01:52:45 pppoe,ppp,info pppoe-wan: connecting...
 01:52:53 pppoe,ppp,debug pppoe-voip: CCP close
 01:52:53 pppoe,ppp,debug pppoe-voip: BCP close
 01:52:53 pppoe,ppp,debug pppoe-voip: IPCP close
 01:52:53 pppoe,ppp,debug pppoe-voip: IPV6CP close
 01:52:53 pppoe,ppp,debug pppoe-voip: MPLSCP close
 01:52:53 pppoe,ppp,info pppoe-voip: terminating... - disconnected
 01:52:53 pppoe,ppp,debug pppoe-voip: LCP lowerdown
 01:52:53 pppoe,ppp,debug pppoe-voip: LCP down event in starting state
 01:52:53 pppoe,ppp,info pppoe-voip: disconnected
 01:52:55 pppoe,ppp,debug pppoe-wan: CCP close
 01:52:55 pppoe,ppp,debug pppoe-wan: BCP close
 01:52:55 pppoe,ppp,debug pppoe-wan: IPCP close
 01:52:55 pppoe,ppp,debug pppoe-wan: IPV6CP close
 01:52:55 pppoe,ppp,debug pppoe-wan: MPLSCP close
 01:52:55 pppoe,ppp,info pppoe-wan: terminating... - disconnected
 01:52:55 pppoe,ppp,debug pppoe-wan: LCP lowerdown
 01:52:55 pppoe,ppp,debug pppoe-wan: LCP down event in starting state
 01:52:55 pppoe,ppp,info pppoe-wan: disconnected
 01:53:03 pppoe,ppp,info pppoe-voip: initializing...
 01:53:03 pppoe,ppp,info pppoe-voip: connecting...
I think it does not get connected.

Just a heads up: I have reset the mikrotik RB4011 #1 and applied some commands that you have given me. Directly in eth1 the ONT is connected without anything else in the middle. The config in the RB4011 #1 is this:
# 1970-01-02 01:54:43 by RouterOS 7.13.3
# software id = 40CZ-05CC
#
# model = RB4011iGS+5HacQ2HnD
# serial number = removed
/interface bridge
add admin-mac=B8:69:F4:D2:B8:E9 auto-mac=no comment=defconf name=bridge
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ac .skip-dfs-channels=\
    10min-cac .width=20/40/80+80mhz configuration.mode=ap .ssid=\
    MikroTik-D2B8F3
/interface vlan
add interface=ether1 name=vlan835 vlan-id=835
add interface=ether1 name=vlan838 vlan-id=838
/interface pppoe-client
add disabled=no interface=vlan838 max-mru=1500 max-mtu=1500 name=pppoe-voip \
    user=guest@onenetvoice.gr
add add-default-route=yes disabled=no interface=vlan835 max-mru=1500 max-mtu=\
    1500 name=pppoe-wan user=guest@onenetdata.gr
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/iot lora servers
add address=eu.mikrotik.thethings.industries name=TTN-EU protocol=UDP
add address=us.mikrotik.thethings.industries name=TTN-US protocol=UDP
add address=eu1.cloud.thethings.industries name="TTS Cloud (eu1)" protocol=\
    UDP
add address=nam1.cloud.thethings.industries name="TTS Cloud (nam1)" protocol=\
    UDP
add address=au1.cloud.thethings.industries name="TTS Cloud (au1)" protocol=\
    UDP
add address=eu1.cloud.thethings.network name="TTN V3 (eu1)" protocol=UDP
add address=nam1.cloud.thethings.network name="TTN V3 (nam1)" protocol=UDP
add address=au1.cloud.thethings.network name="TTN V3 (au1)" protocol=UDP
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=10m name=defconf
/port
set 0 name=serial0
set 1 name=serial1
/zerotier
set zt1 comment="ZeroTier Central controller - https://my.zerotier.com/" \
    disabled=yes disabled=yes name=zt1 port=9993
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=bridge comment=defconf interface=wifi1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=vlan838 list=WAN
add interface=pppoe-voip list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
/ip dhcp-client
add comment=defconf disabled=yes interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
    192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN
/ip firewall mangle
# pppoe-voip not ready
add action=set-priority chain=forward new-priority=5 out-interface=pppoe-voip
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    ipsec-policy=out,none out-interface-list=WAN
/ip route
add dst-address=62.38.86.32/28 gateway=pppoe-voip
add dst-address=62.38.86.48/28 gateway=pppoe-voip
add dst-address=62.38.86.144/28 gateway=pppoe-voip
add dst-address=62.38.87.112/28 gateway=pppoe-voip
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
    33434-33534 protocol=udp
add action=accept chain=input comment=\
    "defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
    udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
    protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=input comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
add action=accept chain=forward comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment=\
    "defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
    hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
    500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=forward comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
/system logging
add topics=pppoe
/system note
set show-at-login=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
The commands that I have applied are these:
 /ip dhcp-client
disable ether1
/interface vlan
add interface=ether1 name=vlan838 vlan-id=838
/interface pppoe-client
add disabled=no interface=vlan838 name=pppoe-voip password=guest user=guest@onenetvoice.gr
/interface list member
add interface=vlan838 list=WAN
add interface=pppoe-voip list=WAN
/system logging
add topics=pppoe
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/interface pppoe-client
set max-mru=1500 [find name=pppoe-voip] 
set max-mtu=1500 [find name=pppoe-voip] 
/interface pppoe-client
set max-mru=1500 [find name=pppoe-wan] 
set max-mtu=1500 [find name=pppoe-wan] 
/interface vlan
add interface=ether1 name=vlan835 vlan-id=835
/interface pppoe-client
add add-default-route=yes disabled=yes interface=vlan835 name=pppoe-wan password=guest user=\ guest@onenetdata.gr
/interface list member
add interface=vlan835 list=WAN
add interface=pppoe-wan list=WAN
/interface/pppoe-client
enable pppoe-wan
/interface/pppoe-client
enable pppoe-wan
/ip route
add dst-address=62.38.86.32/28 gateway=pppoe-voip
add dst-address=62.38.86.48/28 gateway=pppoe-voip
add dst-address=62.38.86.144/28 gateway=pppoe-voip
add dst-address=62.38.87.112/28 gateway=pppoe-voip
/ip firewall mangle
add action=set-priority chain=forward new-priority=5 out-interface=pppoe-voip 
Last edited by und3rd06012 on Thu Feb 15, 2024 10:57 am, edited 1 time in total.
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Thu Feb 15, 2024 10:35 am

Sorry for the delay, I had no internet for a while.

Apparently you should remove the serial number from your listing.

You need to add the following, or the wan side can't work.

/interface list member
add interface=vlan835 list=WAN
add interface=pppoe-wan list=WAN

The first section of your log looks like both wan and voip might actually be connected.
(And both sides are sending echoes and replying to keep link happy)

To check:
/interface pppoe-client
print brief

1 R  pppoe-wan   auto     auto     vlan835    guest@onenetdata.gr           guest       default
Flags in the first column after the # if R, it is running.

Also another source of link status information (which keeps updating)
/interface pppoe-client
monitor pppoe-voip
Will show current active status of link, (and useful things like mtu)
If the mtu is showing 1480 and not 1500, you probably need to make the max-mru and max-mtu auto.
(Which should cause it to result in the normal 1492)

eg.
set max-mtu=auto pppoe-voip
set max-mru=auto pppoe-voip
(and similar for wan)


ps. winbox is really good (though takes a while to find and remember where everything is)
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Thu Feb 15, 2024 11:44 pm

Hey!

No need to apologize at all! You are already doing too much for me!

I confirm that it is connected to the internet. Funny thing: I am able to remote control via anydesk to a pc that is connected to the mikrotik via ethernet, but not able to visit any websites from that pc....Probably because both vlans (835 & 838) are up. Also, I confirm that the pppoe connection for the voip has created a local network of this type: 10.xxx.xxx.xxx, which is a good sign I guess, because this also happened with the router of the ISP on the settings of SIP trunk. Also the static routes are enabled and working on the mikrotik!

Now as for the pppoe wan. The ISP does not allow more than 1 pppoe connection. Usually, here in my country, if you make another pppoe connection and you have a static IP in your internet plan, the routers of the ISP, give you a dynamic public IP for the second pppoe connection that the user makes, which now is also cg-nat'd (due to lack of IPv4). But vodafone has to f...k things up one more time. So in order to have another pppoe connection running at same time, I had to request the issuance of another static IP. Actually they provide 4 extra together or 8 or 16, etc...Thankfully the cost is low. For 4 extra static IPs is around 5 euros per month and in order to receive these IPs and use them to other network devices I will just use the same credentials as: guest@onenetdata.gr/guest. So the extra ones do not have different pppoe credentials than the original one. (they probably change the subnet mask of the static IP block that they provide per connection, they could go from /32 to /31 if this is what they are doing, but again I do not know what on earth they are thinking or implementing to be honest.... :) )

So, I am waiting for the extra IPs to be provided to me. This will be implemented after 1-3 days.

This way I will be able to fully test whether the ippbx is working or not.

Sorry for delaying this. I know I could know by now, but some people that are using the data connection do not allow me to interrupt the traffic for a few good hours, so I can do tests and let you know of the outcome. But once I receive the extra IPs, then I can make multiple pppoe connections and make the tests without disrupting the internet traffic at all.

I would like to thank you so much for the help that you have provided so far!

Standby please and I will let you know of the definitive outcome.

I think we are close to succeed! I hope at least..... :)

Just another small question because vodafone refuses to answer me and I do not know how to get the answer from: on the pdf that you provided me it mentions that the outbound proxy should be setup in the pbx as this: CPE.ims.vodafone.gr. I know for a fact that when the ZTE cpe is provided to the customers then the proxy is zte.ims.vodafone.gr. For the oxygen is it like: oxygen.ims.vodafone.gr or something different?

I know that you may not know the answer for this, but I am asking just in case....
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Fri Feb 16, 2024 1:41 am

Hi,
I found I forgot to setup DNS for the pppoe connections:

You can apply the following change.
/interface pppoe-client
set pppoe-wan use-peer-dns=yes
set pppoe-voip use-peer-dns=yes
To look at the DNS servers it has received.
/ip dns
print
The dynamic servers it has listed will have been provided by vodafone.

Re: outbound proxy, not sure.

You could perhaps run nslookup or dig or similar, and type in the assorted proxy names and see what if anything is returned.

I get no results to any of the cpe/zte/oxygen.ims.vodafone.gr queries I tried, you might need to be using the specific vodafone DNS servers or the vodafone voip connection DNS servers to get valid results.

I would use cpe.ims.vodafone.gr if it exists, (or if in the unlikely event mikrotik.ims.vodafone.gr exists, use that)

Also: Now that the pppoe is working, you can disable the debug logging on it.
/system logging
disable [find where topics="pppoe"]
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Fri Feb 16, 2024 7:14 pm

So yes indeed! It got the right dns servers for the wan and the voip with the commands that you provided! And now I can visit websites as well.

Also I turned off the pppoe logging.

I am just now waiting for the extra IPs and I will move on with the PBX config and let you know of the result! :)

I really hope it goes well, even though I do feel that something on the pbx side will not work in the end and all this effort will just be trash. I mean I learned a lot from this and thank you once more for providing all these commands and effort, but the objective was different. :)

I believe that around Tuesday or Wednesday (at most) I will get the extra IPs.
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Sat Feb 17, 2024 12:15 am

Cool, Good Luck
 
User avatar
qatar2022
Member Candidate
Member Candidate
Posts: 156
Joined: Mon Aug 24, 2020 11:12 am

Re: Help with configuration of a port.

Mon Feb 19, 2024 4:21 pm

So yes indeed! It got the right dns servers for the wan and the voip with the commands that you provided! And now I can visit websites as well.

Also I turned off the pppoe logging.

I am just now waiting for the extra IPs and I will move on with the PBX config and let you know of the result! :)

I really hope it goes well, even though I do feel that something on the pbx side will not work in the end and all this effort will just be trash. I mean I learned a lot from this and thank you once more for providing all these commands and effort, but the objective was different. :)

I believe that around Tuesday or Wednesday (at most) I will get the extra IPs.
would you please shear with me you mikrotik setting coz I have the seam situation and i'm using now SFP Gopn instead ISP gpon terminal and I configure vlan10 for internet on MK and it's work but with vlan30 for voip not yet
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Wed Feb 21, 2024 2:48 pm

@rplant

Τhey have completed the request for the static ips from the contract's department. But not yet from the the technical department. :roll: :-o :-?
J35u5 at point! I could just dig the streets and bring a whole new dark fiber to my place after so many days! :)

They told me that probably tomorrow it will be ready.

@qatar2022

# 1970-01-09 20:23:10 by RouterOS 7.13.3
# software id = 40CZ-05CC
#
# model = RB4011iGS+5HacQ2HnD
# serial number = removed
/interface bridge
add admin-mac=removed auto-mac=no comment=defconf name=bridge
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ac .skip-dfs-channels=\
    10min-cac .width=20/40/80+80mhz configuration.mode=ap .ssid=\
    MikroTik-D2B8F3
/interface vlan
add interface=ether1 name=vlan835 vlan-id=835
add interface=ether1 name=vlan838 vlan-id=838
/interface pppoe-client
add disabled=no interface=vlan838 name=pppoe-voip use-peer-dns=yes user=\
    guest@onenetvoice.gr
add add-default-route=yes disabled=no interface=vlan835 name=pppoe-wan \
    use-peer-dns=yes user=guest@onenetdata.gr
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/iot lora servers
add address=eu.mikrotik.thethings.industries name=TTN-EU protocol=UDP
add address=us.mikrotik.thethings.industries name=TTN-US protocol=UDP
add address=eu1.cloud.thethings.industries name="TTS Cloud (eu1)" protocol=\
    UDP
add address=nam1.cloud.thethings.industries name="TTS Cloud (nam1)" protocol=\
    UDP
add address=au1.cloud.thethings.industries name="TTS Cloud (au1)" protocol=\
    UDP
add address=eu1.cloud.thethings.network name="TTN V3 (eu1)" protocol=UDP
add address=nam1.cloud.thethings.network name="TTN V3 (nam1)" protocol=UDP
add address=au1.cloud.thethings.network name="TTN V3 (au1)" protocol=UDP
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=10m name=defconf
/port
set 0 name=serial0
set 1 name=serial1
/zerotier
set zt1 comment="ZeroTier Central controller - https://my.zerotier.com/" \
    disabled=yes disabled=yes name=zt1 port=9993
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
add bridge=bridge comment=defconf interface=sfp-sfpplus1
add bridge=bridge comment=defconf interface=wifi1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=vlan838 list=WAN
add interface=pppoe-voip list=WAN
add interface=vlan835 list=WAN
add interface=pppoe-wan list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
/ip dhcp-client
add comment=defconf disabled=yes interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
    192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN
/ip firewall mangle
add action=set-priority chain=forward new-priority=5 out-interface=pppoe-voip
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    ipsec-policy=out,none out-interface-list=WAN
/ip route
add dst-address=62.38.86.32/28 gateway=pppoe-voip
add dst-address=62.38.86.48/28 gateway=pppoe-voip
add dst-address=62.38.86.144/28 gateway=pppoe-voip
add dst-address=62.38.87.112/28 gateway=pppoe-voip
/ip service
set telnet disabled=yes
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
    33434-33534 protocol=udp
add action=accept chain=input comment=\
    "defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
    udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
    protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=input comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
add action=accept chain=forward comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment=\
    "defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
    hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
    500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=forward comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
/system logging
add disabled=yes topics=pppoe
/system note
set show-at-login=no
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN

Sorry for the delayed response!
 
jaclaz
Long time Member
Long time Member
Posts: 667
Joined: Tue Oct 03, 2023 4:21 pm

Re: Help with configuration of a port.

Wed Feb 21, 2024 3:26 pm

They told me that probably tomorrow it will be ready.
Did they also state the expected improbability level? :?:

Usually it is around two to the power of twenty-five thousand to one against ... :lol:
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Wed Feb 21, 2024 3:36 pm

Ahahahahaha! :)


They have not stated anything. I think if I ask about this they will hang up the phone and request other providers to have me as a customer. :)

However, in all seriousness, I have already opened a complaint to the ombudsman of telecommunications and postal services (https://www.eett.gr/en/) because from the 1st of October 2023 every ISP is obliged to provide credentials and general setup settings to customers for networking and voip services, if a customers wants to use his/her networking and voip equipment (the rule does not apply for the optical network terminal in case of a fiber connection. They explicitly state that the ONTs are a responsibility of the ISPs themselves and according to the new rule. The ISPs are the only ones that dictate policies, devices and settings about this type of equipment as this can cause "security issues"). I think they even notified the ISPs early enough (at least 3-4 months before) before the deadline to follow the new rule.

There are other people as well who have made complaints either to the ombudsman or the ISP directly.
Last edited by und3rd06012 on Mon Feb 26, 2024 5:08 pm, edited 1 time in total.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Mon Feb 26, 2024 4:45 pm

Hello again everybody!

Sorry for the delayed response!
Good news!!!!!!GREAT NEWS actually!!!!

There is no need for additional static ips. Also there is no need for the router with the pppoe session of voip to run also the pppoe session of data.
So I just tested the mikrotik running only the vlan 838 with pppoe of voip and the ucm registers to sip server of vodafone! Holy sh1t! I could not believe my eyes! I also did a test call and it works! Yeeeeeeeeeeeeeeeees! :)

@rplant:

You were right! I just had to reset the mikrotik before applying the settings for the pppoe connection of voip!
You are the man! Thank you so much for all the help!

I will come back when I will have finalized everything!

P.S.: My complaint in EETT worked also. Today they sent me the password for the voip with sip settings settings and the networking settings needed, which are the exact same files that rplant provided here. So kind of unnecessary now that they send it... :). I had also the VoIP password after the h268q was provisioned with my line settings via tr-069 automatically from my ISP and I created a backup of the config file and with the help of user from adslgr.com (AlexT544) there is a decryption process with an app that is being updated and maintained on a github repo: (https://github.com/rajkosto/zte-config- ... ix-support). So yeah there are ways, to get what you need without them.... As long as there is an rplant and AlexT544 in every forum. :)
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Thu Feb 29, 2024 7:08 am

Well Done :)
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Sun Mar 03, 2024 1:52 pm

So after testing everything: VODAFONE VOIP TRUNK WORKS FLAWLESSLY! YEEEEEEES!


One small problem though:

So like I said before I have some other voip trunks which work with regular internet connection (vlan=835).
So right now, my udm is my router/firewall and makes the regular pppoe connection (vlan=835) and it is connected to a dump switch with the ont and the mikrotik (rb4011 #1) which has the voip pppoe (vlan=838)
I got the 4 static IPs. The provided me with a subnet that looks like this: 195.97.xxx.xx2/30. They told that in order to make it work I have to add to my udm (which I did) and make a pppoe connection from whatever device I want to use the new static IPs. As far as I understand: 195.97.xxx.xx2/30 is the router's (udm) the usable ones are 195.97.xxx.xx3/30 & 195.97.xxx.xx4/30 and the 195.97.xxx.xx5/30 is broadcast IP probably (?). I may be wrong though. They provided me with new pppoe credentials for these 4 static IPs. For the sake of simplicity let's assume that they are guest@onenetdata.gr with password: 1234.

My config looks as follows:
# 2024-03-03 11:14:20 by RouterOS 7.14
# software id = SVGI-A8GB
#
# model = removed
# serial number = removed
/interface bridge
add admin-mac=removed auto-mac=no comment=defconf name=bridge \
    port-cost-mode=short
/interface vlan
add interface=ether1 name=VODAFONE_INTERNET_VLAN vlan-id=835
add interface=ether1 name=VODAFONE_VOIP_VLAN vlan-id=838
/interface pppoe-client
add add-default-route=yes default-route-distance=5 disabled=no interface=\
    VODAFONE_INTERNET_VLAN name=VODAFONE_INTERNET_PPPOE use-peer-dns=yes \
    user=guest@onenetdata.gr
add disabled=no interface=VODAFONE_VOIP_VLAN name=VODAFONE_VOIP_PPPOE \
    use-peer-dns=yes user=guest@onenetvoice.gr
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=10m name=defconf
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge comment=defconf ingress-filtering=no interface=ether2 \
    internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether3 \
    internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether4 \
    internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=ether5 \
    internal-path-cost=10 path-cost=10
add bridge=bridge comment=defconf ingress-filtering=no interface=sfp1 \
    internal-path-cost=10 path-cost=10
/ip firewall connection tracking
set udp-timeout=10s
/ip neighbor discovery-settings
set discover-interface-list=LAN
/ipv6 settings
set max-neighbor-entries=8192
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=VODAFONE_VOIP_VLAN list=WAN
add interface=VODAFONE_VOIP_PPPOE list=WAN
add interface=VODAFONE_INTERNET_VLAN list=WAN
add interface=VODAFONE_INTERNET_PPPOE list=WAN
/interface ovpn-server server
set auth=sha1,md5
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
    192.168.88.0
add address=195.97.xxx.xx3/30 interface=VODAFONE_INTERNET_PPPOE network=\
    195.97.xxx.xx2
/ip dhcp-client
add comment=defconf disabled=yes interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=\
    192.168.88.1
/ip dns
set allow-remote-requests=yes servers=removed
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN
/ip firewall mangle
add action=set-priority chain=forward new-priority=5 out-interface=\
    VODAFONE_VOIP_PPPOE
add action=set-priority chain=forward new-priority=5 out-interface=\
    VODAFONE_VOIP_PPPOE
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" \
    ipsec-policy=out,none out-interface-list=WAN
/ip route
add disabled=no dst-address=62.38.86.32/28 gateway=VODAFONE_VOIP_PPPOE
add disabled=no dst-address=62.38.86.48/28 gateway=VODAFONE_VOIP_PPPOE
add disabled=no dst-address=62.38.86.144/28 gateway=VODAFONE_VOIP_PPPOE
add disabled=no dst-address=62.38.86.112/28 gateway=VODAFONE_VOIP_PPPOE
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=195.97.xxx.xx2 \
    pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
    target-scope=10
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=\
    33434-33534 protocol=udp
add action=accept chain=input comment=\
    "defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=\
    udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 \
    protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=input comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
add action=accept chain=forward comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment=\
    "defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" \
    hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=\
    icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=\
    500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=\
    ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=\
    ipsec-esp
add action=accept chain=forward comment=\
    "defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment=\
    "defconf: drop everything else not coming from LAN" in-interface-list=\
    !LAN
/routing bfd configuration
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
/system logging
add topics=pppoe
/system note
set show-at-login=no
/system ntp client
set mode=broadcast
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
So my question is: how to be able to exit from the mikrotik with both pppoe voip and pppoe regular traffic? The regular traffic should get IPs from the new static IPs. (195.97.xxx.xxx/30)
Another question is if possible how to be able to visit the mikrotik from a device from the local subnet of the udm which is on 192.168.88.0/24. Does it need nat rules?

The reason I am asking this, is that way I could have regular traffic for the voip trunks that require the regular internet connection and the vlan=838 for the vodafone voip trunk. So all of trunks can register normal the responding sip servers.

Sorry for putting you into so much trouble!

If anyone could help, I would really appreciate it.

P.S.: Here is a screenshot from the udm of how I have configured the extra static IPs
udm_pppoe_screenshot.png
P.S.2: I tried to follow this tutorial to configure the mikrotik with the new static IPs: https://www.youtube.com/watch?v=TPQ0Mv69M_w
You do not have the required permissions to view the files attached to this post.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Mon Mar 04, 2024 12:23 am

----UPDATE-----

I spoke with vodafone and they clarified what they do exactly with these 4 static IPs.

In my Internet plan there is one static IP which is the one I first got and it is like this 62.xxx.xxx.xxx.
Behind this IP there is a subnet with 4 other static IPs which are like this 195.97.xxx.xxx/30.

The new pppoe credentials that they provided are for getting the 62.xxx.xxx.xxx and at the same time they provide the ability to be able to setup this 195.97.xxx.xx2/30 subnet.
As far as I understand, like mentioned before, the address, 195.97.xxx.xx5/30 is a broadcast address and it is not usable for a host.
Also 195.97.xxx.xx2/30 is the router's address. Not usable as well.
In the end I am left with 195.97.xxx.xx3/30 & 195.97.xxx.xx4/30 as usable.

If the udm makes the data pppoe connection and the mikrotik the voip pppoe connection and both are connected on a "dumb switch" with the ONT, does it mean that I will be able to have regular data traffic on the mikrotik just by configuring this 195.xxx.xxx.xx2/30 subnet? As far as I understand to receive these IPs no other (data) pppoe connection is required. Just one and this one is on the udm-pro.

I managed to have data on a laptop connected to the mikrotik and it received the 195.97.xxx.xx3, but on the pbx side I am unable to have a regular data connection in order to make the other trunks works. (not the vodafone one)

The UCM is configured on the Network settings as "Dual" mode, which means that the 2 ethernet ports can be configured however the user wants.

So far LAN1 is configured as STATIC on the 192.168.88.0/24 subnet and connected to the udm so that way I am able to access the web ui and setup everything for extensions, trunks, queues, etc... Also, this is the way the extensions (2 VOIP Phones) are communicating with the UCM.

LAN2 is connected to the mikrotik and basically is also configured as default interface. It is on DHCP mode.

If I change the default interface from LAN2 to LAN1 the other trunks work, but the vodafone one does not.

All three options for each of these 2 LAN ports are DHCP, STATIC or PPPoE.
The other two network modes are "Switch" or "Router".
"Dual" == "Switch" and/or "Router" for each of the two ports. Each port can be configured separately from the other. So LAN1 maybe STATIC and LAN2 PPPoE. Or some other combination....

This is what I got so far. If you guys already knew about this, sorry for wasting your time.
I am just trying to provide some insight.

P.S.: Also UCM supports Static Routes.
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Mon Mar 04, 2024 1:01 pm

Hi,

I am not sure if what I am about to describe aligns with what you want to do, but.

Outline:
Slave the RB4011 to the UDM Pro for internet access, but keeps voip wan.
Phones are setup to use the RB4011 for their default gateway and DNS
Everything else continues to use the UDM Pro for their default gateway and DNS

(In the following I am assuming the UDM Pro's IP Address is 192.168.88.1, adjust as required)

Make a backup of your current configs :)

Change the IP address of the RB4011 #1 back to 192.168.88.12/24 (like it used to be)
And turn off the DHCP server on RB4011 #1
(The phones using the RB4011 as their gateway cannot now connect to their Sip Server, because the
UDM Pro on 192.168.88.1 is their new gateway)

Then on the RB4011 set a static route of 0.0.0.0/0 via 192.168.88.1 (The UDM Pro)
Then connect the RB4011 Lan side back onto the UDM Pro (eg. perhaps the SFP1, or ether2 is connected to a Lan port on the UDM Pro)

Now from the RB4011 you should be able to ping google or 8.8.8.8 (via the UDM Pro) and also the IP addresses of the Sip Servers
(Via the pppoe voip connection)

In the ip firewall filter rules there will be a rule (near the end)
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid

Change this too:

add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid in-interface=!bridge
Next Setup the Phones that need to use the RB4011 as their gateway using one of the following options:
  1. Statically assign IP addresses, gateways and DNS to the Phones that need to use the RB4011 as their gateways
  2. Setup the DHCP server on the UDM Pro to configure the Phones with an alternate configuration giving them an IP address, but with the RB4011 as their gateway (and DNS) presumably based on mac address.
  3. Setup the DHCP server on the RB4011 to hand out all IP addresses, with UDM PRO as default gateway and DNS, but custom static setup for the phones. (Once again with the RB4011 as their gateway and DNS) (UDM Pro's DHCP server is disabled)
With luck the phones should now work, as well as everything else.

I hope this makes sense.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Mon Mar 04, 2024 10:08 pm

Hi rplant!

Thank you once again for your very valuable input!

So to make things very easy for you (so far I have become very demanding to you. I am really sorry for this...), I have uploaded a pdf explaining exactly the situation. I think it will be a lot faster to show you rather than writing here:

If you do not want to waste much time , please see only the first 4 pages.
https://drive.google.com/file/d/1d6Az1Z ... sp=sharing

To sum up for you the first 4 pages, I am explaining the setup and what problems I face to make the other 3 trunks to register since the require regular internet connection.
The other pages (5-8) are just extra plans on how the network could be configured, but they are not optimal, as they may require in my opinion more work and extra configuration.

Basically, what I am trying to explain on pages 1 through 4 is the this:

-RB4011 #1 should be able to make the weird voice PPPoE connection that Vodafone requires with vlan 838 to make their trunk register (You have achieved this so far perfectly)
-RB4011 #1 should have regular data traffic vlan 835, but not with a PPPoE connection since the regular data connection lives in the UDM-Pro and Vodafone does not allow extra PPPoE connections for data. The data connection is required because there are 3 other trunks which can not register to their servers, as the RB4011 #1 does not get regular traffic in any way. So one way will be if the RB4011 #1 remains on UDM-Pro with IP 192.168.88.12, as a client, and gets the regular data traffic from the UDM-Pro. The DHCP Server remains the UDM-Pro.
-PBX (UCM6302), Phone #1 and Phone #2 also remain on 192.168.88.0/24 with local static IPs (already configured on all three of the devices (PBX + Phone #1 +Phone #2)) like they used to be, so they are accessible for config from their WebUIs from the local lan 192.168.88.0/24.

To help you out a little bit:

On the RB4011 #1 I am applying this to configure it as switch that gets the 192.168.88.12/24:
/interface bridge
add name=bridge
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether5
add bridge=bridge interface=ether6
add bridge=bridge interface=ether7
add bridge=bridge interface=ether8
add bridge=bridge interface=ether9
add bridge=bridge interface=ether10
add bridge=bridge interface=sfppplus1
# etc.
#
#  For static IP address:
/ip address 
add address=192.168.88.12/24 interface=bridge network=192.168.88.0
# for internet access - ROS updates etc.
/ip route
add gateway=192.168.88.1
/ip dns
set servers=192.168.88.1 # or some other DNS server
#
# To run DHCP client, set thus instead:
/ip dhcp-client
add interface=bridge
Then I am trying to apply your config for the voice pppoe connection of vodafone:
/ip dhcp-client
disable ether4

/interface vlan
add interface=ether4 name=vlan838 vlan-id=838

/interface pppoe-client
add disabled=no interface=vlan838 name=pppoe-voip password=guest user=guest@onenetvoice.gr
Here is when I am facing an issue:
/interface list member
add interface=vlan838 list=WAN
add interface=pppoe-voip list=WAN
And you explained here, that this happens because I have no WAN connection. So at this point, you suggested to reset the config and configure the mikrotik some other way as it is safer also.
Which I did.

So, I am proposing on the pdf something in case, this is a good proposal and possible to happen as my network topology is physical weird due to the cables and where the other nodes are located in the building.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Mon Mar 04, 2024 11:57 pm

--LATEST UPDATE--

This is what I tried also:

Reset RB4011 #1 to Keep Users and No Default Config.
/interface bridge
add name=bridge
/interface bridge port
add bridge=bridge interface=ether1
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=ether6
add bridge=bridge interface=ether7
add bridge=bridge interface=ether8
add bridge=bridge interface=ether9
add bridge=bridge interface=ether10
add bridge=bridge interface=sfppplus1
#  For static IP address:
/ip address 
add address=192.168.88.12/24 interface=bridge network=192.168.88.0
# for internet access from the udm-pro
/ip route
add gateway=192.168.88.1
/ip dns
set servers=192.168.88.1
#
# To run DHCP client, set thus instead:
/ip dhcp-client
add interface=bridge

/interface vlan
add interface=bridge name=vlan838 vlan-id=838

/interface pppoe-client
add disabled=no interface=vlan838 name=pppoe-voip password=guest user=guest@onenetvoice.gr

#Add static routes

/ip route
add dst-address=62.38.86.32/28 gateway=pppoe-voip
add dst-address=62.38.86.48/28 gateway=pppoe-voip
add dst-address=62.38.86.144/28 gateway=pppoe-voip
add dst-address=62.38.87.112/28 gateway=pppoe-voip

#Setup Vodafone PPPoE VOIP DNS
/interface pppoe-client
set pppoe-voip use-peer-dns=yes

#setup vlan priority bits
/ip firewall mangle
add action=set-priority chain=forward new-priority=5 out-interface=pppoe-voip

Also I did this:
On ip > firewall > filter I added this rule (no rule existed on filter before. This list of rules was empty):
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid in-interface=!bridge
The PBX is configured the simplest way, as switch with static IP 192.168.88.141, 255.255.255.0. Gateway: 192.168.88.12, DNS: 192.168.88.12 (or even if I use the Vodafone VOIP DNS servers does not matter).

Result: No trunks register. Nor the Vodafone neither the other three that require regular data. :)

BUT I AM ABLE TO PING 8.8.8.8 FROM THE RB4011 #1

P.S.1: This is the latest config that I kept running on the RB4011 #1 which does not work like I said for the purpose that we want. :)
P.S.2: I know guys, I am stupid and ignorant and I am already testing your patience with my problem! I sincerely apologize for that! But I am just trying to configure it myself with what you provided so far and my stupid @55 can not make it work... :)
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Wed Mar 06, 2024 12:27 am

Hi,

I think you possibly need to revert to the previous separated configuration for the 4011 that connected and worked with the phones.
It has the firewall rules you need and want when having an external facing Wan interface (which is what the voip pppoe interface is)

From there, you just need to rejig the Lan side of the router(s) a bit to use the UDM Pro for normal traffic, and the 4011 for
vodafone voip traffic.

On the other hand, if you can implement option 1 below, you can have a very simple config on the 4011.


There are at least a few Options.

1. Best Option
Have another attempt to add vlan 838 and voip pppoe, priority and get working on the UDM, (with no default route, but with NAT)
Back up the current UDM Config first.
Set static routes for 62.38.xx.xx on the UDM to go via the voip pppoe.
(The new 838/voip pppoe config should look very similar to the existing 835/wan pppoe config)
(No need for much config at all really on the 4011 in this case)

2. The option I described in my previous post, where the 4011 is connected into the main lan, and phones use it
as their default gateway, and the 4011 routes this traffic to either the UDM or its voip pppoe Link.
(I may have forgotten to turn off the 835 vlan and wan pppoe on the 4011 :( )

3. An option mentioned by you, having a static route on the UDM Pro for traffic going to the voip pppoe.

I have attached a diagram with options 2 and 3.
voip3.jpg
I will describe something for option 3. (Sorry I can't help you with config on the UDM)

I am going to use 192.168.87.0/24 as the static route path, could just as well be 192.168.87.0/30.

UDM:
On the UDM, Remove one of the ethernet ports from the bridge
Give it an IP Address 192.168.87.1/24
Make it a Lan/trusted interface (No Nat, Minimal firewall)
Probably set up the UDM to use 192.168.87.2 (4011 #1) as one of its DNS servers.
On the UDM make a static route to the 62.38.xx.xx IP ranges via 192.168.87.2 (4011 #1)

4011:
Change the IP address on the 4011 bridge to be 192.168.87.2/24
Turn off the DHCP server on the 4011 bridge.
Turn off the WAN pppoe Client on 835, disable vlan 835 on the 4011.
Set a default route on the 4011 to be via 192.168.87.1 (The UDM)
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.87.1 routing-table=main suppress-hw-offload=no
The 4011 should still have the routes to 62.38.xx.xx via the voip pppoe connection on vlan 838.
Plug one of the 4011 bridge ports into the port configured above on the UDM.

Now traffic from the Main Lan 192.168.88.0/24 to 62.38.xx.xx should hit the UDM,
which should forward it via 192.168.87.2 (the 4011), which then routes it via its
pppoe interface.
You do not have the required permissions to view the files attached to this post.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Thu Mar 07, 2024 8:56 pm

rplant once more thank you so much!!! :)

I have contacted Ubiquiti Support explaining the situation in case they could provide help with Option #1.
Let's see what they offer....
If it is not possible, I will try to implement options #2 or #3.

I really hope this gets resolved via the Ubiquiti Support, because like you said and I 100% agree with you, it is the easiest way to implement this via the UDM-Pro.
 
User avatar
und3rd06012
newbie
Topic Author
Posts: 28
Joined: Wed Dec 19, 2018 10:00 am

Re: Help with configuration of a port.

Mon Apr 01, 2024 10:18 pm

UPDATE!

I have managed to make it work through the UDM-Pro. Both connections (regular data and voip) are working directly from the UDM-Pro

Once more thank you rplant and everyone for your very valuable help!
 
rplant
Member
Member
Posts: 314
Joined: Fri Sep 29, 2017 11:42 am

Re: Help with configuration of a port.

Wed Apr 03, 2024 6:28 am

Cool, well done, with much patience...

Who is online

Users browsing this forum: No registered users and 13 guests