LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-16-2012, 11:23 AM   #1
vlyamtse
Member
 
Registered: Apr 2007
Posts: 54

Rep: Reputation: 15
6-to-4 tunnel setup question


Is it possible to setup 6-to-4 tunnel between 2 systems without relay service?

I have 2 ipv6 capable ubuntu workstations: 192.168.1.221 and 192.168.1.133
on 192.168.1.221

//create tunnel
ip tunnel add tun6to4 mode sit ttl 30 remote any local 192.168.1.221
//bring it up
ip link set dev tun6to4 up
// add ipv6 address to tun6to4
ip -6 addr add 2002:c0a8:1dd::/48 dev tun6to4
// do the same sequence for 192.168.1.133
....
//add ipv6 route on 192.168.1.221 to 192.168.1.133
ip -6 route add 2002:c0a8:185::/48 dev tun6to4 metric 1
now, if i try to ping 192.168.1.133 from 192.168.1.221
ping6 -I tun6to4
i have "unknown host" error
Does my trying to setup tunnel without relay even make sense?
Thanks,
-V
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setup VPN tunnel with OpenVPN hasanrana Linux - Newbie 1 01-31-2010 10:37 AM
CentOS5.3 / GRE Tunnel setup DWaldrop_PCSB Linux - Newbie 2 12-13-2009 02:05 AM
Can't setup IPv6 tunnel bio71 Linux - Networking 4 10-21-2008 09:39 PM
OpenVPN setup - can ping only one way across VPN tunnel rob_xx17 Linux - Networking 3 04-14-2006 06:36 AM
Using ioctl() to setup ipip tunnel himalayas Linux - Networking 0 06-19-2003 02:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 07:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration