Download raw body.
setting up ipv6 on a desktop
On 5/22/26 19:46, Nathan Koch wrote: > > Hey, > > I'm in a corporate environment. I want to receive a dhcp6 stateful > address. How can i very simply get a stateful address. I'm not doing > delegation or anything. All the tutorials online are for configuring > routers etc. > > > -Nate > > -- > -------------------- > Sent from Webmail at SaskInbox.ca > Stay Canadian. Hi Nate. For future reference, this type of question should be posted to misc@, not tech@. The purpose of each list is explained at: https://www.openbsd.org/mail.html To your question, I assume you are running OpenBSD as a desktop. If the last line of your /etc/hostname.(interface name) has the following for ipv4: inet autoconf Then for ipv6 you should be able to keep everything else the same and change it to: inet6 autoconf
setting up ipv6 on a desktop