Adding IP's not working

DA-Newb

New member
Joined
Oct 5, 2023
Messages
1
So trying to add IP's per the how-to's provided by DA and I continuously get orange notice in lower right hand corner. "Cannot Execute Your Request"

It adds the IP to the list but it's not associated to any device.
The device files exist at the command line level, have the correct IP's for the interfaces
Correct MAC's
Correct Gateway
but they won't bind no matter what process.

I've removed and manually recreated them. Restarted network, ran every command line command this forum has suggested and even when the config files don't exist ip a still returns


1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000


link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00


inet 127.0.0.1/8 scope host lo


valid_lft forever preferred_lft forever


inet6 ::1/128 scope host


valid_lft forever preferred_lft forever


2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000


link/ether 00:25:90:ad:5f:b0 brd ff:ff:ff:ff:ff:ff


inet 107.161.114.58/29 brd 107.161.114.63 scope global noprefixroute enp2s0


valid_lft forever preferred_lft forever


inet6 fe80::225:90ff:fead:5fb0/64 scope link noprefixroute


valid_lft forever preferred_lft forever


3: enp3s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000


link/ether 00:25:90:ad:5f:b1 brd ff:ff:ff:ff:ff:ff


4: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000


link/ether 00:25:90:ad:5f:b2 brd ff:ff:ff:ff:ff:ff


5: enp5s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000


link/ether 00:25:90:ad:5f:b3 brd ff:ff:ff:ff:ff:ff
 
Back
Top