So this is working for port A now? You can add another section for port B like thisPurecade wrote: 17 Nov 2021, 02:33 I modified dhcpcd.conf,Add content in dhcpcd.conf:
interface eth0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
Code: Select all
interface eth0
static ip_address=192.168.1.100/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
interface eth1
static ip_address=192.168.2.100/24
Nicolai