| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Nokia has perfect documentation, but all is hidden in support site under www.nokia.com/support -> "Support for Business Products". You need to have a login, and one of you appliances serial numbers to download something. You can also look inside documentation CD (shipped with any IPSO platform). CLI is described in "CLI Reference Guide for Nokia IPSO X.X" |
| |||
| If you're looking to automate command line tasks that voyager completes that are not referenced in the command line pdf. The best way is to change the logging settings to "logging of transient and permanant changes". Then any commands undertaken by voyager (and clish too i think) are spewed into syslogs. I found this very usefull for figuring out how to do a lot of what voyager or clish does.. on the command line. -- Iain |
| |||
| Yeah, not entirely suprisingly.. most of the commands are made using dbset (thats in 3.6 btw, I haven't tried it with 4). The whole voyager is changed in 4 (much much better IMHO), there also appears to be more of an emphasis on clish too so it might be different now. -- IaKing |
| |||
| Unix commands supported by ipso rm filename Removes the file "filename" cp file1 file2 Makes a copy of file1 and names file2 mv file1 directory Moves "file1" to "directory" pwd Print working directory name rmdir directory Remove directory called "directory" ls List directory contents (use -al switch from details) find / -name filespec -print Begin a search in the root directory and all subdirectories for the file named "filespec" ps -awux Report all active processes in the kernel ipsofwd on admin Enables IP forwarding uptime Show how long system has been running tail filename Display the last part of a file called "filename" cat filename Concatenate and print files called "filename" netstat -rn Show the routing table arp -an Displays contents of ARP cache tcpdump parameters Displays traffic on a network. traceroute 10.1.1.1 Print the route packets take to host 10.1.1.1 tar -cvf newarchive.tar dirname Used to create the tar archive named newarchive.tar containing the contents of directory dirname tar -tvf newarchive.tar Lists the contents of newarchive.tar without decompressing gzip newarchive.tar Compresses the file newarchive.tar. tar -zvxf newarchive.tar.gz Used to decompress and untar an archive created by tar and compressed by gzip. cron Daemon that executes scheduled commands or script. date Display or set date and time. df Display free disk space (-a shows all mount points). vi textfile Allows the editing of file called "textfile". mkdir directoryname Make directory called "directoryname". chmod xxx Change file modes [ who::= a | u | g | o symbols ``u'', ``g'', and ``o'' specify the user, group, and other parts of the mode bits, respectively. The who symbol ``a'' is equivalent to ``ugo''. For example, chmod 777 will give full permissions to all]. ifconfig -a Display interface information from the command line. ipsoinfo IPSO information gathering utility. (note: fwinfo is included in the information generated by ipsoinfo). touch Utility that sets the modification and access times of files to the current time of day. If the file doesn't exist, it is created with default permissions. mount -a Mount all HD partitions (single user mode). mount -o rw /dev/wd0f Mount /partition for read/write. |
| |||
| A handy CLI command is fw ctl iflist which lists just the interface names. Handy for the -i switch when running a tcpdump to make sure you have the correct interface name. Sometimes it can take an age to find the interface name from ifconfig -a. |
| |||
| Here is the manual of Nokia IPSO http://www.wideknowledge.net/nokiaipso/index.htm |
| |||
| Hello Guys, I can't find the Nokia IPSO Command line does anyone have got a copy in PDF? It was suppose to be on this website " http://www.wideknowledge.net/nokiaipso/index.htm" however it 's not available anymore Thanks |
| |||
| Hi, I'm also looking for a CLI manual/list for IPSO. At a custumor site we have an IP350 with CP R61, SmartCenterServer en Firewall module are on the same machine. Yesterday i have the trouble that the SmartCenterServer did't respond to anything. Is it possible to restart ONLY the SmartCenterServer service? I resolved the problem with a CPrestart which restarted all of de Checkpoint Services. But can i just restart ONE service??? That's why i'm looking for the CLI manual. So if someone has one......... Thanks Maarten |
| |||
| Hi, I've just been on Nokia website and the CLI doc is there. mheldens you should take a look on Check Point website, you will find the CLI ref guide from Check Point. On a standalone environment (FW & mgmt on the same module) all the services are binded so I don't think it is possible to only restart the smartcenter. Tan |
| |||
| Quote:
Also i think it isn't possible the only restart the smartcenter. Maarten |
| |||
| Quote:
Sry because my site downed for a long time. Now i reupload at http://www.wideknowledge.net/nokiaipso/index.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |