Results 1 to 4 of 4
Hi folks,
OpenBSD 4.1 amd64
Install on CD
Just finished installing OBSD. On reboot OBSD started but encountering following problems;
1)
Unable to connect Internet
# ping -c3 yahoo.com
hanging ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-25-2007 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Problem found after installation
Hi folks,
OpenBSD 4.1 amd64
Install on CD
Just finished installing OBSD. On reboot OBSD started but encountering following problems;
1)
Unable to connect Internet
# ping -c3 yahoo.com
hanging here
# ping -c3 192.168.0.10192.168.0.10 is the IP of this box on the router.Code:.... 3 packets transmitted, 0 packets received, 100.0% packet loss
# ifconfigCode:lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192 groups: lo inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 nfe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 lladdr 00:0e:a6:f9:a3:5b groups: egress media: Ethernet autoselect (100baseTX full-duplex) status: active inet 192.168.1.10 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::20e:a6ff:fef9:a35b%nfe0 prefixlen 64 scopeid 0x1 pflog0: flags=0<> mtu 33192 enc0: flags=0<> mtu 1536
2)
Problem on obtaining CVSUP, unable to find "cvsup-16.1hp0-no_x11.tgz" on;
ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/amd64
Pls help. TIA
B.R.
satimis
- 05-25-2007 #2Linux Enthusiast
- Join Date
- Feb 2005
- Location
- Luton, England, UK, Earth
- Posts
- 639
can you ping your router?
if you don't have a connection to the internet you wouldn't be able to cvsup so no point in trying that like you did
- 05-25-2007 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Hi onlinebacon,
I solved my problem 1). The solution is quite simple and straight forward.
Just ran;
# dhclient nfe0
then
# ping -c3 yahoo.com# ping -c3 google.comCode:..... 3 packet transmitted, 3 packets received, 0.0% packet loss
Internet connected. That is all.Code:..... 3 packet transmitted, 3 packets received, 0.0% packet loss
I found "nfe0" by running;
# ifconfigMy remaining problem is where to get "cvsup-16.1hp0-no_x11.tgz" for amd64.Code:.... nfe0: flags=8843...... ....
Not on
ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/amd64
B.R.
satimis
- 05-29-2007 #4
The problem probably is that Modula-3 is not supported on all platforms, and that is the language cvsup is written in. They only have packages for the supported platforms.
Fortunatly there is a C-port of cvsup, csup. You should be able to find the csup-20060318.tgz package on your mirror.


Reply With Quote

