Networking Forums

Networking Forums > Computer Networking > Broadband > Netgear DG834G won't do https

Reply
Thread Tools Display Modes

Netgear DG834G won't do https

 
 
Nigel Orr
Guest
Posts: n/a

 
      01-19-2005, 11:32 AM
I've recently had broadband installed. I'm using a Netgear DG834G router,
with one ethernet connection active to test it, to a PC running RH9.

It does http just fine, but won't do https. I've tried various sites
(my bank, dabs.co.uk, grc.com), no joy. I've tried various browsers
(listed below), no joy...

I borrowed a Solwise router from work (not recommended for Linux, BTW,
couldn't talk to it using Opera, Firefox, or an old Netscape, just one
verion of Mozilla), and once set up it worked fine for http and https

Netgear support ran through the firewall settings, tried adding a specific
rule to pass ports 443-447, and every option of MTU from the supplied
1458 down to 900 in steps (1458,1400,1358 etc), no joy.

They then escalated my problem to the UK support people, who have said
"Set the MTU to 1400, that will fix it"...

I've got the original configuration, with two extra firewall rules, same
as the defaults in each direction, but set to log as well, and changed
the local IP range to 192.168.35.x from 192.168.0.x

If I request an https page, a packet goes out, nothing else appears in
the log, and the browser eventually times out.

Does anyone have any ideas on how to investigate or fix it?

Nigel
 
Reply With Quote
 
 
 
 
Brian McIlwrath
Guest
Posts: n/a

 
      01-19-2005, 11:54 AM
In uk.telecom.broadband Nigel Orr <nigel@axoninstruments_dot_co.uk> wrote:
: I've recently had broadband installed. I'm using a Netgear DG834G router,
: with one ethernet connection active to test it, to a PC running RH9.

: It does http just fine, but won't do https. I've tried various sites
: (my bank, dabs.co.uk, grc.com), no joy. I've tried various browsers
: (listed below), no joy...

I wish people would not make definitive statements like this! OF COURSE it
CAN do https!!! There would have been an huge outcry long before now
if it could not!
 
Reply With Quote
 
Greg Hennessy
Guest
Posts: n/a

 
      01-19-2005, 12:49 PM
On 19 Jan 2005 12:32:40 GMT, Nigel Orr <nigel@axoninstruments_dot_co.uk>
wrote:


>If I request an https page, a packet goes out, nothing else appears in
>the log, and the browser eventually times out.
>
>Does anyone have any ideas on how to investigate or fix it?
>


Do a tcpdump on the interface and see if the 3 way handshake is being
completed.

use curl -I https://some.ssl.url/


to generate the traffic.



greg

--
Yeah - straight from the top of my dome
As I rock, rock, rock, rock, rock the microphone
 
Reply With Quote
 
jon
Guest
Posts: n/a

 
      01-19-2005, 12:56 PM
>
> I've got the original configuration, with two extra firewall rules, same
> as the defaults in each direction, but set to log as well, and changed
> the local IP range to 192.168.35.x from 192.168.0.x
>



Suggest that you remove the additional "logging" rules that you
have added to the firewall config.

Adding an "allow all with logging added" rule
causes the same effect on my non G version of this router.

I struggled with this a while ago




 
Reply With Quote
 
Rich Daley
Guest
Posts: n/a

 
      01-19-2005, 01:16 PM
Nigel Orr <nigel@axoninstruments_dot_co.uk> writes:

> I borrowed a Solwise router from work (not recommended for Linux, BTW,
> couldn't talk to it using Opera, Firefox, or an old Netscape, just one
> verion of Mozilla), and once set up it worked fine for http and https


Off topic, I know, but what does your router have to do with which
browser you use? All browsers send and receive the same rubbish down the
line at the end of the day. For that matter, I can't see what the router
has to do with the difference between http and https either... by the
time this information reaches the router it's all just TCP anyway. I
suppose if you had a firewall blocking OUTgoing connections on a
specific port you might have a problem, but imho firewalling traffic
going in that direction is a bit overkill for a home setup. I'm afraid
I'm not an expert in networky stuff so I can't really help you.

~ Rich

--
___
{o,o} ~ Rich <http://owl.me.uk/>
/) ) (E-Mail Removed)
-"-"- Jabber: (E-Mail Removed)
 
Reply With Quote
 
David
Guest
Posts: n/a

 
      01-19-2005, 02:46 PM

"Nigel Orr" <nigel@axoninstruments_dot_co.uk> wrote in message
news:41ee5368$0$69449$(E-Mail Removed)...
> I've recently had broadband installed. I'm using a Netgear DG834G router,
> with one ethernet connection active to test it, to a PC running RH9.
>
> It does http just fine, but won't do https. I've tried various sites
> (my bank, dabs.co.uk, grc.com), no joy. I've tried various browsers
> (listed below), no joy...
>
> I borrowed a Solwise router from work (not recommended for Linux, BTW,
> couldn't talk to it using Opera, Firefox, or an old Netscape, just one
> verion of Mozilla), and once set up it worked fine for http and https
>
> Netgear support ran through the firewall settings, tried adding a specific
> rule to pass ports 443-447, and every option of MTU from the supplied
> 1458 down to 900 in steps (1458,1400,1358 etc), no joy.
>
> They then escalated my problem to the UK support people, who have said
> "Set the MTU to 1400, that will fix it"...
>
> I've got the original configuration, with two extra firewall rules, same
> as the defaults in each direction, but set to log as well, and changed
> the local IP range to 192.168.35.x from 192.168.0.x
>
> If I request an https page, a packet goes out, nothing else appears in
> the log, and the browser eventually times out.
>
> Does anyone have any ideas on how to investigate or fix it?
>
> Nigel


If you running firmware > 1.03 then I think you might need to remove the
logging version of the default rules. I added a "copy" of the default rules
(except with logging enabled) on my DG834G's when I first had them (at v1.03
firmware) and they worked fine. However, for whatever reason when upgraded
to higher firmware versions this causes unexpected problems (I know not
why).

I'm currently running v1.05 firmware and it works fine, unless I add the
"copy" default rules with logging enabled when odd things stop working.

David


 
Reply With Quote
 
Russell Jepson
Guest
Posts: n/a

 
      01-19-2005, 02:48 PM
In article <(E-Mail Removed)>, Rich Daley
<rich@DELETE_THISowl.me.uk> writes
>Nigel Orr <nigel@axoninstruments_dot_co.uk> writes:
>
>> I borrowed a Solwise router from work (not recommended for Linux, BTW,
>> couldn't talk to it using Opera, Firefox, or an old Netscape, just one
>> verion of Mozilla), and once set up it worked fine for http and https

>
>Off topic, I know, but what does your router have to do with which
>browser you use? All browsers send and receive the same rubbish down the
>line at the end of the day. For that matter, I can't see what the router
>has to do with the difference between http and https either... by the
>time this information reaches the router it's all just TCP anyway. I
>suppose if you had a firewall blocking OUTgoing connections on a
>specific port you might have a problem, but imho firewalling traffic
>going in that direction is a bit overkill for a home setup. I'm afraid
>I'm not an expert in networky stuff so I can't really help you.
>
>~ Rich
>


I think he means that the web interface used to set up the router
struggles with some browsers. I use a Solwise 715 router and the setup
works with any browser that I have tried.

--
Russell Jepson
 
Reply With Quote
 
jon
Guest
Posts: n/a

 
      01-19-2005, 02:55 PM
I think I has better clarify my own response
as it's a bit misleading / wrong !

Adding the following rule to the firewall :

"Inbound - Block all - Logging enabled"

could be assumed to clone the default inbound rule and
just add logging.

Well, it dosent ( on mine at least )
It does, however, cause interesting side effects.
On my 834, one being the sudden failure of https connections...

The bottom line is don't ( visually ) clone the default firewall rules and
just "add logging", because there are other side effects in doing this ....



"jon" <(E-Mail Removed)> wrote in message
news:TIOdnaPfA_1n-(E-Mail Removed)...
> >
>> I've got the original configuration, with two extra firewall rules, same
>> as the defaults in each direction, but set to log as well, and changed
>> the local IP range to 192.168.35.x from 192.168.0.x
>>

>
>
> Suggest that you remove the additional "logging" rules that you
> have added to the firewall config.
>
> Adding an "allow all with logging added" rule
> causes the same effect on my non G version of this router.
>
> I struggled with this a while ago
>
>
>
>



 
Reply With Quote
 
David
Guest
Posts: n/a

 
      01-19-2005, 03:02 PM

"jon" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I think I has better clarify my own response
> as it's a bit misleading / wrong !
>
> Adding the following rule to the firewall :
>
> "Inbound - Block all - Logging enabled"
>
> could be assumed to clone the default inbound rule and
> just add logging.
>
> Well, it dosent ( on mine at least )
> It does, however, cause interesting side effects.
> On my 834, one being the sudden failure of https connections...
>
> The bottom line is don't ( visually ) clone the default firewall rules and
> just "add logging", because there are other side effects in doing this
> ....
>
>
>
> "jon" <(E-Mail Removed)> wrote in message
> news:TIOdnaPfA_1n-(E-Mail Removed)...
>> >
>>> I've got the original configuration, with two extra firewall rules, same
>>> as the defaults in each direction, but set to log as well, and changed
>>> the local IP range to 192.168.35.x from 192.168.0.x
>>>

>>
>>
>> Suggest that you remove the additional "logging" rules that you
>> have added to the firewall config.
>>
>> Adding an "allow all with logging added" rule
>> causes the same effect on my non G version of this router.
>>
>> I struggled with this a while ago
>>
>>
>>
>>

>
>

Hi Jon,

Yes I have exactly the same experience (except on v1.03 firmware, which
treated the cloned the default rule with logging as you would expect it to -
ie. it worked). I'd assumed that this not working as expected was a bug.
However, the way you've phrased your post sounds like you might understand
why this doesn't do what you might expect - do you have further information?

Thanks, David


 
Reply With Quote
 
jon
Guest
Posts: n/a

 
      01-19-2005, 05:33 PM

"David" <(E-Mail Removed)> wrote in message
news:41ee84b4$0$26951$(E-Mail Removed)...
>
> "jon" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I think I has better clarify my own response
>> as it's a bit misleading / wrong !
>>
>> Adding the following rule to the firewall :
>>
>> "Inbound - Block all - Logging enabled"
>>
>> could be assumed to clone the default inbound rule and
>> just add logging.
>>
>> Well, it dosent ( on mine at least )
>> It does, however, cause interesting side effects.
>> On my 834, one being the sudden failure of https connections...
>>
>> The bottom line is don't ( visually ) clone the default firewall rules
>> and
>> just "add logging", because there are other side effects in doing this
>> ....
>>
>>

> Hi Jon,
>
> Yes I have exactly the same experience (except on v1.03 firmware, which
> treated the cloned the default rule with logging as you would expect it
> to - ie. it worked). I'd assumed that this not working as expected was a
> bug. However, the way you've phrased your post sounds like you might
> understand why this doesn't do what you might expect - do you have further
> information?
>
> Thanks, David
>


I dont have any further info, really, other than a response from netgear
support
(to my query of this functionality) that stated ( in summary ) that
"You have introduced a new firewall rule to block inbound, so what is wrong
?"
In a perverse way, it sort of made sense, but then again....

I assumed that in attempting to clone the default rule ( in order to just
add logging) , I had unintentionally reconfigured the stateful
packet inspection firewall in such a way that affected certain ports numbers
(https, ftp for example). whereas standard web browsing (on port 80) still
worked fine. Very strange - to me at least...

Whether its a feature or a bug ? I really don't know

However, I must say that the router appears to log most, if not all,
unsolicited
inbound packets anyway, if you enable the
"Include in Log - Known DoS attacks and Port Scans"
in the "Logs" options page, so it's not really a problem to me.

It just can trip you up a bit, as you really don't expect certain services
to be blocked
when you think that all you have done is added logging

But this is a small aside on what has, for me, been a rock solid bit of
kit.....






 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Netgear dg834g v3 Andrew Bellamy Broadband 5 04-29-2007 10:45 AM
Netgear DG834G and BT chris@zambas.co.uk Broadband 11 04-18-2007 11:06 AM
Netgear DG834G and BT Bob Phillips Broadband 24 01-28-2007 05:19 PM
https to https proxy search Brad Esclavon Linux Networking 0 02-28-2006 04:14 PM
NETGEAR DG834G Noah Wireless Internet 3 02-08-2006 09:22 AM



1 2 3 4 5 6 7 8 9 10 11