BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
-
- Posts: 218
- Joined: Sun Aug 14, 2011 4:53 pm
- Location: Benfleet, Essex
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
I notice that under MER it keeps renewing the lease , looks like the lease time is 3600. Is that usual or correct?
-
- Posts: 3
- Joined: Sat Apr 14, 2012 5:49 pm
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
How do you know this? Also did you need change any extra settings?kmr1962 wrote:Just for information
I am on BE, which also uses "MPoA (RFC1483/RFC2684, Multiprotocol Encapsulation over AAL5)" which has always worked OK.
As that protocol has been modifiedupdated for SKY I thought I would see if it still works on BE, And it still works fine with this firmware.
-
- Posts: 6
- Joined: Thu Apr 12, 2012 12:46 pm
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
Great effort works fantastically for me with one exception
If I spoof the MAC address to simulate my Sky Routers MAC then the 7800N synchs with the exchange ok but fails to get a connection, it sits at the DCHP client identifier step.
Minor point but thought I'd point it out before the firmware goes production
If I spoof the MAC address to simulate my Sky Routers MAC then the 7800N synchs with the exchange ok but fails to get a connection, it sits at the DCHP client identifier step.
Minor point but thought I'd point it out before the firmware goes production
-
- Posts: 5398
- Joined: Tue Jul 19, 2011 4:30 pm
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
Sky MER authentication don't use Option 60, so mac spoofing is not needed.nivek1612 wrote:Great effort works fantastically for me with one exception
If I spoof the MAC address to simulate my Sky Routers MAC then the 7800N synchs with the exchange ok but fails to get a connection, it sits at the DCHP client identifier step.
Minor point but thought I'd point it out before the firmware goes production
-
- Posts: 2
- Joined: Mon Apr 16, 2012 7:26 pm
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
when i use this firmware I get an IP and a sync with the exchange which is great.
But I can't access any website.
I get request timed out. I get the IP of the site I'm pinging but nothing more
So on a whim I checked the clientid of the connection the password part is wrong. Where in my password a + is present this is replaced with a space. I assume that means the client id is not being sent to the sky network correctly.
Can this please be investigated.
Cheers,
David
But I can't access any website.
I get request timed out. I get the IP of the site I'm pinging but nothing more
So on a whim I checked the clientid of the connection the password part is wrong. Where in my password a + is present this is replaced with a space. I assume that means the client id is not being sent to the sky network correctly.
Can this please be investigated.
Cheers,
David
-
- Posts: 29
- Joined: Fri Aug 12, 2011 8:58 am
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
Can I just confirm that apart from MER support, is this firmware identical to 1.06f.dc1?
-
- Posts: 218
- Joined: Sun Aug 14, 2011 4:53 pm
- Location: Benfleet, Essex
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
I replaced a character in my client id with a "+" and it remained a "+".AzraelOmega wrote: So on a whim I checked the clientid of the connection the password part is wrong. Where in my password a + is present this is replaced with a space. I assume that means the client id is not being sent to the sky network correctly.
Edit: Apologies, you are quite correct about this. I failed to hit "edit" before.
-
- Posts: 2
- Joined: Mon Apr 16, 2012 7:26 pm
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
very odd. my + disappears from the password part ie after the |
Not sure how to move forward with this.
Not sure how to move forward with this.
-
- Posts: 26
- Joined: Mon Aug 15, 2011 5:20 pm
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
If you are asking how I know BE uses "MPoA (RFC1483/RFC2684, Multiprotocol Encapsulation over AAL5)"MagicMan wrote:How do you know this? Also did you need change any extra settings?kmr1962 wrote:Just for information
I am on BE, which also uses "MPoA (RFC1483/RFC2684, Multiprotocol Encapsulation over AAL5)" which has always worked OK.
As that protocol has been modified updated for SKY I thought I would see if it still works on BE, And it still works fine with this firmware.
Thats what I have always set the connection to and that is what is documented on the BE usergroup web site.
If you are asking how I know it works OK, I know it works because I flashed the firmware on my router and tried it.
There was no noticable degredation in performance and the router connects to BE OK.
There where no extra settings (clientid was kept blank) that I had to make from any of the earlier firmwares that I have used.
To be honest I would have been supprised if it didn't work but you never know, I just wanted to make sure (and confirm it for anyone wondering) before a final non-beta release was made.
-
- Posts: 26
- Joined: Mon Aug 15, 2011 5:20 pm
Re: BiPAC 7800N beta firmware for SKY (1483MER) NOW WORKING!
try entering %2B insted of the +AzraelOmega wrote:when i use this firmware I get an IP and a sync with the exchange which is great.
But I can't access any website.
I get request timed out. I get the IP of the site I'm pinging but nothing more
So on a whim I checked the clientid of the connection the password part is wrong. Where in my password a + is present this is replaced with a space. I assume that means the client id is not being sent to the sky network correctly.
Can this please be investigated.
Cheers,
David
I believe its because the URL encoding replaces a space with + and so assumes any + is a space
%2B is the Hex code for +.
Example, for Pass+Word use Pass%2BWord