Archive for the ‘SPLAT’ Category

to start the web interface :

#webui enable 443 (if you want to have it listening on the tcp 443 port)

There are two authentication levels :

1. admin password
2. expert password

You change the admin password using the \passwd admin command

You change the expert password using the regular passwd unix command

ntp -n <interval seconds> <serverIP>

interval in seconds on R65

example : ntp -n 600 84.45.68.23 141.89.226.53

check the config :

#Expert@fw1]# cpd_sched_config print
Task: “av_http_server”
        Command: av_http_server
        Arguments: -j -f /opt/CPsuite-R65/fw1/conf/av_http_server.conf
        Interval: 300
        Active: true
        RunAtStart: true
Task: “RotateLogs”
        Command: /sbin/cp_logrotate
        Arguments: 
        Interval: 100
        Active: true
        RunAtStart: true
Task: “NtpPoll”
        Command: /usr/sbin/ntpdate -s -f   84.45.68.23 141.89.226.53
        Arguments: 
        Interval: 0
        Active: true
        RunAtStart: true
[Expert@kukuw-lb-fw1]# ntp -n 60 84.45.68.23 141.89.226.53
[Expert@kukuw-lb-fw1]# cpd_sched_config print
Task: “av_http_server”
        Command: av_http_server
        Arguments: -j -f /opt/CPsuite-R65/fw1/conf/av_http_server.conf
        Interval: 300
        Active: true
        RunAtStart: true
Task: “RotateLogs”
        Command: /sbin/cp_logrotate
        Arguments: 
        Interval: 100
        Active: true
        RunAtStart: true
Task: “NtpPoll”
        Command: /usr/sbin/ntpdate -s -f   84.45.68.23 141.89.226.53
        Arguments: 
        Interval: 60
        Active: true
        RunAtStart: true

 

NTP on SPLAT can be configured from the Web interface as well

Sometimes you need to adjust the MTU manually (ipsec or dsl overhead can cause issues)

#ifconfig <interface_name> mtu <value>

If you need your change to be reboot persitent :

add the ifconfig <interface_name> mtu <value> line in /etc/rc.d/rc.local

Categories
Subscribe2