FEDORA 7 Tutorial Problems: Strange problems

Discussion in 'Installation/Configuration' started by vaio1, Jul 10, 2007.

  1. vaio1

    vaio1 Member

    hy guys,

    I have switch on the vmware with the Fedora 7 image but strange messages appears:
    [​IMG]

    some other questions:
    - I use a UMTS connection and the ip (192.168.0.100) is a default ip of a nokia mobile and I have not any network card enabled with a router or similar UNLUCKY :mad:

    I would like to change this ip 192.168.0.100 to 192.168.1.100 how can I do?

    Thanks
     
    Last edited: Jul 10, 2007
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This seem to be some kind of harddisk access errors. Does your appliance work and do you have enough free space on your physical harddisk left?

    Change the IP in the file /etc/sysconfig/network-scripts/ifcfg-eth0 as described in 5)

    http://www.howtoforge.com/perfect_server_fedora7_p3
     
  3. vaio1

    vaio1 Member

    Yes I have enough space on the hard disk. :confused: The problem persist.

    Another question about vmWare:
    The network bridge on device Vmnet0 is down because I have not attached to a router. How can I connect to test the Fedora?

    I have changed the /etc/hosts but the ip remain the same.

    Code:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    192.168.1.100           server1.example.com server1
    
    ::1             localhost6.localdomain6 localhost6
    
    after editing the hosts file I have shutdown the network device with:
    ifconfig eth0 down
    ifconfig eth0 up


    Regards
    Michelangelo
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    /etc/hosts is the wrong file, please change it in /etc/sysconfig/network-scripts/ifcfg-eth0 as I posted above.
     
  5. vaio1

    vaio1 Member

    Done the ip has been changed. I have changed also the Broadcast and network address too in /etc/sysconfig/network-scripts/ifcfg-eth0.

    In order to use the network, how can I connect the windows and the Fedora? by Bridged? by HOST-ONLY?

    When I type the "Z" the system write the "Y" and viceversa. How can I configure the Italian keyboard?

    Thanks
     
    Last edited: Jul 10, 2007
  6. falko

    falko Super Moderator Howtoforge Staff

    Bridged should work.

    Use an SSH client such as PuTTY to connect to the system instead of working directly on its console. If you use an SSH client, it uses the keymap of the host system.
     
  7. vaio1

    vaio1 Member

    The problem was the VMware. My network wasn't bridged automatically. I had to change the configuration by the Network Editors panel.

    Thanks
    Michelangelo :D
     

Share This Page