Lab Network basics Q10

I will check its state up but the sysntax error show like - eth0 interface is still down.
how to solve this problem.

Hi Shadab,

Please share the lab link, I’ll check it.

https://learn.kodekloud.com/user/courses/learning-linux-basics-course-labs/module/beae84be-64d2-41b6-b807-575f4107dfc9/lesson/882728fb-a94b-43b0-bd4b-88da8e5882d6?autoplay=true

Hi,

You need to do that in the server devapp01 which is mentioned in the Q9.

$ ssh devapp01
$ sudo ip link set dev eth0 up

problem solved, thank you