Re: FreeBSD Port: openbgpd-4.5.20090709

2009-08-11 Thread Lasta Yani
Hello Mr. Sato,

Any update about these ?
Didn't you find my symptom on your box ?


Rgds,
--
Lasta Yani

- "Lasta Yani"  wrote:

> Hello,
> 
> Any update about this ?
> 
> 
> - "Lasta Yani"  wrote:
> 
> > - "Hiroki Sato"  wrote:
> > >
> > >  I think there is no problem with the configuration itself.  Just
> in
> > >  case, please send me the output of "bgpd -nv"?  I will try to
> > >  reproduce your symptom on my box.
> > >
> >
> > Hi,
> >
> > This is my configuration, output of bgpd -nv,
> >
> > nap1 = "119.110.122.5"
> > nap2 = "119.110.127.5"
> > keNAP = "{ 203.84.152.0/22 203.84.156.0/22 }"
> >
> > AS 24523
> > router-id 203.84.155.84
> > holdtime min 3
> > fib-update yes
> >
> > rde rib Adj-RIB-In no evaluate
> > rde rib Loc-RIB
> >
> > network 203.84.152.0/21
> > network 203.84.152.0/22
> > network 203.84.152.0/23
> > network 203.84.152.0/24
> > network 203.84.153.0/24
> > network 203.84.154.0/23
> > network 203.84.155.0/24
> > network 203.84.156.0/22
> > network 203.84.156.0/23
> > network 203.84.156.0/24
> > network 203.84.157.0/24
> > network 203.84.158.0/23
> > network 203.84.158.0/24
> > network 203.84.159.0/24
> >
> >
> > neighbor 119.110.127.5 {
> > descr "ke-NAP2"
> > remote-as 45147
> > announce all
> > enforce neighbor-as yes
> > announce IPv4 unicast
> > announce IPv6 none
> > softreconfig in yes
> > softreconfig out yes
> > }
> > neighbor 119.110.122.5 {
> > descr "ke-NAP1"
> > remote-as 45147
> > announce all
> > enforce neighbor-as yes
> > announce IPv4 unicast
> > announce IPv6 none
> > softreconfig in yes
> > softreconfig out yes
> > }
> >
> > match to 119.110.122.5 set { prepend-self 2 }
> > match to 119.110.127.5 set { prepend-self 2 }
> > deny from any
> > allow from 119.110.122.5 inet prefixlen 8 - 24
> > deny to any
> > allow to 119.110.127.5 prefix 203.84.156.0/22
> > allow to 119.110.127.5 prefix 203.84.152.0/22
> > allow to 119.110.122.5 prefix 203.84.156.0/22
> > allow to 119.110.122.5 prefix 203.84.152.0/22
> > deny from any prefix 0.0.0.0/0
> > deny from any prefix 10.0.0.0/8 prefixlen >= 8
> > deny from any prefix 172.16.0.0/12 prefixlen >= 12
> > deny from any prefix 192.0.2.0/24 prefixlen >= 24
> > deny from any prefix 169.254.0.0/16 prefixlen >= 16
> > deny from any prefix 192.168.0.0/16 prefixlen >= 16
> > deny from any prefix 240.0.0.0/4 prefixlen >= 4
> > deny from any prefix 224.0.0.0/4 prefixlen >= 4
> >
> 
> Thank you,
> --
> Lasta Yani
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: openbgpd-4.5.20090709

2009-08-07 Thread Lasta Yani
Hello,

Any update about this ?


- "Lasta Yani"  wrote:

> - "Hiroki Sato"  wrote:
> >
> >  I think there is no problem with the configuration itself.  Just in
> >  case, please send me the output of "bgpd -nv"?  I will try to
> >  reproduce your symptom on my box.
> >
> 
> Hi,
> 
> This is my configuration, output of bgpd -nv,
> 
> nap1 = "119.110.122.5"
> nap2 = "119.110.127.5"
> keNAP = "{ 203.84.152.0/22 203.84.156.0/22 }"
> 
> AS 24523
> router-id 203.84.155.84
> holdtime min 3
> fib-update yes
> 
> rde rib Adj-RIB-In no evaluate
> rde rib Loc-RIB
> 
> network 203.84.152.0/21
> network 203.84.152.0/22
> network 203.84.152.0/23
> network 203.84.152.0/24
> network 203.84.153.0/24
> network 203.84.154.0/23
> network 203.84.155.0/24
> network 203.84.156.0/22
> network 203.84.156.0/23
> network 203.84.156.0/24
> network 203.84.157.0/24
> network 203.84.158.0/23
> network 203.84.158.0/24
> network 203.84.159.0/24
> 
> 
> neighbor 119.110.127.5 {
> descr "ke-NAP2"
> remote-as 45147
> announce all
> enforce neighbor-as yes
> announce IPv4 unicast
> announce IPv6 none
> softreconfig in yes
> softreconfig out yes
> }
> neighbor 119.110.122.5 {
> descr "ke-NAP1"
> remote-as 45147
> announce all
> enforce neighbor-as yes
> announce IPv4 unicast
> announce IPv6 none
> softreconfig in yes
> softreconfig out yes
> }
> 
> match to 119.110.122.5 set { prepend-self 2 }
> match to 119.110.127.5 set { prepend-self 2 }
> deny from any
> allow from 119.110.122.5 inet prefixlen 8 - 24
> deny to any
> allow to 119.110.127.5 prefix 203.84.156.0/22
> allow to 119.110.127.5 prefix 203.84.152.0/22
> allow to 119.110.122.5 prefix 203.84.156.0/22
> allow to 119.110.122.5 prefix 203.84.152.0/22
> deny from any prefix 0.0.0.0/0
> deny from any prefix 10.0.0.0/8 prefixlen >= 8
> deny from any prefix 172.16.0.0/12 prefixlen >= 12
> deny from any prefix 192.0.2.0/24 prefixlen >= 24
> deny from any prefix 169.254.0.0/16 prefixlen >= 16
> deny from any prefix 192.168.0.0/16 prefixlen >= 16
> deny from any prefix 240.0.0.0/4 prefixlen >= 4
> deny from any prefix 224.0.0.0/4 prefixlen >= 4
> 

Thank you,
--
Lasta Yani
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: openbgpd-4.5.20090709

2009-08-05 Thread Lasta Yani
- "Hiroki Sato"  wrote:
> 
>  I think there is no problem with the configuration itself.  Just in
>  case, please send me the output of "bgpd -nv"?  I will try to
>  reproduce your symptom on my box.
> 

Hi,

This is my configuration, output of bgpd -nv,

nap1 = "119.110.122.5"
nap2 = "119.110.127.5"
keNAP = "{ 203.84.152.0/22 203.84.156.0/22 }"

AS 24523
router-id 203.84.155.84
holdtime min 3
fib-update yes

rde rib Adj-RIB-In no evaluate
rde rib Loc-RIB

network 203.84.152.0/21
network 203.84.152.0/22
network 203.84.152.0/23
network 203.84.152.0/24
network 203.84.153.0/24
network 203.84.154.0/23
network 203.84.155.0/24
network 203.84.156.0/22
network 203.84.156.0/23
network 203.84.156.0/24
network 203.84.157.0/24
network 203.84.158.0/23
network 203.84.158.0/24
network 203.84.159.0/24


neighbor 119.110.127.5 {
descr "ke-NAP2"
remote-as 45147
announce all
enforce neighbor-as yes
announce IPv4 unicast
announce IPv6 none
softreconfig in yes
softreconfig out yes
}
neighbor 119.110.122.5 {
descr "ke-NAP1"
remote-as 45147
announce all
enforce neighbor-as yes
announce IPv4 unicast
announce IPv6 none
softreconfig in yes
softreconfig out yes
}

match to 119.110.122.5 set { prepend-self 2 }
match to 119.110.127.5 set { prepend-self 2 }
deny from any 
allow from 119.110.122.5 inet prefixlen 8 - 24 
deny to any 
allow to 119.110.127.5 prefix 203.84.156.0/22 
allow to 119.110.127.5 prefix 203.84.152.0/22 
allow to 119.110.122.5 prefix 203.84.156.0/22 
allow to 119.110.122.5 prefix 203.84.152.0/22 
deny from any prefix 0.0.0.0/0 
deny from any prefix 10.0.0.0/8 prefixlen >= 8 
deny from any prefix 172.16.0.0/12 prefixlen >= 12 
deny from any prefix 192.0.2.0/24 prefixlen >= 24 
deny from any prefix 169.254.0.0/16 prefixlen >= 16 
deny from any prefix 192.168.0.0/16 prefixlen >= 16 
deny from any prefix 240.0.0.0/4 prefixlen >= 4 
deny from any prefix 224.0.0.0/4 prefixlen >= 4 

Thank you.

Rgds,
--
Lasta Yani
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: openbgpd-4.5.20090709

2009-08-05 Thread Hiroki Sato
Hi,

Lasta Yani  wrote
  in <10117348.18611249508132935.javamail.r...@mail.orion.net.id>:

la> Hello Hiroki,
la>
la> I'm sorry if I send directly this email to you.

 No problem.

la> When I try to upgrade my machine to openbgpd-4.5.20090709, something
la> weird had happened.
(snip)
la> I dont change this configuration from OpenBGPD v4.2, and usually with
la> this setting, I'm not receiving any prefixes from $nap2 (ke-NAP2),
la> only receiving from $nap1 (ke-NAP1).
la> Its weird when I upgraded via port to openbgpd-4.5.20090709, its still
la> receiving prefixes, I can't deny it.
la>
la> Is there anything wrong with my configuration ?
la> Thank you.

 I think there is no problem with the configuration itself.  Just in
 case, please send me the output of "bgpd -nv"?  I will try to
 reproduce your symptom on my box.

-- Hiroki


pgp3ZDnZrZmmV.pgp
Description: PGP signature


FreeBSD Port: openbgpd-4.5.20090709

2009-08-05 Thread Lasta Yani
Hello Hiroki,

I'm sorry if I send directly this email to you.
When I try to upgrade my machine to openbgpd-4.5.20090709, something weird had 
happened.

This is my configuration,

neighbor $nap1  {
remote-as   45147
descr   ke-NAP1
announceall
set prepend-self2
}

neighbor $nap2  {
remote-as   45147
descr   ke-NAP2
announceall
set prepend-self2
}

deny from any
allow from $nap1 inet prefixlen 8 - 24

---

# bgpctl s ip b sum
Neighbor   ASMsgRcvdMsgSent  OutQ Up/Down  State/PrfRcvd
ke-NAP2 45147 790010  26298 0 01w2d03h 287574
ke-NAP1 45147 789760  26298 0 01w2d03h 287672


I dont change this configuration from OpenBGPD v4.2, and usually with this 
setting, I'm not receiving any prefixes from $nap2 (ke-NAP2), only receiving 
from $nap1 (ke-NAP1).
Its weird when I upgraded via port to openbgpd-4.5.20090709, its still 
receiving prefixes, I can't deny it.

Is there anything wrong with my configuration ?
Thank you.


Rgds,
--
Lasta Yani
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"