Re: ipv6
Noel Butler <[email protected]>
| Newsgroups | gmane.linux.slackware |
|---|---|
| Message-ID | <1393669878.12215.11.camel@tardis> |
Hi, But that is just "another" work around like is already in use, actually worse, since your IP lists would be wiped out on a system upgrade, not nice if its a host server with 1000 SSL domains :) The workarounds are there, but none of them fix the "root cause" - slackware's default networking's lack of capabilities, and its only going to get worse as time goes by with more and more RIR's and ISP's running out of ipv4 to issue. On Sat, 2014-03-01 at 08:24 +0100, Andreas Vögele wrote: > Noel Butler <[email protected]> writes: > > > That might be fine for home uses... But try that approach if you run > > public facing servers, that all load up well before rc.local, if the > > daemons start at all, they will end up not listening on ipv6, [...] > > > > I know I get sick of having to remember to modify rc.inet1 [...] > > rc.wireless is called early during startup. If you create a script with > that name you don't have to modify rc.inet1. Example script: > > #!/bin/sh > > case "$2" in > 'start') > case "$1" in > eth0) > # Add IPv6 address and default route: > /sbin/ip addr add XXX dev eth0 > /sbin/ip route add default via XXX dev eth0 > ;; > esac > ;; > 'stop') > case "$1" in > eth0) > # Remove IPv6 address and default route: > /sbin/ip route del default via XXX dev eth0 > /sbin/ip addr del XXX dev eth0 > ;; > esac > ;; > esac > > > _______________________________________________ > slackware mailing list > [email protected] > https://mailman.lug.org.uk/mailman/listinfo/slackware _______________________________________________ slackware mailing list [email protected] https://mailman.lug.org.uk/mailman/listinfo/slackware
face-smile.png
(image/png, 873 B) - not displayed
signature.asc
(application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQEcBAABAgAGBQJTEbbwAAoJECg/hgl/0DbH8h4H/Rwk3LjUwGHBYt46ujJD8RUC 2RNt0k1ooGqI659yWSmiuK9OwmilhP5M4AzQAunGka1nuqZm5OHhEUT+kvf641HQ pHE4t3xFt4eS1Z2QKjTdN7e7P3iwVMILt/rm+Dy3/ki1uQHkGaQ9YdnB8IjNqrD/ rnixBF8Hy4KTlRvYAw5fUjzXDGUJrB+/lr7T79V41bUYbf1rXej5mWa9fgJ6AbA1 JIkm6zDNX/GXh8d7moTXGBRJwaHJ/8moZLO+Fl99mqmfRtVC8psVxQza93K+8pFV xR2a5+5ourG0V0Khne9XzlrCcRoZMgP9JO9ncB23lEK4I+ByGQ+0COu3+kYQsCQ= =4prt -----END PGP SIGNATURE-----