ì¸í„°íŽ˜ì´ìŠ¤ IP 주소 변경 =============================== CLI Consoleì„ í†µí•´ ëª¨ë“ ì¸í„°íŽ˜ì´ìŠ¤ì˜ IP 주소를 ë³€ê²½í• ìˆ˜ 있습니다. Step 1. ì¸í„°íŽ˜ì´ìŠ¤ IP 주소 변경 --------------------------------------- #. CLI Consoleì— ë¡œê·¸ì¸ í›„, Config modeë¡œ ì´ë™í•©ë‹ˆë‹¤. #. 아래와 ê°™ì´ "interface eth0 address [IP 주소] [서브넷 마스í¬]"를 ìž…ë ¥í•©ë‹ˆë‹¤. .. code:: bash genian(config)# interface eth0 address X.X.X.X X.X.X.X Stopping Service...done genian(config)# exit Step 2. ì¸í„°íŽ˜ì´ìŠ¤ IP 주소 변경 í™•ì¸ ------------------------------------------- #. 아래와 ê°™ì´ "show configuration | grep interface eth0" ì„ ìž…ë ¥í•©ë‹ˆë‹¤. .. code:: bash genian# show configuration | grep interface eth0 interface eth0 address X.X.X.X X.X.X.X interface eth0 gateway X.X.X.X interface eth0 management-server enable genian# exit