Re: BGP spamd AS working addresses to have realtime list updates

2020-04-19 Thread Martin
Hello, Peter.

How can I help you to maintain EU server in a good shape? I think spam related 
AS is really good tool to all the people in the community who use spamd engine.

Martin

‐‐‐ Original Message ‐‐‐
On Sunday, April 19, 2020 4:40 PM, Peter Hessler  wrote:

> Hi Martin
>
> The eu.bgp-spamd.net server is no longer available. I have not had any
> time for maintanence of these systems for several years, so do not
> expect many future updates.
>
> -peter
>
> On 2020 Apr 19 (Sun) at 14:39:08 + (+), Martin wrote:
> :I'm going to have spamdb updates from AS using BGP as configured.
> :But both AS rs.bgp-spamd.net eu.bgp-spamd.net points to the same IP address 
> according to ping:
> :
> :ping eu.bgp-spamd.net
> :217.31.80.170
> :ping rs.bgp-spamd.net
> :217.31.80.170
> :
> :Which system can be used for redundancy? Any other spamd-AS online?
> :
> :$ cat /etc/bgpd.conf
> :AS 65xxx
> :fib-update no
> :
> :group "spam" {
> : remote-as 65066
> : multihop 64
> : export none
> : neighbor 64.142.121.62 {
> : descr "rs.bgp-spamd.net"
> : }
> : neighbor 217.31.80.170 {
> : descr "eu.bgp-spamd.net"
> : }
> :}
> :...
> :
> :Martin
>
> ---
>
> Did you know ...
>
> That no-one ever reads these things?




Re: BGP spamd AS working addresses to have realtime list updates

2020-04-19 Thread Peter Hessler
Hi Martin

The eu.bgp-spamd.net server is no longer available.  I have not had any
time for maintanence of these systems for several years, so do not
expect many future updates.

-peter


On 2020 Apr 19 (Sun) at 14:39:08 + (+), Martin wrote:
:I'm going to have spamdb updates from AS using BGP as configured.
:But both AS rs.bgp-spamd.net eu.bgp-spamd.net points to the same IP address 
according to ping:
:
:ping eu.bgp-spamd.net
:217.31.80.170
:ping rs.bgp-spamd.net
:217.31.80.170
:
:Which system can be used for redundancy? Any other spamd-AS online?
:
:$ cat /etc/bgpd.conf
:AS 65xxx
:fib-update no
:
:group "spam" {
:   remote-as 65066
:   multihop 64
:   export none
:  neighbor 64.142.121.62 {
:  descr "rs.bgp-spamd.net"
:  }
:  neighbor 217.31.80.170 {
:  descr "eu.bgp-spamd.net"
:  }
:}
:...
:
:Martin

-- 
Did you know ...

That no-one ever reads these things?



BGP spamd AS working addresses to have realtime list updates

2020-04-19 Thread Martin
I'm going to have spamdb updates from AS using BGP as configured.
But both AS rs.bgp-spamd.net eu.bgp-spamd.net points to the same IP address 
according to ping:

ping eu.bgp-spamd.net
217.31.80.170
ping rs.bgp-spamd.net
217.31.80.170

Which system can be used for redundancy? Any other spamd-AS online?

$ cat /etc/bgpd.conf
AS 65xxx
fib-update no

group "spam" {
   remote-as 65066
   multihop 64
   export none
  neighbor 64.142.121.62 {
  descr "rs.bgp-spamd.net"
  }
  neighbor 217.31.80.170 {
  descr "eu.bgp-spamd.net"
  }
}
...

Martin