Skip to content

A script to build a dhcpv6+slaac test environment(for Ubuntu)

Notifications You must be signed in to change notification settings

fengf233/dhcpv6-slaac-server-build-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

dhcpv6-slaac-server-build-script

A script to build a dhcpv6+slaac test environment(for Ubuntu)

  • use dhcpv6_slaac.sh can build a dhcpv6+slaac test environment on your ubuntu server
  • ./dhcp.sh to run restart stop server
  • mode.conf to config route or mode
  • /etc/dhcp/dhcpd.conf is dhcpv4 config
  • /etc/dhcp/dhcpd6.conf.stateful is dhcpv6 config that RA's flag M bit=1 ,O bit=1,use dhcp address
  • /etc/dhcp/dhcpd6.conf.stateless is dhcpv6 config that RA's flag M bit=0 ,O bit=1,use slaac address
  • /etc/radvd.conf.stateful M bit=1 ,O bit=1, A bit=0
  • /etc/radvd.conf.stateless M bit=0 ,O bit=1, A bit=1
  • /etc/radvd.conf.basic M bit=1 ,O bit=1, A bit=1

About

A script to build a dhcpv6+slaac test environment(for Ubuntu)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages