Tripp Lite B098016 Owners Manual for B093- B097- and B098-Series Console Serve - Page 232

Dial-In Settings, 1.20 DHCP Server

Page 232 highlights

14. Configuration from the Command Line 14.1.19 Dial-In Settings To enable dial-in access on the DB9 serial port from the command line with the following attributes: Local IP Address Remote IP Address Authentication Type: Serial Port Baud Rate: Serial Port Flow Control: Custom Modem Initialization: Callback phone User to dial as Password for user 172.24.1.1 172.24.1.2 MSCHAPv2 115200 Hardware ATQ0V1H0 0800223665 user1 secret Run the following commands: # config -s config.console.ppp.localip=172.24.1.1 # config -s config.console.ppp.remoteip=172.24.1.2 # config -s config.console.ppp.auth=MSCHAPv2 # config -s config.console.speed=115200 # config -s config.console.flow=Hardware # config -s config.console.initstring=ATQ0V1H0 # config -s config.console.ppp.enabled=on # config -s config.console.ppp.callback.enabled=on # config -s config.console.ppp.callback.phone1=0800223665 # config -s config.console.ppp.username=user1 # config -s config.console.ppp.password=secret To make the dialed connection the default route: # config -s config.console.ppp.defaultroute=on Please note that supported authentication types are 'None', 'PAP', 'CHAP' and 'MSCHAPv2'. Supported serial port baud-rates are '9600', '19200', '38400', '57600', '115200', and '230400'. Supported parity values are 'None', 'Odd', 'Even', 'Mark' and 'Space'. Supported data-bits values are '8', '7', '6' and '5'. Supported stop-bits values are '1', '1.5' and '2'. Supported flow-control values are 'Hardware', 'Software' and 'None'. If you do not wish to use out-of-band dial-in access, please note the procedure for enabling start-up messages on the console port is covered in section 15. Advanced Configuration. The following command will synchronize the live system with the new configuration: # config -a 14.1.20 DHCP Server To enable the DHCP server on the console management LAN with settings: Default lease time 200000 seconds Maximum lease time 300000 seconds DNS server1 192.168.2.3 DNS server2 192.168.2.4 Domain name company.com Default gateway 192.168.0.1 IP pool 1 start address 192.168.0.20 IP pool 1 end address 192.168.0.100 Reserved IP address 192.168.0.50 MAC to reserve IP for 00:1e:67:82:72:d9 Name to identify this host John-PC 232

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288

232
14. Configuration from the Command Line
14.1.19 Dial-In Settings
To enable dial-in access on the DB9 serial port from the command line with the following attributes:
Local IP Address
172.24.1.1
Remote IP Address
172.24.1.2
Authentication Type:
MSCHAPv2
Serial Port Baud Rate:
115200
Serial Port Flow Control:
Hardware
Custom Modem Initialization: ATQ0V1H0
Callback phone
0800223665
User to dial as
user1
Password for user
secret
Run the following commands:
# config -s config.console.ppp.localip=172.24.1.1
# config -s config.console.ppp.remoteip=172.24.1.2
# config -s config.console.ppp.auth=MSCHAPv2
# config -s config.console.speed=115200
# config -s config.console.flow=Hardware
# config -s config.console.initstring=ATQ0V1H0
# config -s config.console.ppp.enabled=on
# config -s config.console.ppp.callback.enabled=on
# config -s config.console.ppp.callback.phone1=0800223665
# config -s config.console.ppp.username=user1
# config -s config.console.ppp.password=secret
To make the dialed connection the default route:
# config -s config.console.ppp.defaultroute=on
Please note that supported authentication types are ‘None’, ‘PAP’, ‘CHAP’ and ‘MSCHAPv2’.
Supported serial port baud-rates are ‘9600’, ‘19200’, ‘38400’, ‘57600’, ‘115200’, and ‘230400’.
Supported parity values are ‘None’, ‘Odd’, ‘Even’, ‘Mark’ and ‘Space’.
Supported data-bits values are ‘8’, ‘7’, ‘6’ and ‘5’.
Supported stop-bits values are ‘1’, ‘1.5’ and ‘2’.
Supported flow-control values are ‘Hardware’, ‘Software’ and ‘None’.
If you do not wish to use out-of-band dial-in access, please note the procedure for enabling start-up messages on the console
port is covered in section
15. Advanced Configuration
.
The following command will synchronize the live system with the new configuration:
# config –a
14.1.20 DHCP Server
To enable the DHCP server on the console management LAN with settings:
Default lease time
200000 seconds
Maximum lease time
300000 seconds
DNS server1
192.168.2.3
DNS server2
192.168.2.4
Domain name
company.com
Default gateway
192.168.0.1
IP pool 1 start address
192.168.0.20
IP pool 1 end address
192.168.0.100
Reserved IP address
192.168.0.50
MAC to reserve IP for
00:1e:67:82:72:d9
Name to identify this host
John-PC