Kryssbo
unread,Oct 18, 2011, 5:34:58 PM10/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omnetpp
Hi,
I want to setup a client/server network with IPv6.
Unfortunately there is no example available, which shows how to do
this.
After setting up manually the IP-Addresses plus using the
flatnetworkconfigurator_v6 I am not able to establish a communication
between a client and a server without a router. All what is happening
is that the two components are sending the router discovery packages
back and forth:
* Event #177 T=95 slp.networkLayer6.ipv6 (IPv6, id=30), on
`SYN' (TCPSegment, id=128)
fragmentation not implemented yet
Routing datagram `SYN' with dest=aaaa:b::aaa:ff:fe00:1: no match in
routing table, passing datagram to Neighbour Discovery module for
default router selection
** Event #178 T=95 slp.networkLayer6.neighbourDiscovery
(IPv6NeighbourDiscovery, id=33), on `SYN' (IPv6Datagram, id=130)
Packet (IPv6Datagram)SYN arrived from IPv6 module.
Determining Next Hop
Find out if supplied dest addr is on-link or off-link.
No routes were found, Dest addr is off-link.
Selecting default router...
No suitable routers found.
No Default Routers were found.sending ICMP error:
(ICMPv6DestUnreachableMsg)Dest Unreachable type=1 code=0
ICMPv6 Destination Unreachable Message Received.
** Event #179 T=95 slp.networkLayer6.ipv6ErrorHandling
(IPv6ErrorHandling, id=32), on `{Dest
Unreachable}' (ICMPv6DestUnreachableMsg, id=131)
Type: 1 Code: 0 Byte length: 64 Src: <unspec> Dest:
aaaa:b::aaa:ff:fe00:1 Time: 95
Destination Unreachable: no route to destination
** Event #180 T=125 slp.tcp (TCP, id=20), on selfmsg `CONN-
ESTAB' (cMessage, id=105)
Connection <unspec>:10020 to aaaa:b::aaa:ff:fe00:1:10030 on
app[0],connId=1 in SYN_SENT (ptr=0x0x7cbf1810)
CONN-ESTAB timer expired
Notifying app: TIMED_OUT
Transition: SYN_SENT --> CLOSED (event was: TIMEOUT_CONN_ESTAB)
Deleting TCP connection
How do I setup a Client/Server Network based on IPv6 without a router?
What am I doing wrong?
Thank you in advance for your assistants.
Regards,
Kryssbo