Linux

Ubuntu network 설정(terminal command)

dudwns3625 2020. 11. 12. 12:24
728x90
반응형
SMALL

Ubuntu 18.04 network 설정

terminal command 사용

  1. ifconfig로 해당 pc의 ip 확인.

    • ex)

      enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
             inet 192.168.0.188
    • ip 확인 후 terminal에서

      sudo ifconfig enp0s3 192.168.0.xxx(변경할 ip) up
728x90
반응형
LIST