解決CP不能登錄通過(guò)遠(yuǎn)程管理
創(chuàng)新互聯(lián)建站專業(yè)為企業(yè)提供渾南網(wǎng)站建設(shè)、渾南做網(wǎng)站、渾南網(wǎng)站設(shè)計(jì)、渾南網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁(yè)設(shè)計(jì)與制作、渾南企業(yè)網(wǎng)站模板建站服務(wù),十載渾南做網(wǎng)站經(jīng)驗(yàn),不只是建網(wǎng)站,更提供有價(jià)值的思路和整體網(wǎng)絡(luò)服務(wù)。
1.說(shuō)明
本實(shí)驗(yàn)是在CP的Vmware環(huán)境下。
CP版本:R77.30
2.問(wèn)題描述
在使用CP的Vmware虛擬機(jī)做實(shí)驗(yàn)的過(guò)程中,當(dāng)你正常關(guān)機(jī)或重啟后,可能系統(tǒng)起來(lái)了,但是發(fā)現(xiàn)不能通過(guò)SSH、Telnet、WEB進(jìn)行管理了,并且SmartConsole也不能連接,而且使用SmartConsole連接提示要進(jìn)GUI Client進(jìn)行設(shè)置。針對(duì)此問(wèn)題,提出簡(jiǎn)單的解決辦法。有用的可以試下,沒(méi)用的請(qǐng)另尋它法。
3.問(wèn)題解決
在Console中使用cpconfig命令
CP1> cpconfig This program will let you re-configure your Check Point products configuration.
Configuration Options: ---------------------- (1) Licenses and contracts (2) Administrator (3) GUI Clients //GUI 客戶端設(shè)置 (4) SNMP Extension (5) PKCS#11 Token (6) Random Pool (7) Certificate Authority (8) Certificate's Fingerprint (9) Disable Check Point SecureXL (10) Check Point CoreXL (11) Automatic start of Check Point Products
(12) Exit
Enter your choice (1-12) :3 |
輸入3,進(jìn)行修改
Configuring GUI Clients... ========================== GUI Clients are trusted hosts from which Administrators are allowed to log on to this Security Management Server. You have selected the following hosts to be GUI Clients: any 192.168.10.*
Do you want to modify this list (y/n) [y] ? y //修改GUI Client列表 Do you want to [C]reate a new list, [A]dd or [D]eleteone?: A //根據(jù)提示,輸入A添加可連接的GUI客戶端 You can add GUI Clients using any of the following formats: 1. IP address. 2. Machine name. 3. "Any" - Any IP without restriction. 4. IP/Netmask - A range of addresses, for example 192.168.10.0/255.255.255.0 or 2001::1/128 5. A range of addresses - for example 192.168.10.8-192.168.10.16 or 2001::1-2001::10 6. Wild cards (IPv4 only) - for example 192.168.10.*
Enter GUI Client: 192.168.10.* |
如上,根據(jù)提示,可輸入具體的地址,也可輸入地址范圍進(jìn)行,根據(jù)實(shí)際情況輸入即可。
輸入后,會(huì)提示重啟,save config保存配置并reboot重啟即可。
重啟后正常連接