d18b
![]() |
|
|
|
|
|||||||
| Networking Network related discussions (including general TCP/IP stuff, routing, etc). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I am unable to assign the Ipv6 to em0 interface. When I run this command: /etc/rc.d/network_ipv6 restartIt says: Code:
add net ::ffff:0.0.0.0: gateway ::1: route already in table
add net ::0.0.0.0: gateway ::1: route already in table
net.inet6.ip6.forwarding: 0 -> 0
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
net.inet6.ip6.accept_rtadv: 1 -> 1
add net fe80::: gateway ::1: route already in table
add net ff02::: gateway ::1: route already in table
IPv4 mapped IPv6 address support=NO
But still its not assigning the same. Pls Help. Last edited by DutchDaemon; November 25th, 2010 at 16:43. |
|
#2
|
||||
|
||||
|
Post the relevant bits from your /etc/rc.conf please.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
||||
|
||||
|
Your rc.conf should have:
Code:
ipv6_enable="YES" ifconfig_em0="inet your ipv6 netmask 255.255.255.0"
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
|
#4
|
||||
|
||||
|
Quote:
Code:
ipv6_ifconfig_em0="<IPv6 Address> prefixlen <prefix>"
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#5
|
||||
|
||||
|
Ooops. You have right!
__________________
==================================== | -------> UNIX. Live Free Or Die! <-------- | ==================================== You can say: I can't do something because is difficult. You must say: I tried a lot before say that I can't. Never Give up. http://unixsystems.dyndns.org/ I am not an BSD expert. But I really want to help. Don't afraid to ask me anything. If I can I will help! Nice wallpapers to make your desktop more hardcore :) ---> http://forums.freebsd.org/showthread.php?t=13416 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 64 bit FreeBSD 7 - Stable enough? | pkhunter | General | 16 | October 24th, 2010 23:59 |
| Questions for 64-bit Freebsd | Giorgos | Other Window Managers | 1 | January 27th, 2010 23:44 |
| FreeBSD 8.0 Release dies loading kernel on Mac Mini | trev | Installing & Upgrading | 0 | November 30th, 2009 11:38 |
| FreeBSD disc 1 not loading | Poincare | Installing & Upgrading | 8 | July 15th, 2009 06:26 |
| IPv6 DAD disables IPv6 Traffic, how to turn IPv6 back on? | benzh512 | Networking | 6 | March 10th, 2009 16:57 |