Date: Wed, 14 Nov 2001 00:22:05 +0000 (GMT) From: Ismail YENIGUL <ismail@EnderUNIX.ORG> To: <freebsd-net@freebsd.org> Subject: Tunnel Server Forwarding problem. Message-ID: <Pine.BSF.4.32L2.0111140021270.13158-100000@delidumrul.rt.net.tr>
next in thread | raw e-mail | index | archive | help
hi i am trying to setup an ipv6 tunnel broker on FreeBSD 4.4-STABLE i have a tunnel broker and tunnel server (FreeBSD) and ipv6 enabled Cisco Router. FreeBSD is directly connected (fxp0)to Cisco router. so i can connect to 6bone easily. FreeBSD Tunnel Server /etc/rc.conf file like following ipv6_enable="YES" ifconfig_fxp0="inet myIP netmask 255.255.255.240" ipv6_ifconfig_fxp0_alias0="3ffe:2900:a00d:1::3 prefixlen 64" defaultrouter="ciscorouter_ip" ipv6_defaultrouter="3ffe:2900:a00d:1::1" # cisco router v6 IP ipv6_gateway_enable="YES" The problem is: when i setup an gif tunnel between FreeBSD Tunnel server and FreeBSD client. Client can only ping to FreeBSD TS . nothing else. i run following command on FreeBSD Client # ifconfig gif0 create #gifconfig gif0 clientIPv4 Tunnel_server_IPv4 #ifconfig gif0 inet6 clientIPv6 Tunnel_server_IPv6 prefixlen 128 #route -n add -inet6 default Tunnel_server_IPv6 and on FreeBSD Tunnel Server: # ifconfig gif0 create #gifconfig gif0 TunnelServerIPv4 client_IPv4 #ifconfig gif0 inet6 Tunnel_serverIPv6 client_IPv6 prefixlen 128 metric 1 what is problem ? whan should i do ? Never let your sense of morals prevent you from doing what is right Ismail YENIGUL ismail@EnderUNIX.ORG www.EnderUNIX.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32L2.0111140021270.13158-100000>