On Sat, 16 Feb 2008, Kurt Jaeger wrote:
> Hi!
>
> > > Put ipv6_enable="YES" into your /etc/rc.conf
> >
> > Yeah but I need to reboot to have it work it's magic..
> >
> > I'd like to know what goes on behind the mask.
>
> It works like this:
>
> If ipv6_enable="YES", then you have a "true" from
> /e
Hi!
> > Put ipv6_enable="YES" into your /etc/rc.conf
>
> Yeah but I need to reboot to have it work it's magic..
>
> I'd like to know what goes on behind the mask.
It works like this:
If ipv6_enable="YES", then you have a "true" from /etc/network.subr:ipv6if(),
which is used in /etc/rc.d/auto_l
> > > I'd like to know what goes on behind the mask.
> > >
> > > I sifted through /etc/rc.d and so on but it's not very clear.
> >
> > See sysctl net.inet6.ip6.auto_linklocal
>
> I actually tried setting that but it had no effect..=20
>
> I can't find any documentation on it (in inet6 or ip6
On Fri, 15 Feb 2008, Mark Andrews wrote:
> > I'd like to know what goes on behind the mask.
> >
> > I sifted through /etc/rc.d and so on but it's not very clear.
>
> See sysctl net.inet6.ip6.auto_linklocal
I actually tried setting that but it had no effect..
I can't find any documentation
Daniel O'Connor wrote:
[midget 22:27] ~ >sudo ifconfig fxp0 delete 2002:792d:8527::/64
ifconfig: 2002:792d:8527::/64: bad value
Anyone know the right way to do this? :)
ifconfig fxp0 inet6 2002:792s:8527:: delete
___
freebsd-stable@freebsd.org m
> I'd like to know what goes on behind the mask.
>
> I sifted through /etc/rc.d and so on but it's not very clear.
See sysctl net.inet6.ip6.auto_linklocal
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: [EMAIL PRO
On Fri, 15 Feb 2008, Hajimu UMEMOTO wrote:
> Hi,
>
> > On Fri, 15 Feb 2008 10:53:27 +1030
> > "Daniel O'Connor" <[EMAIL PROTECTED]> said:
>
> doconnor> Any idea what creates the link local address at startup?
> (Mainly to doconnor> satisfy my curiosity :)
>
> Put ipv6_enable="YES" into your
>
> Yes, after I created a link local address for fxp0 it worked fine.
>
> I had to do so manually though - I am not sure what is responsible for=20
> making them. I just rebooted it and it seems OK now though..
>
> Any idea what creates the link local address at startup? (Mainly to=20
> satisf
Hi,
> On Fri, 15 Feb 2008 10:53:27 +1030
> "Daniel O'Connor" <[EMAIL PROTECTED]> said:
doconnor> Any idea what creates the link local address at startup? (Mainly to
doconnor> satisfy my curiosity :)
Put ipv6_enable="YES" into your /etc/rc.conf
Sincerely,
--
Hajimu UMEMOTO @ Internet M
On Fri, 15 Feb 2008, Mark Andrews wrote:
> > Now to work out how to get rtadv going :)
>
> bsdi# ps ax | grep rtadv
> 181 ?? Is 0:09.44 rtadvd tx0
> 36505 p1 S+ 0:00.01 grep rtadv
> bsdi#
Yes, after I created a link local address for fxp0 it worked fine.
I had to do so manually thou
> --nextPart1526557.1B05VYlNaf
> Content-Type: text/plain;
> charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> On Thu, 14 Feb 2008, Hajimu UMEMOTO wrote:
> > doconnor> Anyone know the right way to do this? :)
> >
> > sudo ifconfig fxp0 inet6 20
On Thu, 14 Feb 2008, Hajimu UMEMOTO wrote:
> doconnor> Anyone know the right way to do this? :)
>
> sudo ifconfig fxp0 inet6 2002:792d:8527::1:1 -alias
Ahah, thanks, that works.
Now to work out how to get rtadv going :)
--
Daniel O'Connor software and network engineer
for Genesis Software - htt
On Thu, 14 Feb 2008, Mark Andrews wrote:
> > --nextPart1996860.fztbeObibp
> > Content-Type: text/plain;
> > charset="utf-8"
> > Content-Transfer-Encoding: quoted-printable
> > Content-Disposition: inline
> >
> > Hi,
> > I am experimenting with IPv6 and I can't seem to remove an IPv6
> > address=2
On Thu, 14 Feb 2008, Daniel O'Connor wrote:
Hi,
I am experimenting with IPv6 and I can't seem to remove an IPv6 address
from an interface, eg I have..
But I can't remove it, viz..
[midget 22:11] ~ >sudo ifconfig fxp0 -alias 2002:792d:8527::1:1/64
ifconfig: 2002:792d:8527::1:1/64: bad value
[mi
Hi,
> On Thu, 14 Feb 2008 22:27:34 +1030
> "Daniel O'Connor" <[EMAIL PROTECTED]> said:
doconnor> Hi,
doconnor> I am experimenting with IPv6 and I can't seem to remove an IPv6
address
doconnor> from an interface, eg I have..
doconnor> [midget 22:11] ~ >ifconfig fxp0
doconnor> fxp0: flags
> --nextPart1996860.fztbeObibp
> Content-Type: text/plain;
> charset="utf-8"
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> Hi,
> I am experimenting with IPv6 and I can't seem to remove an IPv6 address=20
> from an interface, eg I have..
> [midget 22:11] ~ >ifco
> But I can't remove it, viz..
> [midget 22:27] ~ >sudo ifconfig fxp0 delete 2002:792d:8527::1:1/64
> ifconfig: 2002:792d:8527::1:1/64: bad value
Try
ifconfig fxp0 inet6 delete 2002:792d:8527::1:1
I think you need the address family in there and no netmask on the end. That
certainly sto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 14 Feb 2008 22:27+1030, Daniel O'Connor wrote:
> [midget 22:27] ~ >sudo ifconfig fxp0 delete 2002:792d:8527::1:1
> ifconfig: 2002:792d:8527::1:1: bad value
Have you tried:
sudo ifconfig fxp0 delete inet6 2002:792d:8527::1:1
- --
-
18 matches
Mail list logo