Hello to all, guys, I'm new here.
I recently bought a VPS from an Austrian provider, I chose the VPS in the Zürich (Switzerland) datacenter. For the beginning I'm connecting to the VPS with VNC, just for initial install. I asked the hosting provider forfreebsd FreeBSD and he said yes; the hosting provider specifically states that freebsd FreeBSD is installable: it's a KVM VPS what I bought.
Moreover, before all, I have done some tests on my local virtual machine obviously, and all is fine, including network configuration (I mean I can configure correctly all). I am not an expert user, but I know what I need to start a box, for the moment.
Ok, this is where small things comes to big problems: when I finally wanted to installfreebsd FreeBSD 8.2 from bootonly i386 iso, obviously I was going so fast because I knew how to. However when I came to the network configuration. A disaster! Problem is that using data provided by hosting, the NIC does not work!
The sysinstall says:
I tried with many different FTPs, and the following option "ftp", "ftp passive" "ftp http proxy", but nothing, it won't work, for what I can understand, it seems a DNS problem. However there is a surprise: to do a check/test I tried to install instead OpenBSD and Ubuntu, and surprise surprise in both cases the network configuration provided worked! Obviously when I installed Ubuntu and OpenBSD, I did ping localhost, the gateway provided from the hosting, I did ping the ipv4 from my local machine and also from the vps itself. Just to be sure that it isn't the network configuration provided to be wrong.
Just to specify: I have 2 Realtek NICs (detected as re0 and re1). I obviously checked both with the config provided from the hosting provider.
Finally this is the configuration I inserted every time:
Note: this configuration worked on OpenBSD and Ubuntu. Why does it not work on FreeBSD?
So it is or it isn't a DNS problem? And how could I solve this matter?
Please help!
I lovefreebsd FreeBSD (I prefer it over OpenBSD/NetBSD and other linux distros)
I recently bought a VPS from an Austrian provider, I chose the VPS in the Zürich (Switzerland) datacenter. For the beginning I'm connecting to the VPS with VNC, just for initial install. I asked the hosting provider for
Moreover, before all, I have done some tests on my local virtual machine obviously, and all is fine, including network configuration (I mean I can configure correctly all). I am not an expert user, but I know what I need to start a box, for the moment.
Ok, this is where small things comes to big problems: when I finally wanted to install
The sysinstall says:
Code:
cannot resolve hostiname ftp.freebsd.org
I tried with many different FTPs, and the following option "ftp", "ftp passive" "ftp http proxy", but nothing, it won't work, for what I can understand, it seems a DNS problem. However there is a surprise: to do a check/test I tried to install instead OpenBSD and Ubuntu, and surprise surprise in both cases the network configuration provided worked! Obviously when I installed Ubuntu and OpenBSD, I did ping localhost, the gateway provided from the hosting, I did ping the ipv4 from my local machine and also from the vps itself. Just to be sure that it isn't the network configuration provided to be wrong.
Just to specify: I have 2 Realtek NICs (detected as re0 and re1). I obviously checked both with the config provided from the hosting provider.
Finally this is the configuration I inserted every time:
Code:
host: server0.*******.com
domain: *******.com
gateway: 178.***.***.1
ipv4 address: 178.***.***.28
netmask: 255.255.255.0
dns: (not provided by the hosting, [B]I[/B] used external DNS resolver, [B]I[/B] tried both OpenDNS and Google DNS)
Note: this configuration worked on OpenBSD and Ubuntu. Why does it not work on FreeBSD?
So it is or it isn't a DNS problem? And how could I solve this matter?
Please help!
I love