Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12

Discussione: Server & Rete

  1. #1

    Server & Rete

    Sto preparando un serverino Fedora per la rete di casa per fare da mail web ecc ecc server...
    sto seguendo una piccola guida Fedora

    non ho fatto altro che modificare /etc/hosts che è cosi:

    127.0.0.1 localhost server
    192.168.1.250 localhost server


    ho modificato /etc/sysconfig/network-scripts/ifcfg-eth0

    DEVICE=eth0
    BOOTPROTO=static
    BROADCAST=192.168.1.255
    IPADDR=192.168.1.250
    NETMASK=255.255.255.0
    NETWORK=192.168.1.0
    ONBOOT=yes
    TYPE=Ethernet


    e sono due ore che provo a far andare tutto quanto e non va nulla...
    se provo a entrare sul firewall ( ipcop ) https://192.168.1.1:445 entro senza problemi
    se voglio uscire in internet nulla da fare...

    gli indirizzi interni li raggiungo e sono pingabile e pingo ma non riesco ad andare in internet

    sapete da cosa puo dipendere?
    puo essere un problema di ipcop che mi fa da dns server?

    dimenticavo....su ipcop ho inserito su edit hosts

    host ip 192.168.1.250 hostname osiris domain name lalohome
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

  2. #2
    la macchina ipcop riesce a andare su internet ?

    p.s.
    prova a usare altri dns

  3. #3
    si si ma con tutti gli altri pc in rete vado in internet appena installato fedora ci andavo poi ho modificato quello che ho scritto sopra e non va piu na mazza...
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

  4. #4
    Ciao, nella configurazione di /etc/sysconfig/network-scripts/ifcfg-eth0 che hai postato manca il gateway che dovrebbe essere 192.168.1.1 l'ip della macchina con ipcop.

  5. #5
    Ho reinstallato fedora da capo 3 volte e mi fa la stessa identica cosa.

    fino a ieri tutto funzionava oggi pomeriggio pure da questo pomeriggio non va piu nulla..
    Allora...

    Impostato indirizzo ip manualmente riesco ad arrivare a tutte le pagine internet dei dispositivi sulla mia lan accespointwifi ipcop foxboard dagli altri pc lo pingo il server senza problemi da ip cop pure senza problemi ma in internet non vuole saperne di andare...

    il server è un poweredge SC1435 due schede di rete 1gb perfettamente riconosciute Broadcom Corporation etXtreme BCM5721 Gigabit Ethernet PCI Expres

    Firewall disattivato Selinux disattivato

    ifcfg-eth0

    DEVICE=eth0
    BOOTPROTO=static
    BROADCAST=192.168.1.255
    HWADDR=xx:xx:xx:xx:xx:xx
    IPADDR=192.168.1.250
    IPV&ADDE=
    IPV6PREFIX=
    IPV6AUTOCONF=yes
    NETMASK=255.255.255.0
    NETWORK=192.168.1.0 (provato a mettere anche 192.168.1.1)
    ONBOOT=yes

    Il gateway non c' è mai stato e nemmeno sugli altri non c' è per esempio il pc dal quale funziona ha questo ifcg-eth0:
    DEVICE=eth0
    BOOTPROTO=dhcp
    NETMASK=255.255.255.0
    ONBOOT=yes
    METRIC=10

    se inserisco

    GATEWAY=192.168.1.1

    niente da fare....

    Ci sto sopra da quando ho scritto il post e non riesco a venirne fuori le ho provate tutte...
    sono 8 ore che smanetto senza fermarmi un minuto....e fra 4 ore devo essere a lavorare
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

  6. #6
    con

    netstat -r

    controlli se il default gateway e' stato preso correttamente

  7. #7
    il gateway lo ha preso senza problemi.

    Ho reinstallato tutto per la 4 volta lasciano il dhcp per le due schede di rete...
    Magicamente ora tutto funziona correttamente ma se provo a mettergli indirizzo ip fisso non va piu in internet...

    All' avvio del server oltre alla combinazioe di tasti per entrare nel bios c' è una combinazione ctrl+e per entrare nella configurazione delle schede di rete...
    è possibile che bisogna impostare indirizzo ip ecc ecc gia da li? o abilitare disabilitare qualcosa?


    Grazie mille comunque per l' aiuto...
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

  8. #8
    Utente di HTML.it L'avatar di warsaw
    Registrato dal
    May 2004
    Messaggi
    37
    non ti risolvera' il problema ma non ha senso daare a 192.168..x.x localhost
    localhost e solo 127.0.0.1 molti programmi conifidano in questo


    IPCOP sarebbe un firewall basato su iptables? e lo integra Fedora?

    cia

  9. #9
    IpCop nel mio caso è proprio un pc che sta in rete dove c' è collegato il modem adsl e fa da router con firewall server vpn e mille altre cose ed è un sistema linux con iptables ecc ecc tutto configurabile da interfaccia web.
    Il problema penso dipenda dal server perche se al setup gli lascio dhcp alle schede di rete va tutto...infatti sto scrivendo il post dal server.
    Se invece configuro ip manuale mi si inchioda tutto e riesco ad arrivare solo alla rete LAN e di WAN neanche l' ombra...
    There are two kinds of researchers:
    those that have implemented something and those that have not.
    The latter will tell you that there are 142 ways of doing things
    and that there isn't consensus on which is best.
    The former will simply tell you that 141 of them don't work.

  10. #10
    Utente di HTML.it L'avatar di warsaw
    Registrato dal
    May 2004
    Messaggi
    37
    ah IPcop ecco!

    be vai di ifconfig cosi' puoi notare le differenze; vado d'intuito non e' che ipcop da' i permessi solo al suo range dhcp?

    cia

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.