Re: IPv6 routing

From: Bruce A. Mah (bmah_at_freebsd.org)
Date: 10/31/03

  • Next message: Keith Mitchell: "iMac and FreeBSD performance problems"
    To: paul van den bergen <pvandenbergen@swin.edu.au>
    Date: Thu, 30 Oct 2003 21:20:18 -0800
    
    
    

    If memory serves me right, paul van den bergen wrote:

    > I am attempting to set up some static ipv6 routes on my little network.
    >
    > example:
    >
    > box1 - fec0:0:0:1::1 -------- fec0:0:0:1::2 - box 2 (router) - fec0:0:0:2:1
    > -------- fec0:0:0:2:2 - box 3
    >
    > I want to reach from box 1 to box 3
    >
    > no route6d or anything... this is a really simple network.
    >
    > sysctl net.inet6.ip6.forwarding=1, net.inet6.ip6.accept_rtadv=0 on box 2 (the
    >
    > router)
    > sysctl net.inet6.ip6.forwarding=0, net.inet6.ip6.accept_rtadv=1 on boxes 1 an
    > d
    > 3 (the hosts).
    >
    > route add -inet6 -net fec0:0:0:2:: -prefixlen 64 -host fec0:0:0:1::2
    > on box1
    >
    > box2 can ping6 to box1 and box3 and vise versa.
    >
    > why can't box 1 ping6 box 3? What have I missed?

    Did you add a route on box3 so that it can reach box1? Remember that
    ping6 requires two-way connectivity.

    You set net.inet6.ip6.accept_rtadv=1 on the end hosts...do you have
    rtadvd running on box2 so that they actually acquire the routes?

    You haven't really provided enough information to debug the problem. How
    about the output of ifconfig(8) and the routing tables on all three
    machines?

    Bruce.

    
    



  • Next message: Keith Mitchell: "iMac and FreeBSD performance problems"

    Relevant Pages

    • RE: ip masquerading/subnets
      ... router - 192.168.1.100 ... box1 connects to the switch, which is connected to the access point via the ... or are you saying that i'd have to add the route to box1. ...
      (Fedora)
    • Re: ip masquerading/subnets
      ... router - 192.168.1.100 ... box1 connects to the switch, which is connected to the access point via the ... You can add a route on box1 or move box2 and box3 onto the same subnet as box1. ...
      (Fedora)
    • Re: Second ISP
      ... make sure that the second ISP router does not have a better default ... All of this can be done with show ip route ... Does this require a routing ... but I would recommend a routing protocol. ...
      (comp.dcom.sys.cisco)
    • Re: Problem with IP Masquerade + routed internal network (pretty newbie question)
      ... The network looks like this: ... > other way to define routes other than typing route add... ... If you have a proper router set up, each box on each subnet should only ... would route everything to our factory WAN over frame relay. ...
      (comp.os.linux.networking)
    • Re: T43 Networking fix question.
      ... Try a static route to the router. ... I can PING the ZyXel router on 192.168.1.1 just fine that way. ... But then, no matter what combination of HOST or NET route addressing I create in the fixed address tables in the TCP/IP configuration panels, I can never ping anything other than the 192.168.1.1 private address side of the ZyXel router. ... When you go to look at the documents in the supplied Broadcom driver package, in their 'PROTOCOL.INI' sample, they provide for additional 'fields' at the bottom of it in the driver section. ...
      (comp.os.os2.misc)