* [Cerowrt-devel] Add a vlan on ge00?
@ 2014-12-06 15:23 Rich Brown
2014-12-11 19:21 ` Sebastian Moeller
0 siblings, 1 reply; 3+ messages in thread
From: Rich Brown @ 2014-12-06 15:23 UTC (permalink / raw)
To: cerowrt-devel
[-- Attachment #1.1: Type: text/plain, Size: 1912 bytes --]
I'm using a Comtrend AR-5831u DSL modem for my internet access. I've set it up as a bridge, so I have CeroWrt 3.10.50-1 configured to supply the PPP user/password. Everything's working fine. Almost.
The problem I'm seeing is that my DSL line is dropping on a regular basis. (several times per day, for ~60 seconds or so). I'm quite sure that this is a problem with my provider (Fairpoint), because both the CeroWrt and the DSL modem uptimes are over three weeks (as of our last power failure) while the "DSL uptime" is 1h 37m
I note that the DSL modem has an admin page that shows a number of stats, including ES, SES, and UAS (which I believe are stats for "errored seconds", "severely errored seconds", and "unavailable seconds") The two columns are labeled "Downstream" and "Upstream". These get bigger after the outages.
I can see these stats if I plug my laptop's ethernet directly into the DSL modem and connect to its address (I've set it to 192.168.253.1) I would like to be able to peek at these stats whenever I see an outage, or perhaps create an InterMapper probe that retrieves the current values on a regular basis. But I only have a single Ethernet between the DSL modem and CeroWrt.
My questions:
It occurs to me that it might be possible to create a VLAN that directs traffic to 192.168.253.0/24 out the ge00 interface so that I could see the DSL modem without making a direct connection/getting out of my chair :-) My networking configuration skills are pretty weak, so I'm asking the list for help:
- Is it possible to use a VLAN like this?
- Is it advisable to use a VLAN like this (the DSL modem is outside the firewall...)?
- What configuration file(s) need to be changed? (I'm using a fairly simple configuration - see the config-cerowrt.sh script at https://github.com/richb-hanover/CeroWrtScripts#config-cerowrtsh for my base setup.)
Many thanks!
Rich
[-- Attachment #1.2.1: Type: text/html, Size: 2623 bytes --]
[-- Attachment #1.2.2: PastedGraphic-5.tiff --]
[-- Type: image/tiff, Size: 10654 bytes --]
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 496 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Cerowrt-devel] Add a vlan on ge00?
2014-12-06 15:23 [Cerowrt-devel] Add a vlan on ge00? Rich Brown
@ 2014-12-11 19:21 ` Sebastian Moeller
2014-12-12 19:20 ` Rich Brown
0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Moeller @ 2014-12-11 19:21 UTC (permalink / raw)
To: Rich Brown; +Cc: cerowrt-devel
[-- Attachment #1: Type: text/plain, Size: 3205 bytes --]
Hi Rich,
so I recently tried that as well (while testing pppoe via ADSL2+, since then I changed to VDSL2.vectoring where I have not yet tried to set up a pppoe client on cerowrt); and also did not succeed.
I just found a recent discussion on the openwrt forum:
https://forum.openwrt.org/viewtopic.php?pid=257288#p257288
which might help a bit further, also I learned from a different forum post that in the BCP38 tab of the firewall you need to allow the modems address(range) as otherwise BCP38 will disallow connections to the modem.
I tried to name the interface for the modem se-modem or so, hoping that this would fall under the ipset’s Dave uses for the firewall and automatically allow traffic from the non-guest networks (but since I did not get it to work that theory might be bogus as well).
Oh, if you manage to set this up I would love to get your recepie so the next time I play with PPPoE I will still have access to the modem… ;)
Best Regards
Sebastian
On Dec 6, 2014, at 16:23 , Rich Brown <richb.hanover@gmail.com> wrote:
> I'm using a Comtrend AR-5831u DSL modem for my internet access. I've set it up as a bridge, so I have CeroWrt 3.10.50-1 configured to supply the PPP user/password. Everything's working fine. Almost.
>
> The problem I'm seeing is that my DSL line is dropping on a regular basis. (several times per day, for ~60 seconds or so). I'm quite sure that this is a problem with my provider (Fairpoint), because both the CeroWrt and the DSL modem uptimes are over three weeks (as of our last power failure) while the "DSL uptime" is 1h 37m
>
> I note that the DSL modem has an admin page that shows a number of stats, including ES, SES, and UAS (which I believe are stats for "errored seconds", "severely errored seconds", and "unavailable seconds") The two columns are labeled "Downstream" and "Upstream". These get bigger after the outages.
>
>
>
> I can see these stats if I plug my laptop's ethernet directly into the DSL modem and connect to its address (I've set it to 192.168.253.1) I would like to be able to peek at these stats whenever I see an outage, or perhaps create an InterMapper probe that retrieves the current values on a regular basis. But I only have a single Ethernet between the DSL modem and CeroWrt.
>
> My questions:
>
> It occurs to me that it might be possible to create a VLAN that directs traffic to 192.168.253.0/24 out the ge00 interface so that I could see the DSL modem without making a direct connection/getting out of my chair :-) My networking configuration skills are pretty weak, so I'm asking the list for help:
>
> - Is it possible to use a VLAN like this?
>
> - Is it advisable to use a VLAN like this (the DSL modem is outside the firewall...)?
>
> - What configuration file(s) need to be changed? (I'm using a fairly simple configuration - see the config-cerowrt.sh script at https://github.com/richb-hanover/CeroWrtScripts#config-cerowrtsh for my base setup.)
>
> Many thanks!
>
> Rich
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel
[-- Attachment #2.1: Type: text/html, Size: 4103 bytes --]
[-- Attachment #2.2: PastedGraphic-5.tiff --]
[-- Type: image/tiff, Size: 10654 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Cerowrt-devel] Add a vlan on ge00?
2014-12-11 19:21 ` Sebastian Moeller
@ 2014-12-12 19:20 ` Rich Brown
0 siblings, 0 replies; 3+ messages in thread
From: Rich Brown @ 2014-12-12 19:20 UTC (permalink / raw)
To: Sebastian Moeller; +Cc: cerowrt-devel
[-- Attachment #1.1: Type: text/plain, Size: 3695 bytes --]
Hi Sebastian,
Thanks for the note. I have not actually attempted this: I was a) not sure it was possible, and b) don't know enough about how all this configuration works even to get started.
I'll look at that forum posting and play with it, perhaps after the holidays when things slow down.
Best regards,
Rich
On Dec 11, 2014, at 2:21 PM, Sebastian Moeller <moeller0@gmx.de> wrote:
> Hi Rich,
>
> so I recently tried that as well (while testing pppoe via ADSL2+, since then I changed to VDSL2.vectoring where I have not yet tried to set up a pppoe client on cerowrt); and also did not succeed.
>
> I just found a recent discussion on the openwrt forum:
> https://forum.openwrt.org/viewtopic.php?pid=257288#p257288
>
> which might help a bit further, also I learned from a different forum post that in the BCP38 tab of the firewall you need to allow the modems address(range) as otherwise BCP38 will disallow connections to the modem.
> I tried to name the interface for the modem se-modem or so, hoping that this would fall under the ipset’s Dave uses for the firewall and automatically allow traffic from the non-guest networks (but since I did not get it to work that theory might be bogus as well).
>
> Oh, if you manage to set this up I would love to get your recepie so the next time I play with PPPoE I will still have access to the modem… ;)
>
> Best Regards
> Sebastian
>
>
> On Dec 6, 2014, at 16:23 , Rich Brown <richb.hanover@gmail.com> wrote:
>
>> I'm using a Comtrend AR-5831u DSL modem for my internet access. I've set it up as a bridge, so I have CeroWrt 3.10.50-1 configured to supply the PPP user/password. Everything's working fine. Almost.
>>
>> The problem I'm seeing is that my DSL line is dropping on a regular basis. (several times per day, for ~60 seconds or so). I'm quite sure that this is a problem with my provider (Fairpoint), because both the CeroWrt and the DSL modem uptimes are over three weeks (as of our last power failure) while the "DSL uptime" is 1h 37m
>>
>> I note that the DSL modem has an admin page that shows a number of stats, including ES, SES, and UAS (which I believe are stats for "errored seconds", "severely errored seconds", and "unavailable seconds") The two columns are labeled "Downstream" and "Upstream". These get bigger after the outages.
>>
>> <PastedGraphic-5.tiff>
>>
>> I can see these stats if I plug my laptop's ethernet directly into the DSL modem and connect to its address (I've set it to 192.168.253.1) I would like to be able to peek at these stats whenever I see an outage, or perhaps create an InterMapper probe that retrieves the current values on a regular basis. But I only have a single Ethernet between the DSL modem and CeroWrt.
>>
>> My questions:
>>
>> It occurs to me that it might be possible to create a VLAN that directs traffic to 192.168.253.0/24 out the ge00 interface so that I could see the DSL modem without making a direct connection/getting out of my chair :-) My networking configuration skills are pretty weak, so I'm asking the list for help:
>>
>> - Is it possible to use a VLAN like this?
>>
>> - Is it advisable to use a VLAN like this (the DSL modem is outside the firewall...)?
>>
>> - What configuration file(s) need to be changed? (I'm using a fairly simple configuration - see the config-cerowrt.sh script at https://github.com/richb-hanover/CeroWrtScripts#config-cerowrtsh for my base setup.)
>>
>> Many thanks!
>>
>> Rich
>> _______________________________________________
>> Cerowrt-devel mailing list
>> Cerowrt-devel@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cerowrt-devel
>
[-- Attachment #1.2: Type: text/html, Size: 4856 bytes --]
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 496 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-12 19:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-06 15:23 [Cerowrt-devel] Add a vlan on ge00? Rich Brown
2014-12-11 19:21 ` Sebastian Moeller
2014-12-12 19:20 ` Rich Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox