Re: Almost converted...

2002-05-23 Thread Vik Olliver

Zane Gilmore wrote:
 
 Most of us programmers/geeks love to expound our knowledge ;-)
 and we definitely need people who are not afraid of
 asking questions.
 
 Because there are often so many ways of solving a problem, all of
 us often will read answers from others and learn something new,
 no matter the level of expertise.

And now I can have the fun of solving them all over again on my Sony
PlayStation 2 with Linux, which is compiling/installing the AbiWord
source RPM and I type. My first non-x86 Linux box is already installed,
networked, running X and compiling things, so it's not going too badly.

Vik :v)
-- 
/\  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  /\
\ /   ASCII Ribbon Campaign  One of The Olliver Family  \ /
 X   - NO HTML/RTF in e-mail http://olliver.family.gen.nzX
/ \  - NO MSWord docs in e-mail  Public PGP key available there / \



Re: Almost converted...

2002-05-23 Thread Christopher Sawtell

Ben Aitchison wrote:
 On Thu, May 23, 2002 at 09:36:00AM +1200, Zane Gilmore wrote:
 
Most of us programmers/geeks love to expound our knowledge ;-)
and we definitely need people who are not afraid of
asking questions.

Because there are often so many ways of solving a problem, all of
us often will read answers from others and learn something new, 
no matter the level of expertise.
 
 
 The problem that tends to come up though, is that all the easy answers get
 answered and the complicated problems get ignored.  This is a trend in 
 mailing lists in general.  I wish I knew an easy answer :)

People are prepared to provide answers from their personal knowledge for 
free, but not do research projects for free. Unfortunately the easy 
answer is probably summed up in the sentence You get what you pay for.

 For instance, I want to figure out what country an AS number is in, without
 doing mass whois querys.
 
 Like for instance:
   % whois -h whois.apnic.net AS9800
 
 Will tell me that that AS number is in China.  I'd like to be able to (say)
 block all of China from accessing my SMTP port for instance.
 
 I've got a BGP dump of prefixes to AS numbers, so that I can figure out
 what IP subnets belong to which AS number.
 
 Now this is a challenge to see if anyone has any ideas :P

One quite good way of stopping spam is to check the reverse lookup on 
the DNS. If, as is almost always the case with spam, there is no reverse 
lookup you can just redirect to /dev/null .

It's not 100% proof but together will the other, standard, measures it 
can be a big help.

--
C.






Re: Almost converted...

2002-05-22 Thread Adrian Stacey

Robert Fisher wrote:

snip

Well I've always believed there is no such thing as a stupid question, 
only stupid answers.  I know it's old and hairy but if you don't ask, 
you don't learn.

I am sure I speak for most here if I say that no one objects to 
answering even the most basic of queries.  I'll even go as far as to say 
that some of the answers to these early 'what the...' questions are even 
useful to the more experienced user.

Just my 3 cents...

Adrian




Re: Almost converted...

2002-05-22 Thread Vik Olliver

Adrian Stacey wrote:
 I am sure I speak for most here if I say that no one objects to
 answering even the most basic of queries.  I'll even go as far as to say
 that some of the answers to these early 'what the...' questions are even
 useful to the more experienced user.

Indeed. If I see something asked a lot, I think: That needs fixing. On
the odd occasion I've even submitted code patches to fix it!

Vik :v)
-- 
/\  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  /\
\ /   ASCII Ribbon Campaign  One of The Olliver Family  \ /
 X   - NO HTML/RTF in e-mail http://olliver.family.gen.nzX
/ \  - NO MSWord docs in e-mail  Public PGP key available there / \



Re: Almost converted...

2002-05-22 Thread Nick Rout

Pleased that the group was of service. I hope you'll attend some
meetings :-) Keep an eye on the list for notification.

-- 
Nick Rout [EMAIL PROTECTED]




Re: Almost converted...

2002-05-22 Thread Adrian Stacey

Julian Carver wrote:


 Personally I really like new users with new (and old) questions.  There 
 are so many reasons:

Well, I normally hate, 'me too' posts but this one deserves it :)

Adrian




Re: Almost converted...

2002-05-22 Thread Adrian Stacey

Given the speed of your reply, Nick, I wonder if steering my daughter 
toward studying for a law degree was a good idea...

H...  maybe it was vbg

Adrian

Nick Rout wrote:

Well, I normally hate, 'me too' posts but this one deserves it :)

Adrian

 me too
 (hell Adrian, you asked for that LOL)
 





Re: Almost converted...

2002-05-22 Thread Ben Aitchison

On Thu, May 23, 2002 at 09:36:00AM +1200, Zane Gilmore wrote:
 Most of us programmers/geeks love to expound our knowledge ;-)
 and we definitely need people who are not afraid of
 asking questions.
 
 Because there are often so many ways of solving a problem, all of
 us often will read answers from others and learn something new, 
 no matter the level of expertise.

The problem that tends to come up though, is that all the easy answers get
answered and the complicated problems get ignored.  This is a trend in 
mailing lists in general.  I wish I knew an easy answer :)

For instance, I want to figure out what country an AS number is in, without
doing mass whois querys.

Like for instance:
% whois -h whois.apnic.net AS9800

Will tell me that that AS number is in China.  I'd like to be able to (say)
block all of China from accessing my SMTP port for instance.

I've got a BGP dump of prefixes to AS numbers, so that I can figure out
what IP subnets belong to which AS number.

Now this is a challenge to see if anyone has any ideas :P

Ben.



Re: Almost converted...

2002-05-22 Thread Adrian Stacey

Ben Aitchison wrote:

 
 For instance, I want to figure out what country an AS number is in, without
 doing mass whois querys.
 
 Like for instance:
   % whois -h whois.apnic.net AS9800
 
 Will tell me that that AS number is in China.  I'd like to be able to (say)
 block all of China from accessing my SMTP port for instance.
 
 I've got a BGP dump of prefixes to AS numbers, so that I can figure out
 what IP subnets belong to which AS number.

Heheh, that reminds me of when I wanted to find a way to determine which 
IP's were local (NZ) and which were international.  After Waikato 
stopped issuing the router dumps, I gave up... :(

Adrian




Re: Almost converted...

2002-05-22 Thread Christopher Sawtell

Adrian Stacey wrote:
 Ben Aitchison wrote:
 

 For instance, I want to figure out what country an AS number is in, 
 without
 doing mass whois querys.

 Like for instance:
 % whois -h whois.apnic.net AS9800

 Will tell me that that AS number is in China.  I'd like to be able to 
 (say)
 block all of China from accessing my SMTP port for instance.

 I've got a BGP dump of prefixes to AS numbers, so that I can figure out
 what IP subnets belong to which AS number.
 
 
 Heheh, that reminds me of when I wanted to find a way to determine which 
 IP's were local (NZ) and which were international.  After Waikato 
 stopped issuing the router dumps, I gave up... :(

Here is a possible way.

West coast of America
[chris@berty wn-2.4.3]$ ping www.ucla.edu
PING www.ucla.edu (169.232.33.130) from 192.168.2.10 : 56(84) bytes of data.
64 bytes from www.ucla.edu (169.232.33.130): icmp_seq=0 ttl=240 
time=167.371 msec
64 bytes from www.ucla.edu (169.232.33.130): icmp_seq=1 ttl=240 
time=165.150 msec
64 bytes from www.ucla.edu (169.232.33.130): icmp_seq=2 ttl=240 
time=164.786 msec

--- www.ucla.edu ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/mdev = 164.786/165.769/167.371/1.142 ms

Ping time over 150mS.

East coast Australia
[chris@berty wn-2.4.3]$ ping www.unsw.edu.au
PING cruise.comms.unsw.edu.au (149.171.96.60) from 192.168.2.10 : 56(84) 
bytes of data.
64 bytes from cruise.comms.unsw.EDU.AU (149.171.96.60): icmp_seq=0 
ttl=242 time=56.191 msec
64 bytes from cruise.comms.unsw.EDU.AU (149.171.96.60): icmp_seq=1 
ttl=242 time=109.962 msec
64 bytes from cruise.comms.unsw.EDU.AU (149.171.96.60): icmp_seq=2 
ttl=242 time=77.938 msec
64 bytes from cruise.comms.unsw.EDU.AU (149.171.96.60): icmp_seq=3 
ttl=242 time=92.440 msec
64 bytes from cruise.comms.unsw.EDU.AU (149.171.96.60): icmp_seq=4 
ttl=242 time=82.979 msec

--- cruise.comms.unsw.edu.au ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/mdev = 56.191/83.902/109.962/17.642 ms

Otago
[chris@berty wn-2.4.3]$ ping ftp.otago.ac.nz
PING celeborn.otago.ac.nz (139.80.64.4) from 192.168.2.10 : 56(84) bytes 
of data.
64 bytes from celeborn.otago.ac.nz (139.80.64.4): icmp_seq=0 ttl=56 
time=49.633 msec
64 bytes from celeborn.otago.ac.nz (139.80.64.4): icmp_seq=1 ttl=56 
time=47.135 msec
64 bytes from celeborn.otago.ac.nz (139.80.64.4): icmp_seq=2 ttl=56 
time=45.394 msec
64 bytes from celeborn.otago.ac.nz (139.80.64.4): icmp_seq=3 ttl=56 
time=46.660 msec

--- celeborn.otago.ac.nz ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/mdev = 45.394/47.205/49.633/1.554 ms

Auckland
[chris@berty wn-2.4.3]$ ping ftp.auckland.ac.nz
PING www2.auckland.ac.nz (130.216.191.125) from 192.168.2.10 : 56(84) 
bytes of data.
64 bytes from www2.auckland.ac.nz (130.216.191.125): icmp_seq=0 ttl=245 
time=57.300 msec
64 bytes from www2.auckland.ac.nz (130.216.191.125): icmp_seq=1 ttl=245 
time=30.635 msec

--- www2.auckland.ac.nz ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/mdev = 30.635/43.967/57.300/13.334 ms

So:  ~60mS in NZ;  ~70mS overseas

I know this is not perfect because there will be some NZ places on 
slower ping times, but for those ones, one could trace the route and see 
if it goes through one of the relatively few egress from NZ points.

--
C.