[hipl-users] Re: Problems with RVS

  • From: Miika Komu <mkomu@xxxxxxxxx>
  • To: hipl-users@xxxxxxxxxxxxx
  • Date: Wed, 16 Oct 2013 19:17:13 +0300

Hi Paola,

On 10/16/2013 12:46 PM, Paola Venuso wrote:
Hi Miika,

I deleted the incorrect line with "hipconf" and changed the debug mode
to "all". I'm sending two emails with the output of the debug because
the message is too big.

What does "lsmod|grep xfrm" give you? It should be:
xfrm_user              35921  1
xfrm6_mode_beet        12658  7
xfrm4_mode_beet        12611  7

This is the output of the initiator

I failed to see any 3ffe::xx/64 addresses in the log. Did you forget to invoke "hipconf daemon add map"?

Here's an example (please do not copy paste blindly, you need to change the addresses and interface names):

server:
  sudo ip addr add 3ffe::1/64 dev eth0 # add IPv6 addr for server

client:
  sudo ip addr add 3ffe::2/64 dev eth0 # add IPv6 addr for client
  ping6 3ffe::2 # can you reach the server?
  sudo hipconf daemon rst all # reset hipd daemon state
  hipconf daemon add map 2001:15:e156:8a78:3226:dbaa:f2ff:ed06 3ffe::1
  ping6 2001:15:e156:8a78:3226:dbaa:f2ff:ed06
  <wait for one minute>
PING 2001:15:e156:8a78:3226:dbaa:f2ff:ed06(2001:15:e156:8a78:3226:dbaa:f2ff:ed06) 56 data bytes 64 bytes from 2001:15:e156:8a78:3226:dbaa:f2ff:ed06: icmp_seq=2 ttl=64 time=29.8 ms 64 bytes from 2001:15:e156:8a78:3226:dbaa:f2ff:ed06: icmp_seq=3 ttl=64 time=47.5 ms

I'd like to see "hipconf daemon get ha all" output after this.

Other related posts: