Hurricane Electric's IPv6 Tunnel Broker Forums
June 18, 2013, 08:00:48 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [SOLVED]Can't ssh or ping my server after adding IPv6  (Read 40 times)
henkoegema
Miscere utile dulci
Newbie
*
Posts: 6


View Profile WWW
« on: June 16, 2013, 06:53:54 am »

I'm running a Debian 6.0 server. (with Asterisk)

After setting up my IPv6 configuration in /etc/network/interfaces, I can't access my server anymore (remotely on the same LAN with ssh)

Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.213
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1

# Added by me:
#  ========IPv6========
auto hurricane0
iface hurricane0 inet6 v4tunnel
    address 2001:470:1f14:xxx::2
    netmask 64
    endpoint 216.66.84.46
    local 77.251.22.153
    gateway 2001:470:1f14:xxx::1
    ttl 25

What am I doing wrong ?   Huh   (eth0 has disappeared)
« Last Edit: June 16, 2013, 12:10:52 pm by henkoegema » Logged

Registered linux user 520520.  In use: Ubuntu 12.04 LTS, Debian6.0-server with Asterisk, Windows 7 in VM.  Radio Amateur callsign: PA2HO
henkoegema
Miscere utile dulci
Newbie
*
Posts: 6


View Profile WWW
« Reply #1 on: June 16, 2013, 12:10:25 pm »

After a reboot eth0 came up.   Smiley
Logged

Registered linux user 520520.  In use: Ubuntu 12.04 LTS, Debian6.0-server with Asterisk, Windows 7 in VM.  Radio Amateur callsign: PA2HO
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!