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


ADVERTISEMENT

OpenSUSE Network :: Dhcp Client Does Not Receive The Dns Server Address

May 18, 2010

I have installed a working DNS server on my home network. I have an unique server, devoted to dns, gateway, storage which runs opensuse 11.0 (I known that it is rather old). Two new clients require DHCP. I have installed, using yast, a very simple DHCP server, according to the following config:

option domain-name "XXX.XXX";
option domain-name-servers 192.168.0.1;
option routers 192.168.0.1;

[code]...

(I have tried to add "ddns-update-style none", and to remove the ntp-servers option, since my server is not a time server, without success). Unfortunately, even if the client (a mac running OSX 10.4) receives a right IP and gateway address, it displays neither dns server address nor default domain name. The same mac, on my office network (not managed by me), receives everything.

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

Ubuntu Servers :: DNS / IPV6 Address - Error Network Unreachable

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

Networking :: No IPv6 Global Address When Restart The Network Service

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

Fedora Networking :: FC15 IPV6 Wireless Router - No Longer Gets An IPv6 Address

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

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

Fedora :: Can't Add Second IP Address For Network Card / Fix It?

May 25, 2011

To add a new IP address for the network card in the fedora, the only thing I have to do is to copy the file ifcfg-eth0 which is under /etc/sysconfig/network-scripts/ to a new filename called ifcfg-eth0:1 and change the IP address and the DEVICE?

OK, what about other files as following code...

They will be changed automatically if i changed the file under the network-scripts or i have to change them manual?

Am I miss any thing else need to be done?

View 2 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 :: 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 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

Networking :: Add Route To 1 IP Address Through Second Network Card

Sep 8, 2010

I have a server with 2 network cards. eth0 is used for all traffic and everything is working fine on this side. Eth1 is used for traffic to and from 1 ip address.

Lets say the ip address of eth1 is 123.123.123.10 and its gateway is 123.123.123.1. I need to pass all traffic to 123.123.123.20 through eth1. What command would i use?

View 1 Replies View Related

OpenSUSE Network :: Can't Send Or Receive Email

Dec 28, 2009

can't send or recieve E-mail. Running postfix , thunderbird squirrel mail. Thunderbird and squirrelmail connect to server but am unable to send or recieve. recieve connection refuses 111 can't open smtp stream. I seen a post mentioning port 25 : 587 for squirrellmail but I do not have exim.conf to update daemon_smtp_ports= 25 : 587 is this located in another file for suse 11.2?

View 3 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 :: DHCP4 Does Not Receive An Adress On Startup?

Mar 8, 2010

i installed opensuse 11.2 but the network is still not running. On startup the dhcp client does not recive an adress. Here is the output from the boot.msg

Code:
Setting up (localfs) network interfaces:
lo
lo IP address: 127.0.0.1/8
IP address: 127.0.0.2/8

[Code]...

View 2 Replies View Related

Networking :: Can't Use Ipv6 Although Getting Address?

Jun 30, 2009

I have a problem with my ipv6 connection: although I can't get ipv6 address with DHCP, I can't use ipv6 network. I tried [URL], and the tortoise is static. I want to fix it out , so I use 'ifconfig' to see my network configuration:

eth0 Link encap:Ethernet HWaddr 00:50:8d:ef:dd:06
inet addr:210.77.9.102 Bcast:210.77.11.255 Mask:255.255.252.0
inet6 addr: 2002:d24d:b64:4:250:8dff:feef:dd06/64 Scope:Global

[code]....

Some people told me that the fisrt ipv6 address was wrong and unsuitable for ipv6 connecting. I tried /ect/init.d/networking restart but it didn't work. How can I use the second address as my ipv6 address and fix the problem out ? Now it seems there is not problem with the ip adress but the route. After watching some video, I suddenly could use ipv6. I did 'ifconfig' again and nothing was different. However, the result from the command 'ip -f inet6 route' changed: the last default route was gone and there was only one default route.

View 2 Replies View Related

OpenSUSE Network :: Postfix Rejects Every Email Try To Receive By Using Fetchmail?

Jan 9, 2010

I upgraded my home server from openSUSE 10.3 to 11.2. From that day, postfix rejects every email I try to receive by using fetchmail. The main.cf file was unchanged after the upgrade, postfix starts correctly, but it does not accepts emails! The errors I receive are:

Code:
NOQUEUE: reject: RCPT from localhost[::1]: 504 5.5.2 <localhost>: Helo command rejected: need fully-qualified hostname; from=<> to=<correctuser@somedomain.com> proto=SMTP helo=

[code]....

View 6 Replies View Related

Ubuntu Networking :: Change Ip Address Of Second Internet Sharing Network Card?

Sep 2, 2010

I have a second network card in my ubuntu desktop that I have sharing my internet connection with a wireless router. I have set the router to a static ip address within the network cards range. But, every time I restart the computer, the network card uses a different ip address. One time it will be 10.42.43.1, the next time it will be 10.42.46.1, ect. This makes me have to hard reset my router every time it does this. How can I set the network card to use the same ip address all the time?

View 6 Replies View Related

Ubuntu :: Script That Changes MAC-address On Network Card When Download Or Upload X-amount Of GB

Jul 14, 2011

Making a script that changes the MAC-address on my network card when i download or upload X-amount of GB. I have been searching around on the web, but I haven't been able to find anything that does that.

View 3 Replies View Related

Ubuntu Networking :: Can't Get IPv6 Address

Nov 4, 2010

I have a networking problem with my computer. Under Windows, the computer can get both v4 and v6 address via DHCP. However, the same computer can only get v4 address under Ubuntu. Does anybody know how to solve this problem?

View 3 Replies View Related

Networking :: Disable The Ipv6 Address Only?

Jul 28, 2009

I have a host and typing ifconfig I get:

eth0 Link encap:Ethernet HWaddr 00:0E:7F:4F:E4:09
inet addr:130.130.9.9 Bcast:130.130.255.255 Mask:255.255.0.0
inet6 addr: fe80::20e:7fff:fe4f:e409/64 Scope:Link

[code]...

and to do a test i want to disable or delete the ipv6 address, but mainteining the other configured parameters. Looking on the ifcfg config file I have

DEVICE=eth0
BOOTPROTO=static
BROADCAST=130.130.255.255

[code]....

and nothing about IPv6... Then, using ifdown-ipv6 could i remove only the ipv6 address?

View 11 Replies View Related

General :: Want To Add Ipv6 Address In System

Jul 29, 2011

I want to add an ipv6 address in linux.
i am going to use the following command.
# /sbin/ifconfig <interface> inet6 add <ipv6address>/<prefixlength>
Can anyone explain how this command will works?
Is that prefix length value is fixed to 64 or is it vary?if so,can you explain how it could be?

View 3 Replies View Related

Networking :: IPV6 Address Appearing On Interface

Nov 22, 2010

When I do ifconfig than IPv6 address is appearing on an interface. However when I run the system-config-network and select to edit same interface than it shows the normal ip4 192.168.1.x address. Why is it like that? ipv4 at one place and ipv6 at other?

View 3 Replies View Related

Server :: IPV6 Mail Address Not Listening On 110

Feb 23, 2011

I've registered a top-level domain site.com pointing to my IPv6 address (6to4 tunnel). Everything looks ok, dig command, nslookup command shows requested output, but: I'm not able to connect to mail.site.som on 110 port. I still get an error messaged, that connection has been refused. I've populated the ip6tables with commands to open desired port but with no success. I'm listening on 25, am able to connect to this port, but not to 110.

Command netstat -an | grep "LISTEN " shows that I'm not listening on 110 port, although I'm just added this port to the firewall exceptions. Telnet to ::1/tunneled IPv6 address is successful. Postfix installed, configured properly, ping6 working. Everytime I try to send email from external domain, I'm advised that the mail domain is not pointing to A record.

View 6 Replies View Related







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