hy guys, I have switch on the vmware with the Fedora 7 image but strange messages appears: 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 I would like to change this ip 192.168.0.100 to 192.168.1.100 how can I do? Thanks
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
Yes I have enough space on the hard disk. 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
/etc/hosts is the wrong file, please change it in /etc/sysconfig/network-scripts/ifcfg-eth0 as I posted above.
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
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.
The problem was the VMware. My network wasn't bridged automatically. I had to change the configuration by the Network Editors panel. Thanks Michelangelo