diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index 12d82b409..c940f3e45 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -330,7 +330,7 @@ our %adsl_data = ( dnsServer2 => '193.189.160.11', dnsServer3 => '193.189.160.12', vpi => 1, - vci => 32, + vci => 20, method => 'pppoe', DOMAINNAME2 => 'siol.net', Encapsulation => 1, |