The above above commands give timeout message doesn’t mean I’m not able to connect to internet. In fact I’m not able to ping/telnet with network outside local university network.
akash@akash:~> ping -c 3 172.27.16.154
PING 172.27.16.154 (172.27.16.154) 56(84) bytes of data.
64 bytes from 172.27.16.154: icmp_seq=1 ttl=62 time=4.10 ms
64 bytes from 172.27.16.154: icmp_seq=2 ttl=62 time=1.07 ms
64 bytes from 172.27.16.154: icmp_seq=3 ttl=62 time=0.918 ms
--- 172.27.16.154 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 0.918/2.030/4.100/1.465 ms
akash@akash:~> ping -c 3 www.google.com
PING www.google.com (173.194.36.112) 56(84) bytes of data.
--- www.google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 1999ms
akash@akash:~> telnet 172.27.16.154 3128
Trying 172.27.16.154...
Connected to 172.27.16.154.
Escape character is '^]'.
Did I do anything wrong in configuring nntp? Can nntp be used behind proxy connection?
I use Thunderbird to access this (like right now) all of the time;
Thunderbird is configured for a SOCKS proxy, in my case. The account
setting for NNTP still use TCP 119, of course, but the proxy side is using
TCP 5555. Be sure to NOT confuse those two.
Your telnet/netcat test is not valid because you are going through a
proxy; it is, thus, implied that a direct connection (which is what you
are testing) will not work. The same likely applies for any Internet access.
In Thunderbird go to the Edit menu: Preferences: Network…:
click on the Settings button and configure the proxy in there. Also,
under the Edit menu: Account Settings, select your entry for nntp.opensuse.org and be sure 119 is specified as the port. Maybe the
combination has been eluding you. If that does not work, we may need more
information; perhaps Tools: Error Console (clear it out, try things again)
will yield something helpful.
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
akash@akash:~> ping -c 3 172.27.16.8
PING 172.27.16.8 (172.27.16.8) 56(84) bytes of data.
64 bytes from 172.27.16.8: icmp_seq=1 ttl=62 time=1.22 ms
64 bytes from 172.27.16.8: icmp_seq=2 ttl=62 time=12.0 ms
64 bytes from 172.27.16.8: icmp_seq=3 ttl=62 time=1.89 ms
--- 172.27.16.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 1.226/5.053/12.040/4.948 ms
Also, under the Edit menu: Account Settings, select your entry for nntp.opensuse.org and be sure 119 is specified as the port. Maybe the
combination has been eluding you.
On 05/19/2015 12:36 PM, vish 99 wrote:
> The connection settings are correct.
>
> Code:
> --------------------
> akash@akash:~> ping -c 3 172.27.16.8
> PING 172.27.16.8 (172.27.16.8) 56(84) bytes of data.
> 64 bytes from 172.27.16.8: icmp_seq=1 ttl=62 time=1.22 ms
> 64 bytes from 172.27.16.8: icmp_seq=2 ttl=62 time=12.0 ms
> 64 bytes from 172.27.16.8: icmp_seq=3 ttl=62 time=1.89 ms
>
> — 172.27.16.8 ping statistics —
> 3 packets transmitted, 3 received, 0% packet loss, time 2002ms
> rtt min/avg/max/mdev = 1.226/5.053/12.040/4.948 ms
> --------------------
This is using ICMP, not TCP, so it is not really a valid test. If it had
been a valid test (using netcat or something) and if it had come back with
a success, you likely could eliminate the proxy server entirely:
>> Also, under the Edit menu: Account Settings, select your entry for
>> nntp.opensuse.org and be sure 119 is specified as the port. Maybe the
>> combination has been eluding you.
> [image: http://paste.opensuse.org/images/64418332.png]
>
> I can access emails on thunderbird but still I’m not able to access
> openSUSE nntp server.
Different protocols are used for these two types of data; did you verify
that your proxy server is willing to do both types of operations?
>> If that does not work, we may need more
>> information; perhaps Tools: Error Console (clear it out, try things
>> again)
>> will yield something helpful.
> What other information do you need?
The last bit there was meant to be steps to get data from the error
console. Besides that, try accessing with Thunderbird from a more-relaxed
network (library, restaurant, etc.) to see if a direct connection works.
If it does, then maybe try finding another proxy server to test to see if
that part of your configuration is good. If so, then your local proxy
server may be blocking NNTP connections.
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
On 05/19/2015 03:26 PM, vish 99 wrote:
>
> ab;2710821 Wrote:
>>
>>>
> Code:
> --------------------
> > >
> > netcat -zv nntp.opensuse.org 119
> > nc -zv nntp.opensuse.org 119
> >
> --------------------
>>>
> Both didn’t work
>
> Code:
> --------------------
> akash@akash:~> netcat -zv nntp.opensuse.org 119
> netcat: connect to nntp.opensuse.org port 119 (tcp) failed: Connection timed out
> akash@akash:~> nc -zv nntp.opensuse.org 119
> nc: connect to nntp.opensuse.org port 119 (tcp) failed: Connection timed out
>
> --------------------
Exactly; TCP != ICMP so you need the proxy. You need that to work, of
course, but this shows that pinging is not a valid test for, well, almost
anything. It’s nice to know you have end-to-end connectivity, but in
reality it’s a half-test.
>> did you verify that your proxy server is willing to do
>> both types of operations?
> How can I verify that?
Call the administrator of the proxy server.
>> The last bit there was meant to be steps to get data
>> from the error
>> console.
> How can I do that?
>>> Tools: Error Console (clear it out, try things again)
–
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…
I don’t think so that they are going to respond. It would be better if I setup may own network without proxy settings.
>> The last bit there was meant to be steps to get data
>> from the error
>> console.
> How can I do that?
>>> Tools: Error Console (clear it out, try things again)
Oh. I misinterpreted Console as Konsole (Terminal) and thought that some specific commands were needed.
On 2015-05-20 09:36, vish 99 wrote:
>
> ab;2710867 Wrote:
>> Call the administrator of the proxy server.
> I don’t think so that they are going to respond. It would be better if I
> setup may own network without proxy settings.
My guess is that you absolutely need them to help. In other words, they
are intentionally blocking nntp access.
The only way for you would be to setup a tunnel to an outside machine,
and use it to connect to nntp servers…
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)
On Wed, 20 May 2015 10:58:06 +0000, Carlos E. R. wrote:
> The only way for you would be to setup a tunnel to an outside machine,
> and use it to connect to nntp servers…
However, only do this with the permission of the network owner. I’ve
done firewall piercing myself, but always with permission - IT sysadmins
tend to get rather cranky when you circumvent their access controls, and
in some instances, depending on any contracts in place, it might be cause
for termination (if employment) or being booted off the network for
violating the TOS.
OK. Now I’ve configured my own network without proxy. And in subscribe options I’m able to see netiq, novell, opensuse, suse and many sub-folders. So, it’s proxy configuration problem. And what should I communicate to my network administrator?
BTW, what newsgroups should I subscribe to? Jim this information is not present on FAQ. Kindly, update that.
On 2015-05-24 10:36, vish 99 wrote:
>
> OK. Now I’ve configured my own network without proxy. And in subscribe
> options I’m able to see netiq, novell, opensuse, suse and many
> sub-folders. So, it’s proxy configuration problem. And what should I
> communicate to my network administrator?
Q: “Please give me access to use nntp”.
A: “No way”.
More or less.
> BTW, what newsgroups should I subscribe to? Jim this information is not
> present on FAQ. Kindly, update that.
On Sun, 24 May 2015 08:36:01 +0000, vish 99 wrote:
> OK. Now I’ve configured my own network without proxy. And in subscribe
> options I’m able to see netiq, novell, opensuse, suse and many
> sub-folders. So, it’s proxy configuration problem. And what should I
> communicate to my network administrator?
>
> BTW, what newsgroups should I subscribe to? Jim this information is not
> present on FAQ. Kindly, update that.
The openSUSE forums are prefixed with opensuse.*
That should be pretty clear, I think. The NNTP servers host forums for
Novell, NetIQ, SUSE, and openSUSE, so subscribe to the ones you want, and
ignore the ones you don’t.
On Sun, 24 May 2015 10:26:01 +0000, vish 99 wrote:
> vish_99;2711709 Wrote:
>>
>> BTW, what newsgroups should I subscribe to? Jim this information is not
>> present on FAQ. Kindly, update that.
> Got it. Have added openSUSE > openSUSE.org > openSUSE.org.feedback,
> openSUSE.org.help, openSUSE.org.no-help, openSUSE.org.news
>
> But, Jim do add this on faq
To me this seems like something that is intuitively obvious and not in
need of a FAQ entry.