Linux, accedere al menu del router

  • 2 Risposte
  • 4751 Visite

0 Utenti e 1 Visitatore stanno visualizzando questo topic.

Offline venik

  • Nuovo Iscritto
  • *
  • 49
Linux, accedere al menu del router
« il: 26 Dicembre 2008, 12:05 »
Ciao a tutti,
utilizzo linux mint,
ho alice 20 mega e vorrei entrare nel menù del mio router pirelli non wifi (ethernet).
vorrei per tanto configurare un indirizzo ip statico

per utilizzare la connessione ho seguito questa guida
 http://vinnux.wordpress.com/2008/01/08/usare-ladsl-alice-con-ubuntu-710-e-con-il-router-ethernet/
cioè ho usato il comando sudo pppoeconf da terminale

questo è il mio file interfaces

Codice: [Seleziona]
auto lo
iface lo inet loopback


auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider

auto eth0
iface eth0 inet manual

questo è il mio resolv.conf

Codice: [Seleziona]
nameserver 85.37.17.5
nameserver 85.38.28.77
domain homenet.telecomitalia.it
search homenet.telecomitalia.it

questo è il mio dsl-provider

Codice: [Seleziona]
# Configuration file for PPP, using PPP over Ethernet
# to connect to a DSL provider.
#
# See the manual page pppd(8) for information on all the options.

##
# Section 1
#
# Stuff to configure...

# MUST CHANGE: Uncomment the following line, replacing the [email protected]
# by the DSL user name given to your by your DSL provider.
# (There should be a matching entry in /etc/ppp/pap-secrets with the password.)
#user [email protected]

# Use the pppoe program to send the ppp packets over the Ethernet link
# This line should work fine if this computer is the only one accessing
# the Internet through this DSL connection. This is the right line to use
# for most people.
#pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"

# An even more conservative version of the previous line, if things
# don't work using -m 1452...
#pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"

# If the computer connected to the Internet using pppoe is not being used
# by other computers as a gateway to the Internet, you can try the following
# line instead, for a small gain in speed:
#pty "/usr/sbin/pppoe -I eth0 -T 80"


# The following two options should work fine for most DSL users.

# Assumes that your IP address is allocated dynamically
# by your DSL provider...
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
# Comment out if you already have the correct default route installed.
defaultroute

##
# Section 2
#
# Uncomment if your DSL provider charges by minute connected
# and you want to use demand-dialing.
#
# Disconnect after 300 seconds (5 minutes) of idle time.

#demand
#idle 300

##
# Section 3
#
# You shouldn't need to change these options...

hide-password
lcp-echo-interval 20
lcp-echo-failure 3
# Override any connect script that may have been set in /etc/ppp/options.
connect /bin/true
noauth
persist
mtu 1492

# RFC 2516, paragraph 7 mandates that the following options MUST NOT be
# requested and MUST be rejected if requested by the peer:
# Address-and-Control-Field-Compression (ACFC)
noaccomp
# Asynchronous-Control-Character-Map (ACCM)
default-asyncmap

plugin rp-pppoe.so eth0
user "venik"

qualcuno mi dice cosa modificare o cosa fare affinché inserendo in firefox 192.168.1.1 possa accedere al menu del router?????????????????????????


Offline venik

  • Nuovo Iscritto
  • *
  • 49
Re:Linux, accedere al menu del router
« Risposta #1 il: 26 Dicembre 2008, 18:50 »
nessuno??

Offline venik

  • Nuovo Iscritto
  • *
  • 49
Re:Linux, accedere al menu del router
« Risposta #2 il: 27 Dicembre 2008, 14:51 »
upp