Results 1 to 3 of 3
  1. #1

    How do I setup two or more IPv6 address on one NIC in FreeBSD?

    How i can assign two or more IPv6 address on one NIC. I tried Google but no luck. I've done it with ipv4 but ipv6 can not . Thanks in advance!

  2. #2
    Join Date
    Oct 2002
    Location
    Vancouver, B.C.
    Posts
    2,699
    man 8 ifconfig

    Under examples:
    Code:
    Add the IPv6 address 2001:DB8:DBDB::123/48 to the interface em0:
    # ifconfig em0 inet6 2001:db8:bdbd::123 prefixlen 48 alias
    Note that lower case hexadecimal IPv6 addresses are acceptable.
    or to set it permanently, man 5 rc.conf

    Code:
    ifconfig_ed0_ipv6="inet6 2001:db8:1::1 prefixlen 64"
    ifconfig_ed0_alias0="inet6 2001:db8:2::1 prefixlen 64"
    ASTUTE INTERNET: Advanced, customized, and scalable solutions with AS54527 Premium Performance and Canadian Optimized Network (Level3, Shaw, CogecoPeer1, GTT/Tinet),
    AS63213 Cost Effective High Performance Network (Cogent, HE, GTT/Tinet)
    Dedicated Hosting, Colo, Bandwidth, and Fiber out of Vancouver, Seattle, LA, Toronto, NYC, and Miami

  3. #3
    Join Date
    Aug 2002
    Location
    Seattle
    Posts
    5,525
    Is this FreeBSD 9x?

Similar Threads

  1. How do I setup a new ip address as my server's main ip address?
    By Shin Asuka in forum Hosting Security and Technology
    Replies: 1
    Last Post: 07-26-2007, 11:14 PM
  2. FreeBSD 2 nic one to route one to DB - how do I?
    By GNDI in forum Hosting Security and Technology
    Replies: 7
    Last Post: 08-31-2006, 06:08 AM
  3. FreeBSD and realtek nic
    By Rackmounts in forum Web Hosting
    Replies: 3
    Last Post: 07-26-2003, 12:30 PM
  4. Your home address in the NIC whois good or bad?
    By Rock in forum Domain Names
    Replies: 33
    Last Post: 01-13-2003, 09:00 AM
  5. add new default route for 2nd nic in freebsd
    By ndoody in forum Hosting Security and Technology
    Replies: 8
    Last Post: 10-12-2002, 01:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •