OpenSUSE Network :: Playing With IPv6 On LAN?
Feb 7, 2011
I decided to enable dual stack on my home 11.3 machine and play with IPv6. I use ifup to assign static addresses to eth0. FYI here are some things I found:
1. YaST doesn't seem to support associating IPv6 addresses to interfaces, it complains that the address is invalid. However you can edit /etc/sysconfig/network/ifcfg-eth0 manually and specify it like this:
Code:
LABEL_0='V6'
IPADDR_0='FEC::10.1.1.1/64'
SCOPE_0='site'
and when you restart the networking you will see an additional IPv6 address associated with eth0. Fortunately YaST doesn't mangle the entry when you look at it, but you can't edit it.
2. The SCOPE qualifier is documented in /etc/sysconfig/network/ifcfg.template, but seems to have no effect. Site local addresses in IPv6 are supposed to start with FE[CDEF] according to this:
The TCP/IP Guide - IPv6 Special Addresses: Reserved, Private (Link-Local / Site-Local), Unspecified and Loopback
Once bound, you can connect to services using the IPv6 address just like normal. You have to use ping6 instead of ping though.
I added an AAAA record to my nameserver and that seems to work. Whether the client software tries the IPv6 address varies. It depends on whether the software asks for the AAAA record and uses it. It seems my web browsers don't. I'm not surprised, since few people have IPv6 tails from their ISP. I'm going to look and see if there is some browser setting I have to adjust. I also have to figure out a way of making sure that only LAN destinations use IPv6.
View 1 Replies
ADVERTISEMENT
May 7, 2011
Anyone who's interested in playing with IPv6 should be able to do so using '6to4' - even if you're behind a NAT device! The following steps works for me on Ubuntu 11.04 (taken[URL].. 1. Make sure the 'iproute' package is installed:
Quote:
$ sudo apt-get install iproute
2. Calculate your 6to4 address:
Quote:
$ ipv4="74.125.237.49"; printf "2002:%02x%02x:%02x%02x::1" `echo $ipv4 | tr "." " "`
2002:4a7d:ed31::1
(Replace 74.125.237.49 with the public IPv4 address assigned to you by your ISP)
[Code]...
View 1 Replies
View Related
Jun 18, 2010
does opensuse 11.2 come with IPv6 enabled by default? where in the gnome gui can i access these settings?
Edit-i went into the gnome network manager applet and i cant find any IPv6 settings for any of my used connections-ethernet, wireless and VPN connections all seem to only IPv4. Can anyone else confirm that opensuse 11.2 uses only IPv4 on its network connections?
View 9 Replies
View Related
Feb 16, 2011
I am running suse11.3 32 bit, and have installed squid3.
As far as I can tell it's not been compiled with ipv6 support.
Or have I missed some option in some file somewhere?
View 2 Replies
View Related
Apr 12, 2010
it's a couple of weeks I can't perform YaST updates from my openSUSE 11.2. The reason is that YaST wants to connect to repositories "only" through IPv6, but my network doesn't support it. I quoted only because I suppose it prefers v6 over v4, but it keeps trying to connect without switching to v4 or returning error.
Even if I disabled IPv6 from YaST/Networking/Network Settings, I still have a local scope address. I connect to Wifi using KNetworkManager. The TCP/IP stack should know that if an interface has a local scope v6 address and a global v4 address, it's a bad idea to keep trying with v6. Italian mirror, garr.it, of openSUSE repository both has v4 and v6 addresses. If I try to ping opensuse.mirror.garr.it I ping v4, but if I try to telnet that host on port 80 it tries to connect to v6. Same if I try to connect with Firefox.
How to tell Linux that I don't have IPv6? I'm connecting from University of Naples wireless network. While unina has IPv6 via GARR's Teredo tunnel (2001:760::/32 as I remember), it doesn't reach students' network because DHCP server doesn't release IPv6, nor Zeroconf obtains one. I just would like to use classic IPv4 until, at least for now.
View 2 Replies
View Related
Jun 8, 2010
Is it possible to setup samba to work over IPv6?
View 2 Replies
View Related
Aug 10, 2010
I have an issue on a few servers where IPv6 stops working after a reboot. I can ping anything within the same subnet but anything outside of that it gives me host unreachable. I believe that it is not routing for some reason, but I am not sure why. I have tried adding a default Ipv6 route for Eth3 but nothing seems to work.
uname -a
Linux server-1 2.6.27.19-5-default #1 SMP 2009-02-28 04:40:21 +0100 x86_64 x86_64 x86_64 GNU/Linux
Code:
route -A inet6
Kernel IPv6 routing table .....
View 9 Replies
View Related
Nov 1, 2010
I'm having a little problem here. That, or I'm missing the obvious staring me in the face. I have this file server, called toad. I nuked it's system disk, reorganising the partitions and upgrading to openSUSE 11.3 x64. I installed vsftd with "Yast FTP server", and the config looks OK. I even compared it with that of another machine. But when I try to connect, this is what I get:
user@mainmachine:~> ftp
ftp> open toad
Connected to toad.geuens.org.
500 OOPS: could not bind listening IPv6 socket
I'm prettige sure IPv6 is deactivated. The firewall is disabled on both machines. I've looked this over again and again. Can't find it. It's not the connecting machine, I've tried from another.
View 4 Replies
View Related
Apr 5, 2011
IPV6 gets more and more interesting. YAST is failing to connect to the repositories. I have disabled ipv6 in several ways but none of them work or YAST (also Konqueror) seems to do it's own thing. I have managed to get Firefox to work see my "slow internet seems to be down to dns post" made earlier today. So as a check on the YAST problem I loaded each of the repository addresses into Firefox and lo they all connect without any problem at all. So it seems that the YAST problem is down to IPV6
In order to disable ipv6 I initially added ipv6.disable=1 to the end of all of the bootloader APPENDS. More recently following up further info on here I added a couple of lines to
/etc/modprobe.d/99-local.conf. These were:
alias net-pf-10 off
alias ipv6 off
This doesn't work either.
Maybe of use to others - It seems it's possible to see if IPV6 is active by typing the following into the command line:
ip a | grep inet6
I'm told if it is active lines will be output? So just what do I do to disable it in YAST and I hope in Konqueror too? It's beginning to look like it is enabled or disabled at the app level according to the Firefox fix.
View 4 Replies
View Related
Apr 10, 2011
I've had a hell of a time with this and now all but YAST2 are ok. Going back some time to 10.0 this could be used to disable it very completely.
open terminal and run
echo "alias net-pf-10 off" >> /etc/modprobe.conf
echo "alias ipv6 off" >> /etc/modprobe.conf
restart computer. Has anyone used this on more recent issues even 11.4 and are there any repercussions?I assume that the inverse will but it back on ie off's just become on's? I will be using cups when I install my printer which is one concern and I am not at all sure that modprobe will do anything anymore?
I also recollect that there is a command to cause the kernel to effectively reboot which would save restarting. Can't remember what it is. Maybe some one can refresh my memory.
View 9 Replies
View Related
Feb 19, 2010
How do I assign IPv4 and IPv6 static addresses permanently in OpenSUSE 11.2? Currently I am only able to assign either IPv4 or IPv6 static address not both. I cannot find even the interfaces file(/etc/sysconfig/network/interfaces).
View 2 Replies
View Related
Aug 27, 2010
In an IPv6 test environment I have installed an openSUSE 11.2 system. I have also installed telnet and it works with IPv4 (I can open a session from a Windows console with "telnet ipv4addr").
If I try to open a session with "telnet ipv6addr" I get the response: "Connecting To ipv6addr. Could not open connection to the host, on port 23: Connect failed".
Does the telnetserver support IPv6 or did I something wrong?
View 4 Replies
View Related
Jul 8, 2010
On our Home LAN, we have several different SuSE machines running. Now, I have run into a problem which I cannot solve myself. One of the computers (a 11.2) just doesn't receive any IPv6 lease from the main router. The router has radvd running and distributes addresses to the other computers just fine. The network card on the box ist a
[Code]...
View 1 Replies
View Related
Jul 8, 2011
My ISP offers the service of native IPv6. So my ADSL router provides me with a local and global IPv6 address. However after a reboot it takes minutes to finally see the global address when using "ifconfog eth0". During that time I can't do a ping6 to an external server, which seems logical. So I waited several minutes, but no global address. After that I started a KDE session, went back to the console(<Ctrl>+<Alt>+F1) and now the global address was there. Is this normal behavior or should I file bug report?
View 6 Replies
View Related
Mar 14, 2010
i am currently using monkey webserver on my linux machine for my website. I just recently found out that you can also stream music if you direct the web address to a folder inside the directory. The problem is when i try to click on a .avi all it wants to do is download the video instead of playing it in the browser or playing it in windows media player. What can I do to make an .avi to stream from my linux machine ( note this is for private use only so i can stream movies on my lunch break or when I am at a friends house this is not to share my stuff to the general public)
View 1 Replies
View Related
Aug 26, 2010
I installed 11.3amd64 as a VM under Vista/VMWare Player - all worked fine. I have now installed it as a physical system. It nstalled cleanly BUT during first boot it could not access the repos. With each repo it gave the message
- download (curl) error for (repo)
- error code connection failed
- error message could not resolve host (repo)
This was followed by a message box containing
- UI syntax error
- no widget with ID 'contents
Firefox could not access the internet (cannot find server) until I disabled IPV6 (I used about:config), now it works fine. I think the repos problem is because of IPV6 - I usually have trouble with IPV6. I tried disabling IPV6 with the following (How To Disable ipv6 on SuSE Linux | Linux Poison)
[code]......
View 8 Replies
View Related
Aug 16, 2010
I am running vsftp on one of my systems and when trying to connect to it it errors out with this: vendion@Loki:~> ftp 192.168.1.100 Connected to 192.168.1.100. 500 OOPS: could not bind listening IPv6 socket
I have tried stopping the firewall and even disabling IPv6 nothing changed, any clues as to what is going on?
View 5 Replies
View Related
Jul 22, 2009
I used to play with gw6c ( a client for tunnel broker ) It works well with fedora9 , fedora 10, but not with leonidas. my rpm is gw6c-6.0-0.4.beta4.fc9.i386.rpm ( a little old!) when I tried to install i have got this: libcrypto.so.7 est ncessaire pou w6c-6.0-0.4.beta4.fc9.i386 I try to make a soft link to libcrypto.so.0.9.8k, but nothing; The question :-Is there a solution for that pb - did you know a better client for non native ipv6 connectivity?
View 2 Replies
View Related
Aug 31, 2011
I have been struggling to get FC15 to act as an IPv6 router for a while now, am sure I am missing something trivial.. The idea is that I have a ppp / adsl connection (this works fine), use the wireless card on my pc with hostapd and dhcpd to provide connections to other pcs (works fine), and radvd to delegate ipv6 addresses.
The issue seem to be that as soon as I turn on ipv6 forwarding (net.ipv6.conf.all.forwarding =1), the ppp connection no longer gets an IPv6 address. This means the router cannot ping any ipv6 address outside my network.
If I disable ipv6 routing, my router gets an IPv6 address on its ppp connection, and can ping things such as ipv6.google.com just fine, however (of course) no packets are forwarded from my network and radvd complains that forwarding is disabled.
View 1 Replies
View Related
Jan 10, 2010
The installation of Ubuntu 9.10 on my HP NC640 worked fine and the network adaptor was successfully recognised: I see the message 'Wired Network Connection 'Auto Eth0' active' and when I open Active Network Connections I see the IP addresses that have been assigned.
However, if I open Firefox, I cannot connect to the internet. I tried pinging some addresses (www.yahoo.com) and that seemed fine. I then tried to run a first system update and Ubuntu seemed to be able to retrieve some packages but not others.
I then tried opening 'Network Connections' and adjusted the MTU (to 1100) and changing the settings of IPv6 (various settings: eg. 'ignore') but none of that seemed to help. Here I wanted to switch off IPv6 but it looks like none of the settings did this. Is there maybe another place where I should be looking? Do I have to do this with the command line? (I hope not) Or can I switch off IPv6 in the system settings? And should MTU be automatic? Or should I set something there?
View 2 Replies
View Related
Feb 6, 2011
I'm using Ubuntu Linux as my operating system.In my network only the ipv4 is suported, and I need to access some website through ipv6. How can I do it, is there a way to tunnel from the ipv4 to ipv6.
View 2 Replies
View Related
Jul 25, 2010
I'm using Internet connection through local network, receiving white (global) IP, route, DNS with local DHCP server. Lately I noticed that my Ubuntu gets ipv6 autoconfiguration from ISP router, receiving global ipv6 address and automatically adding ipv6 route. I can access Internet resources using ipv6 connection:
I can ping inet resources using my ipv6 global address and access, for example, ipv6.google.com or URL..
How can I share ipv6 connection to my home network? Using ipv4 it's easy, I just can use NAT for this. But if I understand correctly, in ipv6 there isn't such thing as NAT, because there is no limit in ip addresses.
View 2 Replies
View Related
Oct 29, 2010
After upgrading from 9.10 to 10.04, a hundred or so of (for example)
Code:
error (network unreachable) resolving '14.42.117.203.in-addr.arpa/PTR/IN': 2001:500:13::c7d4:35#53: 1 Time(s)
messages appear in syslog each day. Each URL has from 2 - 6 attempts at various ipv6 addresses. My question is why is bind9 trying to resolve ipv6 addresses? I have done nothing to enable or disable ipv6 and thought that if not explicitly enabled I would not have to be concerned with it.
View 1 Replies
View Related
May 25, 2011
I use DNS on my server as a chasing DNS so its not fully configured. I seem to be having trouble with IPV6 addresses. I'm guessing this is linked to the 6to4 tunnel I have set up to my windows box, but I'm not really sure.
Code:
May 21 18:00:16 hyrule named[1148]: error (network unreachable) resolving 'D.ROOT-SERVERS.NET/AAAA/IN': 2001:dc3::35#53
May 21 18:00:16 hyrule named[1148]: error (network unreachable) resolving 'B.ROOT-SERVERS.NET/AAAA/IN': 2001:500:1::803f:235#53
May 21 18:00:17 hyrule named[1148]: error (network unreachable) resolving 'zg.akamaitech.net/AAAA/IN': 2001:503:a83e::2:30#53 .....
View 3 Replies
View Related
Jul 26, 2010
I addes IPv6 address to my interface as
Code:
ifconfig eth0 inet6 add 3fff:ffff:6:5:4:3:2:1
But, when I restart the network service this IPv6 address is gone. How could I make it as a permanent IPv6 address( that should be edited or deleted when I want but not when I only restart the network)to my interface?
View 1 Replies
View Related
Aug 25, 2011
I am trying to configure my IPv6 network. My computers are behind a Fedora gateway IPv6-configured, which is working great. But for computers inside my network, it seems I am getting only internal addresses from DHCP. Here is my ifconfig for an internal computer:
Quote: em1 Link encap:Ethernet HWaddr F4:6D:04:34:92:2B inet addr:192.168.0.184 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::f66d:4ff:fe34:922b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:744250 errors:0 dropped:0 overruns:0 frame:0 TX packets:548987 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:841392242 (802.4 MiB) TX ytes:60384500 (57.5 MiB) Interrupt:18 Memory:f7100000-f7120000
he-ipv6 Link encap:IPv6-in-IPv4 inet6 addr: 2001:470:1c:611::3/64 Scope:Global inet6 addr: fe80::cea7:b778/128 Scope:Link UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:61 dropped:0 overruns:0 carrier:61 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[Code]....
View 2 Replies
View Related
Jan 9, 2011
I am experiencing very slow internet speed while downloading files from internet. Although torrent (KTorrent) download speeds are okay. I am using 'rekonq' Web Browser. Konqueror is slower than this and Firefox is the slowest. Thats why I have uninstalled Firefox from my Suse 11.3 KDE. I went through the guides mentioned here:
Disable IPv6 But the images shown here in the first post (by caf4926) [URL] have slightly different configuration from my computer. (My account does not allow me to post attachments). In the pic 2, Do we have to select the option: "User Controlled with NetworkManager" before unchecking the Enable IPv6 option.
View 4 Replies
View Related
May 4, 2010
OK, so I have a samba share on my Ubuntu server that holds my mp3 files, and I can play these files from which ever PC in the house whether its my Laptop (Linux) or Desktops (mix of Windows, Linux & Mac) At the moment my Windows Desktop PC has a sound system connected to it and I vnc to that computer to change tracks create playlists etc to play through the nice sound system, however I want to be able to play through local rhythmbox or similar and play the sound via the networked windows (xp) pc.
View 3 Replies
View Related
Nov 12, 2010
The program mplayer lags when playing high quality media over the network. This is not an issue when playing locally, but it becomes an issue when playing large (>= 1 GiB) Matroska video files over the network.
By "lag" I mean that the animation freezes at a fixed frequency, every five second or so the animation will halt for a fraction of a second, which is very annoying.
The network is a 100 Mbit switched ethernet network, I typically get around 10 MiB per second in actual flow rate and there is no noteworthy traffic on the network that degrades the performance. The lag is there regardless of traffic.
If I have a file at 1.4 GiB which is 60 minutes long, shouldn't that equal < 0.4 MiB/sec in required flow rate? I.e. I should be able to play this file over a 10 Mbit network. Yet, even on a 100 Mbit network this doesn't work.
The computer I use to play this media is a 4.12 GHz Core i7 with 6 GiB RAM and a GTX480 graphics card.
I have the latest graphics drivers. I use Slackware 13.1.0. I use a custom, small and highly optimized kernel (although the same issue is there with the standard kernel). My version of mplayer is MPlayer SVN-r31498-snapshot-4.4.4.
The network protocol used is SMB, i.e. I play from a mounted SMB resource.
I have tried to host the file on different computers, both are dedicated file servers, one is a Pentium 4 3.0 GHz with 2 GiB RAM with no load other than hosting files, the other being almost equivalent except with a 2.8 GHz CPU. Watching the system load on the machines yield nothing of interest, sending a mere ~0.5 MiB per second is nothing for a computer like that, even though a P4 is not exactly new anymore.
What is interesting though is that if I use the "-vo gl" argument to mplayer, the performance is greatly improved, there is very rarely any lag.
Now correct me if I'm wrong, but why on earth would the video output driver chosen affect the performance on a machine that has a 4.12 GHz Core i7 CPU, plenty of RAM, a very fast graphics card, and nothing else to do? I.e. no load at all? When I use the standard output driver, there is almost no load at all on the system. So what the heck is this?
View 3 Replies
View Related
Feb 21, 2016
When I try to play any music or movie file over my network....VLC or any other player gives me errors. I don't have any problems when I copy movie files directly to my hard drive from my network. This is on Debian 8 if that information is of any relevance here...
Here is the error I am faced with...
Code: Select allYour input can't be opened:
VLC is unable to open the MRL 'smb://gfstorage01/wolf/Torent%20Downloads/Olympus%20Has%20Fallen%20(2013)%20%5B1080p%5D/Olympus.Has.Fallen.2013.1080p.BluRay.x264.YIFY.mp4'. Check the log for details.
View 13 Replies
View Related