Andri Keller schrieb:
Hi
I've got a problem setting up IPv6 peers.
bgpd.conf:
group "SwissIX V6 Peers" {
# Global configuration
multihop 2
local-address <myaddress>
holdtime 180
holdtime min 3
announce IPv6 unicast
announce IPv4 none
softreconfig in yes
max-prefix 10
neighbor <peeraddress> {
remote-as <peeras>
set localpref 400
tcp md5sig password <password>
}
}
My peer receives my prefix, but I don't receive any prefixes from him
(other peering partners of him receives his prefix). No errors are
logged.
I temporarly tried to a filter rule "allow from any inet6" but with no
success.
I think it's a configuration issue of mine. Can somebody provide me
with a sample config for ipv6?
Regards Andri
Sorry forgot the version info:
I'm using openbsd 4.2 with the shipped openbgpd...
Regards Andri