Configurazione router sotto linux

Pubblicità

kamacio

Nuovo Utente
Messaggi
7
Reazioni
0
Punteggio
24
Innanzitutto salve a tutti.Sono un utente windows ma da un po di tempo cerco di usare suse 9.2...ho un problema con la rete...spero mi possiate aiutare.

Allora...sono AD UN PASSO dalla connessione ad internet.
Ho aquistato il router adsl dlink dsl-502t,sotto XP funziona correttamente,sotto suse no.

Prima cosa da fare è configurare la scheda di rete?Me la vede,ma non basta vero?Io l'ho configurata (o almeno credo) ma non so se mettere l'indirizzo del gateway o no.Suppongo di no perchè quello serve per uscire in internet no?
Allora ho settato il dhcp come distributore di indirizzi.
Fin qui tutto ok?

Dopodichè mi connetto all'192.168.1.1 per configurare tramite l'interfaccia web il router e qui cominciano i casini.
Nelle scheda "management IP",sotto IP Address ho messo 192.168.1.1 (default) subnet mask 255.255.255.0 e gateway 192.168.1.1

Il gateway e l'Indirizzi IP sono uguali,non so perchè,i valori me li mette lui di default.
Come settaggi per la ADSL ho messo MMOA (o qualcosa del genere),username e psw.

Se vado nella scheda status la LAN me la vede ok,indirizzo ip,mac address,dhcp attivo e la subnet.
Sotto nella WAN anche,connection 1,pppoe,indirizzo,poi connected e da quanto tempo è su.

Però le pagine web non le apre

Qualche idea?Sono convinto che manchi davvero poco...aiuto per favore...
__________________
 
Ultima modifica:
Allora, per farla molto in breve fai così:

una volta che il router funziona sotto xp con dhcp non toccarlo +... (ricordati solo di non attivare WPA o WEP con caratteri ASCII perchè probabilmente linux non la supporta...).

Su linux configuri la scheda di rete per ottenere l'indirizzo tramite dhcp.
Se hai il router che ha 192.168.1.1 e al tuo pc viene assegnato un indirizzo di classe 192.168.1.xxx allora il gioco è fatto.

Se non riesci a navigare su internet in quel caso è solo un problema di DNS.
Allora setti manualmente i DNS su linux(quelli che ti fa vedere in winxp nello stato della connessione (la tab supporto)).
Mi piacerebbe dirti il comando esatto per settarli... ma me lo sono dimenticato! (devi scrivere gli indirizzi dei DNS in un file chiamato resolv.conf o simile se non ricordo male...)


In bocca al lupo!

Bye,

Berill
 
Beh,che dire...non speravo di avere una risposta di sabato sera.Sei stato molto gentile,anche se sono le 2 e mezza ora provo a connettermi,è abbastanza importante per me.

Grazie ancora.
 
Niente da fare,tramite yast riesco a mettere l'indirizzo DNS nel settaggio della DSL (perchè devo anche configurare l'ADSL no?Oltre alla scheda di rete devo anche settare questi parametri.

Il problema è che non ho ancora capito le differenze tra root ,utente normale,amministratore e quando provo ad editare il file risolv.config non me lo fa modificare perchè non ho i permessi.

In linux come faccio a poter fare tutto come utente?
Il comando SU?
E poi da quale terminale?Ce ne sono almeno 3,konsole,terminale e un altro e non conosco le differenze.
Inoltre il file resolv.conf non riesco a modificarlo perchè non riesco a cambiare i permessi ,ho visto vari comandi ma sbaglio sempre qualcosa.Non esiste un modo per avere tutti i permessi?

Sono un po demoralizzato :(
 
Ultima modifica:
EDIT:Sono riuscito a modificare il file,ve lo posto cosi mi dite dove ho sbagliato :)
Lo so che è un po lungo,ma voi sicuramente avete l'occhio adatto per capire subito cosa c'è che non va...




## Path: Network/Hardware/Config
## Description: Set some general network configuration
## Type: string("","-","+")
## Default: "+"
## ServiceRestart: network
#
# DEFAULT_BROADCAST is used when no individual BROADCAST is set. It can get one
# of the following values:
# "" : don't set a broadcast address
# "-" : use IPADDR with all host bits deleted
# "+" : use IPADDR with all host bits set
DEFAULT_BROADCAST="+"

## Type: yesno
## Default: yes
# sometimes we want some script to be executed after an interface has been
# brought up, or before an interface is taken down.
# default dir is /etc/sysconfig/network/if-up.d for POST_UP and
# /etc/sysconfig/network/if-down.d for PRE_DOWN
GLOBAL_POST_UP_EXEC="yes"
GLOBAL_PRE_DOWN_EXEC="yes"

## Type: yesno
## Default: no
# If ifup should check if an ip address is already in use, set this to yes.
# Make sure that packet sockets (CONFIG_PACKET) are supported in the kernel,
# since this feature uses arping, which depends on that.
# Also be aware that this takes one second per interface; consider that when
# setting up a lot of interfaces.
CHECK_DUPLICATE_IP="no"

## Type: yesno
## Default: no
# Switch on/off debug messages for all network configuration stuff. If set to no
# most scripts can enable it locally with "-o debug".
DEBUG="no"

## Type: yesno
## Default: yes
# Should error messages from network configuration scripts go to syslog, or do
# you like them on stderr?
USE_SYSLOG="yes"

## Type: yesno
## Default: yes
# There are some services (ppp, ippp, dhcp-client, pcmcia, hotplug) that have to
# change the /etc/resolv.conf dynamically at certain times. E.g. if ppp/ippp
# establishes a connection and is supplied by the peer with a list of
# nameservers. Or pcmcia needs to set the correct nameserver for the choosen
# configuration scheme. If you don't like these services to change
# /etc/resolv.conf at all, then set this variable to "no".
# If unsure, leave it at the default (which is "yes").
#
MODIFY_RESOLV_CONF_DYNAMICALLY="yes"

## Type: yesno
## Default: no
# Like MODIFY_RESOLV_CONF_DYNAMICALLY, except it modifies /etc/named.conf.
# If unsure, leave it at the default (which is "no").
#
MODIFY_NAMED_CONF_DYNAMICALLY="yes"

# Handling of network connections
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# These features are designed for the convenience of the experienced
# user. If you encounter problems you don't understand then switch
# them off. That is the default.
# Please do not complain if you get troubles. But if you want help to
# make them smarter write to <http://www.suse.de/feedback>.

## Type: yesno
## Default: no
#
# If you are interested in the connections and nfs mounts that use a
# network interface, you can set CONNECTION_SHOW_WHEN_IFSTATUS="yes".
# Then you will see them with 'ifstatus <interface>' (or 'ifstatus
# <config>')
# This one _should_ never harm ;)
#
CONNECTION_SHOW_WHEN_IFSTATUS="no"

## Type: yesno
## Default: no
#
# If an interface should be set down only if there are no active
# connections, then use CONNECTION_CHECK_BEFORE_IFDOWN="yes"
#
CONNECTION_CHECK_BEFORE_IFDOWN="no"

## Type: yesno
## Default: no
#
# If these connetions (without the nfs mounts) should be closed when
# shutting down an interface, set CONNECTION_CLOSE_BEFORE_IFDOWN="yes".
# WARNING: Be aware that this may terminate applications which need
# one of these connections!
#
CONNECTION_CLOSE_BEFORE_IFDOWN="no"

## Type: yesno
## Default: no
#
# If you are a mobile laptop user and like even nfs mounts to be
# closed when you leave your current workplace, then set
# CONNECTION_UMOUNT_NFS_BEFORE_IFDOWN="yes". This does only work
# if CONNECTION_CLOSE_BEFORE_IFDOWN="yes", too.
# WARNING: Be aware that this may terminate applications which use
# these nfs mounts as working directory. Be very carefull if your home
# is mounted via nfs!!!
# WARNING: This may even lead to hanging ifdown processes if there are
# processes that could not be terminated. If you are using
# hotpluggable devices (pcmcia, usb, firewire), first shut them down
# before unplugging!
#
CONNECTION_UMOUNT_NFS_BEFORE_IFDOWN="no"

## Type: yesno
## Default: no
#
# If terminating processes that use a connection or nfs mount is not
# enough, then they can be killed after an unsuccesfull termination.
# If you want that set CONNECTION_SEND_KILL_SIGNAL="yes"
#
CONNECTION_SEND_KILL_SIGNAL="no"

## Type: string
## Default: ""
#
# Here you may specify which interfaces have to be up and configured properly
# after 'rcconfig start'. rcconfig will return 'failed' if any of these
# interfaces is not up. You may use interface names as well but better use
# hardware descriptions of the devices (eth-id-<macaddress> or eth-bus-... See
# man ifup for 'hardware description'). The network start script will wait for
# these interfaces, but not longer as set in WAIT_FOR_INTERFACES.
# You need not to add dialup or tunnel interfaces here, only physical devices.
# The interface 'lo' is always considered to be mandatory and can be omitted.
#
# If this variable is empty, rcnetwork tries to derive the list of mandatory
# devices automatically from the list of existing configurations. Configurations
# with names bus-pcmcia or bus-usb or with STARTMODE=hotplug are skipped. (try
# '/etc/init.d/rc5.d/S*network start -o debug fake | grep MANDAT')
MANDATORY_DEVICES=""

## Type: integer
## Default: 20
#
# Some interfaces need some time to come up or come asynchronously via hotplug.
# WAIT_FOR_INTERFACES is a global wait for all mandatory interfaces in
# seconds. If empty no wait occurs.
#
WAIT_FOR_INTERFACES="20"

## Type: yesno
## Default: yes
#
# With this variable you can determine if the SuSEfirewall when enabled
# should get started when network interfaces are started.
FIREWALL="yes"

## Type: string("off","guess","auto-off","auto-manual","manual")
## Default: "off"
#
# !!!This feature is still not implemented. Leave it to 'off'!!!
# What shall we do if there is no valid configuration?
# off: do nothing, just fail
# guess: try to guess the needed info (zeroconf)
# auto-off: trigger automatic creation of a config file; if that fails, do
# nothing, just fail
# auto-manual: trigger automatic creation of a config file; if that fails, ask
# user to provide configuration (via yast)
# manual: ask user to provide configuration (via yast)
# !!!This feature is still not implemented. Leave it to 'off'!!!
FAILURE_ACTION=off

## Type: string
## Default: "eth*[0-9]|tr*[0-9]|wlan[0-9]|ath[0-9]"
#
# Automatically add a linklocal route to the matching interfaces.
# This string is used in a bash "case" statement, so it may contain
# '*', '[', ']' and '|' meta-characters.
#
LINKLOCAL_INTERFACES="eth*[0-9]|tr*[0-9]|wlan[0-9]|ath[0-9]"

## Type: string
## Default: "-a -f -I -u 0 -d 10"
#
# Set default options for ifplugd. You may also set them in an ifcfg-* file
# individually. Have a look at 'man ifplug' for details. We let ifplugd set the
# interface UP when starting, because there are many interfaces where link beat
# cannot be detected otherwise. If you want the interface to stay down then add
# the option '-a'.
#
IFPLUGD_OPTIONS="-f -I -u 0 -d 10"

## Type: yesno
## Default yes
#
# If you don't want to use ipv6 at all, set this to 'no'. Then ifup will always
# flush all ipv6 adresses. This might be usefull together with ifplugd, if link
# baet detection is only possible with interface UP.
#
USE_IPV6=yes
 
Allora... eccomi tornato!

devi aggiungere al file

/etc/resolv.conf

la seguente linea

nameserver xxx.xxx.xxx.xxx (dove le x stanno per l'indirizzo del dns)


ne metti due uno per il primario e uno per il secondario.

Poi prova a lanciare

nslookup www.tomshw.it

Dovrebbe darti l'indirizzo... se lo fa, sei ok!

Berill
 
Pubblicità
Pubblicità
Indietro
Top