OpenSUSE Network :: Yast2 Software Updates And IPV6

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


ADVERTISEMENT

OpenSUSE Network :: Can't Get An IP Address Yast2 And Network Settings Displays?

Jan 31, 2010

I've updated a desktop from 11.1 to 11.2 with the NET CD. After completion everything worked fine, though I have some issues with the NIC. been looking on the net and the provided solutions haven't been able to resolve the matter. After reboot I don't get an IP address, I go into Yast2 and network settings displays:

I have to delete the unknown device everytime after a reboot in order to get a new IP address. After that all works as it is suppsed to. I've been looking into the /etc/udev/rules.d/70-persistent-net.rules and deleted all that was in there,

View 6 Replies View Related

OpenSUSE Network :: Yast2 Does Not Recognize Squid3?

Mar 17, 2010

New to opensuse, trying to set up cache proxy and webfilter at a highschool. I have a new install of opensuse11.2 64bit installed as server. Installed squid3 stable. Trying to configure it in yast2. Now in yast2-->networkservices-->squid I get the message squid needs to be installed, continuing with Next I get message unresolved dependencies then another that squid3 conflicts with squid-2.7. Solutions offered are deinstall squid3 or don't install squid-2. I select the latter and get messages that yast might not function etc. Isn't squid3 the newer version of squid-2? Should yast2 recognize that?

View 3 Replies View Related

OpenSUSE Network :: Yast2 Nukes APACHE_SERVER_FLAGS - Configure WWW To Use SSL

Nov 25, 2010

Steps to reproduce: Tell Yast2 to configure WWW to use SSL. Tell Yast2 to set APACHE_SERVER_FLAGS in sysconfig:WWW to SSL TRAC_WSGI. Tell Yast2 to configure WWW. Yast2 will notify you about unsupported configuration changes. Tell Yast2 to exit saving changes. Tell Yast2 to examine APACHE_SERVER_FLAGS in sysconfig. Observe how the value is back to SSL. As a result, whatever you tell Yast2 to do to WWW, you have to fix sysconfig thereafter. Not funny.

View 2 Replies View Related

OpenSUSE Network :: OpenSuse 11.3, Bind And Yast2-dns-server?

Sep 23, 2010

I have to wonder how much testing Opensuse has done with yast-dns-server package. After adding zones to the dns server - the system loses the ability to perform name resolutions. I can copy a named.conf file from a system that does work, except everytime the system is restart the named.conf file is rewritten trashing the updates done and again rendering the system to perform name resolutions.

Anyone have suggestions on how to get yast-dns-server from interferring with the configuration file? I tried just uninstalling the package, but then bind doesn't even start up on boot up.

View 3 Replies View Related

OpenSUSE Network :: YaST2 Exposes Apache HTTPD Error Log

Nov 14, 2010

I am unable to examine Apache httpd error log from YaST2 because the lines are too long; the browser just truncates them and thus it does not show any description. The only option is to save it. However, when I chose that option, YaST2 encourages me to save it in /tmp, and as soon as I do that, the log becomes accessible to every user!

View 5 Replies View Related

OpenSUSE Network :: Error From Yast2 HTTP Server - Hostname Not Valid

Nov 6, 2010

I've been running a SuseStudio-built VM for a few weeks with no issues. I built a new one recently, and now I can't configure a new vhost in Apache using the http-server module. It gives me this error. Screen shot 2010-11-06 at 11.42.24 AM.png. Why YaST suddenly decided that my hostnames aren't valid?

View 1 Replies View Related

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 View Related

OpenSUSE Network :: Disable IPv6 On All Connections?

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

OpenSUSE Network :: Squid3 And Ipv6 On Suse11.3

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

General :: Web Access Fine - YaST2 Very Slow - Updates Keep Failing

Sep 22, 2010

I have freshly installed OpenSuse 11.3 and it's ok, but online updates is very slow and keeps failing.

Here is my hw spec:

lspci:

View 1 Replies View Related

OpenSUSE Network :: YaST Package Manager Wants IPv6?

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

OpenSUSE Network :: Setup Samba To Work Over IPv6?

Jun 8, 2010

Is it possible to setup samba to work over IPv6?

View 2 Replies View Related

OpenSUSE Network :: IPv6 Stops Working After Reboot

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

OpenSUSE Network :: FTP Connection Returns IPv6 Error

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

OpenSUSE Network :: IPV6 Disabling In Suse In General?

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

OpenSUSE Network :: Assign IPv4 And IPV6 Static Addresses?

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

OpenSUSE Network :: Telnet Does Not Work In IPv6 Test Environment

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

OpenSUSE Network :: [IPv6] Networc Card Will Not Receive IP Address From Radvd

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

OpenSUSE Network :: Firewall Yast2 Shows Ports Open, Nmap Shows Them Closed?

Jan 8, 2010

I'm encountering a strange problem. I need to open and forward all UDP and TCP ports related to VoIPtelephony (5000:32000) in the Suse 11.1 server that's acting as router/firewall in our setup. The ports must redirect to a Asterisk server in the local network. (This server has the IP adress 192.168.0.3)I've opened ports in Yast (Firewall>Ports>Advanced) and putted in some masquerading rulesirewall>Masquerading):0/0,192.168.0.3,tcp,5000:31000,5000:310000/0,192.168.0.3,udp,5000:31000,5000:31000when I do a nmap localhost I get:Starting Nmap 4.75 at 2010-01-08 16:52 CETInteresting ports on localhost (127.0.0.1):

Not shown: 991 closed ports
PORT STATE SERVICE
21/tcp open ftp

[code]....

View 9 Replies View Related

OpenSUSE Network :: IPv6 Getting A Global Address Takes A Long Time - Possibly Only After Starting A KDE Session

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

OpenSUSE Network :: 11.3 Amd64 - Having Internet Access But Cannot Access Repos - IPV6?

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

OpenSUSE Network :: Connecting To FTP Server - Error "could Not Bind Listening IPv6 Socket"

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

OpenSUSE Network :: Get Updates Through A Proxy?

Feb 25, 2010

I've just installed OpenSuse 11.2 64-bit and, on the whole, I'm pretty happy with it. I'm connected to the network and I am posting this from my new system. However I cannot get any software updates or install new packages

I'm behind a (non-authenticated) proxy and, obviously, Firefox has no problem.

If I use Online Updater I just get error messages like this:

PackageKit Error repo-not-available: Failed to download ./repodata/primary.xml.gz from Index of /update/11.2
(but the site is available in Firefox).

I have tried manual updates through Yast (after setting the proxy) and get pretty much the same thing.

So far I have set the proxy in:

Firefox
/etc/sysconfig/proxy
/etc/PackageKit/PackageKit.conf
Computer -> Yast -> Network Services -> Proxy (That has a test function which confirms it is working).
Applications -> System Settings -> Network Settings (This tells me that the network settings are controlled by NetworkManager and can't be modified by Yast).

[Code].....

View 5 Replies View Related

OpenSUSE Network :: 11.4 Updates Not Working?

Jul 11, 2011

I was wondering if anyone else is having trouble getting updates. I ran the software update out of the control center when I first installed 11.4 with the gnome desktop.I ran the yast online update and got what was on there, but now it just gives me error messages, basically it's stating it can't connect to the repositories.

View 1 Replies View Related

OpenSUSE Network :: Can't Reach The Internet Since Installing The Updates

Feb 3, 2010

Suse 11.2 > updated Feb 2 using the Update UI applet.

I had internet connectivity prior to installing the updates. Now I can't reach the internet since installing the updates. I can reach my router, log in to the router I also ping the router but I can not ping the WAN side ip on the router.

When I boot into redmond, no issues, which is what I'm using as I write this.

I have security enabled, WPA2 Personal, not that I think that is an issue as I can reach the router, my server, network printers, and PC's.

I am running a Linksys router but have replaced the standard Linksys software with DD-WRT v24-sp2 build date 12/28/09 std. One note, DD-WRT does hand out IpV6 address but I have disabled FF from using IpV6 address along with the network connection configuration applet from accepting them. (I don't remember the applets name)

In the redmond world this would be a certificate error, is this the same type of an issue? If so how do I fix it?

View 9 Replies View Related

OpenSUSE Network :: No Ethernet Device After Installing Updates?

May 26, 2011

I'm currently using SuSE 11.4 and after running the full online updates and restarting the machine as YAST suggested, I no longer have eth0/eth1 available.

I'm clueless about what to do since I'm kinda new to Linux and at the moment, I'm trying out all the distros before making a full commitment to anyone. So far, Ubuntu has been trouble-free from day one, but I'm willing to give this distro (opensuse) some slack.

View 9 Replies View Related

OpenSUSE Network :: WebYast Updates Module - Mesages Say Wait ?

Mar 28, 2011

I recently installed OpenSuSE 11.4 including WebYast base system with all available modules. Status shows everything works fine. But the update module has some problems. It displays 21 updates, three of them security and 18 important. By clicking on any of the install buttons the mesages say please wait and then updating while the update time depends on the size of the file. It finishes and goes back to the list of updates without any error message. But after that never shows up any changes or messages that the update has actually installed. Since about ten days the list always remains the same.

View 5 Replies View Related

OpenSUSE Network :: Error In Repo Initialization While Running Online Updates

Mar 18, 2011

Earlier I have no problems when I install opensuse. After installation the network runs and I can run online updating in yast for the system. But since a few version it doesn't work after installation and I don't know why. I think maybe the errors could happen because I have no
internet connection. Today I install 11.4 and get this message when I want to run online updates in yast.

There is an error in the repository initialization
'repo-update' [URL]
[repo-update URL]
Repository is not cached
I think this problem stars with 11.1 or 11.2.

View 5 Replies View Related

Fedora Networking :: Ipv6 With Tunnel Broker - Better Client For Non Native Ipv6 Connectivity?

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







Copyrights 2005-15 www.BigResource.com, All rights reserved