Changes

Jump to navigation Jump to search
Line 296: Line 296:     
[[#2]] Your modem documentation may indicate which serial port is used by the modem. You may also be able to visually identify which port your modem uses.
 
[[#2]] Your modem documentation may indicate which serial port is used by the modem. You may also be able to visually identify which port your modem uses.
 +
 +
====Dialup phone numbers with # and * characters====
 +
 +
[[bugzilla:4592]]
 +
 +
{{Warning box|When entering your dialup phone number the default allowable character set does not include # and/or *.  If your country uses dialup phone numbers with # and/or *  you will need to edit the following script}}
 +
 +
nano /usr/lib/perl5/site_perl/esmith/console/configure.pm
 +
 +
Section
 +
------------------------------------------------------------
 +
DIALUP_ACCESS_NUMBER:
 +
------------------------------------------------------------
 +
 +
Change line 1398 "if ($choice =~ /^[-,0-9]+$/)"
 +
 +
To "if ($choice =~ /^[-,\#\*0-9]+$/)"
 +
 +
Which allows '#' and '*' in the Dialup phone number
 +
 +
save changes.
    
====Configuring Your DHCP Server====
 
====Configuring Your DHCP Server====

Navigation menu