Skip to content

5. Network Configuration

Chad McCue edited this page Jan 2, 2016 · 35 revisions

McDebian Network Configuration

McDebian uses the below services to provide IPv4 and IPv6 connectivity:

network.service
isc-dhcp-client
isc-dhcp-server
dibbler-client
dibbler-server
radvd

McDebian Network Configuration Files

/etc/sysctl.conf
/etc/rc.local
/etc/interfaces
/etc/dhcp
/etc/systemd/system/debbler-client.sevice
/etc/dibbler

McDebian Network Base Configuration

WAN\Internet Port: IPv4 DHCP, IPv6 DHCP, IPv6 DHCP-PD

LAN Port: IP Address 192.168.1.1

LAN IPv4 DHCP:
domain-name "mcdebian.local";
domain-name-servers 8.8.8.8, 8.8.4.4;
range 192.168.1.100 192.168.1.200;
default-lease-time 600;
max-lease-time 7200;

LAN IPv6 DHCP:
ISP Prefix Delegation or SLAAC

IPv4 PPPOE Client Configuration

Use the "pppoeconf" command to build the base pppoe configuration files. I recommend answering yes to all pppoeconf configuration questions.

pppoeconf