Copyright © 2006 – STM Norway AS
Publication no. 101557, Rev. T, November 3
th
, 2006
Page 25
1)
Set the LAN IP address of the unit
– Enter the CLI command
ip set 1 <
aaa.bbb.ccc.ddd
>
<
eee.fff.ggg.hhh>
where
<
aaa.bbb.ccc.ddd
>
is the IP address and
<
eee.fff.ggg.hhh>
the netmask.
Example:
# ip set 1 10.10.20.1 255.255.255.248
2)
Set the DVB IP address (Satellite interface) of the unit:
– Enter the CLI command
ip set 3 <
aaa.bbb.ccc.ddd
>
<
eee.fff.ggg.hhh>
where
<
aaa.bbb.ccc.ddd
>
is the IP address and
<
eee.fff.ggg.hhh>
the netmask.
Example:
# ip set 3 10.10.21.1 255.255.255.0
3)
Verify that the IP addresses and netmasks are set correctly:
– Enter the CLI command
ip show
Example:
If the values above have been configured the
ip show
command shall give the following result.
(Interface 1 is the LAN interface, interface 2 is not used, and interface 3 is the DVB (satellite)
interface):
# ip show
Interfaces
If IPAddress SubnetMask BroadCastAddr MTU Alias AdminStatus
1 10.10.20.1 255.255.255.248 10.10.20.7 1500 eth0 1
2 N/A N/A N/A 4074 air0 1
3 10.10.21.1 255.255.255.0 192.168.255.255 4074 dvb0 1
Interface Statistics
------------- Input ----------------- ------------- Output ----------------
If UCast NUCast Disc Octets UCast NUCast Disc Octets
1 14496815 48920 1068 967104678 29153597 1278 1 970900724
2 0 0 0 0 0 0 0 0
3 14754693 70483 2506 486270184 21082393 0 4 1308841911
IP Receive Deliver Errors Discards Forward Request NoRoute Discards
73163754 667213 4 4 43077496 304307 0 280
Routing Table
DestMask RouteMask NextHop If
0.0.0.0 0.0.0.0 10.10.21.254 3
10.10.20.0 255.255.255.248 0.0.0.0 1
10.10.21.0 255.255.255.0 0.0.0.0 3
4)
Save the IP configuration to Flash
– Enter the CLI command:
save config
– Example:
# save config
Saving Configuration. This will take ~20 secs
# Configuration Saved
#
If the prompt sign (#) does not show, push enter.