Displaying 20 results from an estimated 9000 matches similar to: "How To for IPV6"
2011 Aug 18
1
CentOS 6 and IPv6 neighbor proxy
To route a subnet in ipv6 there are two possibilities:
- add route commands for the subnet in each computer
- or use neighbor proxy in the router server
I prefer neighbor proxy.
So I have to activate neighbor proxy in the router:
sysctl -w net.ipv6.conf.all.proxy_ndp=1
and I have to add entries for each client in the subnet like
ip -6 neigh add proxy
2020 Aug 18
0
Re: ipv6 NAT; accept_ra errors and about network choice
On Tue, Aug 18, 2020 at 01:32:06AM +0200, Stefano Brivio wrote:
> The check comes from commit 00d28a78b5d1 ("network: check accept_ra
> before enabling ipv6 forwarding"), and it's there because the accept_ra
> flag works like this (from Documentation/networking/ip-sysctl.txt):
>
> 0 Do not accept Router Advertisements.
> 1 Accept Router Advertisements if
2015 Jan 21
0
Where to configure proxy NDP in startup scripts?
Hi!
For my network setup I need the following commands:
sysctl -w net.ipv6.conf.all.proxy_ndp=1
ip -6 neigh add proxy 1234:5678:9abc:def0::2 dev eth2
The first command goes to /etc/sysctl.conf to enable it after a reboot.
But where do I put the "ip -6 neigh add proxy"?
Best regards
Franz
2011 Aug 30
0
CentOS 6 IPv6: neighbor and restart network
Hallo,
for using the ipv6 neighbor functions, I have to execute commands like
ip -6 neigh add proxy 2001::211:d8ff:fe97:3273 dev eth0
to publish the ip of computers in the subnet.
To execute them on reboot, I have included these commands in /etc/rc.d/rc.local
Also after each restart of the network, I have to execute these commands too.
So: how can I always execute
/etc/rc.d/rc.local
2020 Aug 17
1
Re: ipv6 NAT; accept_ra errors and about network choice
Hi,
Sorry for the delay.
On Tue, 11 Aug 2020 23:52:46 -0400
Laine Stump <laine@redhat.com> wrote:
> On 8/10/20 11:23 PM, Ian Wienand wrote:
> > Hello,
> >
> > Firstly THANK YOU for the IPv6 NAT support merged in 6.5. It has been
> > almost impossible to get IPv6 into a VM on a laptop that switches
> > between wifi and wired (dock) connections, because
2008 Nov 28
5
Neighbour table overflow
Just started getting this. I tried the following by adding it to my
etc/sysctl.conf:
net.ipv4.neigh.default.gc_thresh1 = 4096
net.ipv4.neigh.default.gc_thresh2 = 8192
net.ipv4.neigh.default.gc_thresh3 = 8192
net.ipv4.neigh.default.base_reachable_time = 86400
net.ipv4.neigh.default.gc_stale_time = 86400
That pretty much locked things up.
Then I tried another googled solution:
echo 256 >
2019 Feb 07
2
persistent generic device for tape changer
Hello Ron,
sounds good. I have 2 tape changer. I persume, udev creates the same
link for both.
Can I modify
SYMLINK+="changer-$env{ID_SERIAL}"
The serial should be unique.
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565 Stuttgart
Gesch?ftsf?hrung
Helmut Drodofsky
HRB 21091 Stuttgart
USt.ID: DE190582774
Fon: 0711 781941 0 <tel:+497117819410>
Fax:
2016 Jul 07
5
update clamav to 0.99.2
Helo,
update is in EPEL repository.
on startup, clamd does not further create clamd.sock and clamd.pid
clamd service stops without any message - even in debug mode.
It's a nightmare.
Helmut
--
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565 Stuttgart
Gesch?ftsf?hrung
Dr.-Ing. Roswitha Hahn-Drodofsky
HRB 21091 Stuttgart
USt.ID: DE190582774
Tel. 0711
2019 Dec 01
2
update CentOS 7 at Nov 05 2019
yum update was run
23.10.19 and then
05.11.19
to the beginning of the update 5.11.2019 kernel logging to
/var/log/messages was ok.
During the update at 5.11.2019 logging to /var/log/messages finished. I
persume, this bug began during processing updates. yum-log shows:
...........
Nov 05 14:56:54 Installed: virt-viewer-5.0-15.el7.x86_64
Nov 05 15:59:28 Installed: nbdkit-1.8.0-1.el7.x86_64
2019 Feb 07
0
persistent generic device for tape changer
I've taken you as far as I can go. ?Now you will have to experiment a
bit for your use case. ?I should point out that at least in my system,
the link with the serial number in it shows up even with the line
commented in the rules file.
As always, YMMV.
On Thu, 2019-02-07 at 22:29 +0100, Helmut Drodofsky wrote:
> Hello Ron,
>
> sounds good. I have 2 tape changer. I persume, udev
2019 Feb 08
1
persistent generic device for tape changer
> Am 08.02.2019 um 00:13 schrieb Ron Loftin <reloftin at twcny.rr.com>:
>
> On Thu, 2019-02-07 at 22:29 +0100, Helmut Drodofsky wrote:
>> Hello Ron,
>>
>> sounds good. I have 2 tape changer. I persume, udev creates the same
>> link for both.
>>
>> Can I modify
>> SYMLINK+="changer-$env{ID_SERIAL}"
>>
>> The serial
2015 Dec 07
2
openvpn + routing
Helmut Drodofsky wrote:
> Hello,
>
> there is one route missing:
>
> 128.0.0.0/1.
>
Did you mean 127.0.0.0?
mark
> config client:
> route-nopull
> redirect-gateway def1 bypass-dhcp
>
> best regards
> Helmut
>
> Viele Gr??e
> Helmut Drodofsky
>
> Internet XS Service GmbH
> He?br?hlstra?e 15
> 70565 Stuttgart
>
> Gesch?ftsf?hrung
2019 Feb 07
2
persistent generic device for tape changer
Hello,
mtx and therefor amanda use generic device /dev/sg<x> for tape changer.
These devices change on reboot.
How to make them persistent?
/dev/sch0 and /dev/sch1 seem to be persistent.
/dev/tape/by-id/ shows links from WWID to generic device
An UDEV rule could help? I have not found any example.
--
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565
2020 Jan 01
2
KVM Random Reboots AMD EPYC Server
our new Server with AMD EPYC and super micro board reboots ramdonly.
There is no error message before the reboot in /var/log/messages.
we are running 2 Server with VMWare workstation without any problem.
The new server should run KVM.
older servers with AMD (before EPYC) running KVM without any problem.
any idea or recommendation?
--
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
2016 Jul 08
0
update clamav to 0.99.2
2016-07-08 4:19 GMT+08:00 Helmut Drodofsky <drodofsky at internet-xs.de>:
> Helo,
>
> update is in EPEL repository.
>
> on startup, clamd does not further create clamd.sock and clamd.pid
>
> clamd service stops without any message - even in debug mode.
>
>
Comment out "AllowSupplementaryGroups" in config clamd.conf and try restart
again
> It's a
2007 Dec 31
0
ip neigh show and NUD_NOARP state - is it possible ?
Hello,
I know that there are devices which are not working with arp. For example,
the loopback device.
I was wondering whether it is possible to create neighbours in a
NUD_NOARP state; so that "ip neigh show"
will show such neighbours where their state is NUD_ARP.
I made some tests with the loopback device , but could not find such a
way to cause it
to appear as NUD_NOARP.
Also if I
2012 Apr 05
3
IPSEC How To?
Hello,
now I have spent many hours to configure openswan for VPN connections
without any success.
My goal:
VPN Server CentOS 6 with public IPv4
VPN Client (= road warrier) from private site with NAT router or from
mobile cell with Linux, Windows 7, Mac, iPhone or Android
Is there any how to in the net?
When I read
file:///usr/share/doc/openswan-doc-2.6.32/config.html
then I belive, there is
2016 Jan 07
2
CentOS 6, SSD recommendations?
Hello,
because of high disk load we plan to move from disk (raid1) to ssd.
Are there recommendations for
- manufacturer
- file sytem
- raid1
The Red Hat Storage Administration Guide says:
- no raid 1
- ext4 only
is this state of the art?
I have searched list,centos.org 2015 - nothing found.
I found in the year 2012 / 2013:
https://www.centos.org/forums/viewtopic.php?t=7580
2012 Nov 09
1
iptables: recent nolonger supported in Centos 5.8?!
Helo,
we use recent to control ip traffic.
kernel 2.6.18-308.13.1.el5 : all is OK
kernel 2.6.18-308.16.1.el5 : the first recent statement causes an error.
E.g.:
iptables -A INPUT -m state --state NEW -m recent --set -p tcp --dport 80
iptables: Unknown error 18446744073709551615
The man pages say: recent is supported.
CentOS 6: is OK
Knows anyone more?
Best regards
Helmut Drodofsky
--
Viele
2013 Mar 13
1
important spamassassin update
Hello,
njab.org will discontinue blacklist services.
On 1. March 2013 Apache published:
Bug 6913; Disabled rules/scores for njabl.org
See:
http://svn.apache.org/viewvc?view=revision&revision=1451776
Will there be an update from CentOS?
Best regards
Helmut Drodofsky
--
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565 Stuttgart
Gesch?ftsf?hrung