Configuring Inventum Software NAS

  • 0
----------------------------------------------------------
=>Inventum Login:
User: root
Password: inventumadmin
----------------------------------------------------------
=> Initial Setup
main->show
----------------------------------------------------------
=>Displaying the Connected Interfaces:
main->diag
ifconfig
=>Verify: BROADCAST RUNNING MULTICAST
=>To exit from DIAG: quit
=>List all PCI devices:
main->config->pci
----------------------------------------------------------
=> To load Drivers:
main->config
help
list drivers
=>Look at the driver name. For ex: e1000
=>Press Enter to continue till the list ends.
load e1000
=>To display what is already loaded:
loaded
=>To unload/uninstall:
unload e1000
save
=>To reboot the NAS:
main
reset/restart
----------------------------------------------------------
=>Change Default Inventum Password:
main->config
change user root password 145236
----------------------------------------------------------
=> List all Users:
main->config
list users
=> Delete User:
del user soham
=>Add User:
add user soham password 145236789 role mgr
----------------------------------------------------------
=>Set IPs to Interfaces:
main->interface
set eth0 10.11.12.2 mask 255.255.255.240
set eth1 10.11.12.1 mask 255.255.255.240
----------------------------------------------------------
=>Inventum Set Default Route/Gateway:
main->route
set default 10.11.12.1

>Display All Routes:
main->diag
route
----------------------------------------------------------
=> Setting up DNS:
main->dns->show
add ns 8.8.8.8
del ns 208.67.222.222
----------------------------------------------------------
=>Set SNAT
main->snat
help
----------------------------------------------------------
=> Set Policy Url:
main->url
help
set policy url 203.12.122.122
----------------------------------------------------------
=>Set Firewall:
main->firewall
show

dd allow from 203.12.122.122 to any protocol any
add allow from any to 203.12.122.122 protocol any

dd allow from any to any protocol tcp/80/
add allow from any to any protocol tcp//80
----------------------------------------------------------
=> Show running Processes:
main->diag-> ?
ps
=>Check NAS Uptime:
uptime
=> Free RAM:
free

cpdump
iptraf
netstat
arp
clear-ssh-identity
----------------------------------------------------------
=>To do nslookup:
main
nslookup
----------------------------------------------------------
=>Enabling Authsrv service:
main->authsrv
show

ervice on
set port eth1 wan
set port eth0 lan
qos on
----------------------------------------------------------
=> Enable Packet Logging:
main->plog
set logging on
format extended
reload

et logging to 10.11.12.5 8080
----------------------------------------------------------
=> Enable Syslog Logging:
set logging on
set logging to 10.11.12.5 8080
set log level err
reload
----------------------------------------------------------

No comments:

Post a Comment