Thread: help needed
View Single Post
  #4   (View Single Post)  
Old 26th April 2010
Thelmaster Thelmaster is offline
New User
 
Join Date: Apr 2010
Posts: 4
Default Slow progress

Thanks for the advice on ifconfig. Below is the result for Ubuntu and the addresses for eth1 are the same as those for OpenBSD 4.6.

Code:
eth0      Link encap:Ethernet  HWaddr 00:25:64:04:50:e9  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:253 Base address:0xa000 

eth1      Link encap:Ethernet  HWaddr 00:08:0e:c5:d0:e3  
          inet addr:67........  Bcast:67.........  Mask:255.........
          inet6 addr: fe80::208:eff:fec5:d0e3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:338 errors:0 dropped:0 overruns:0 frame:0
          TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:18804 (18.8 KB)  TX bytes:5280 (5.2 KB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:480 (480.0 B)  TX bytes:480 (480.0 B)
Following is the result of OpenBSD ifconfig. Since I could not print it out, I copied what I thought was necessary.

Code:
re0   flags=8843<up,broadcast,running,simplex,multicast> mtu 1500
      lladder all0
      media: ethernet autoselect (none)
      status: no carrier
      inet 67........  Mask:hex  Bcast:67.........

cdce0 flags=8843<up,broadcast,running,simplex,multicast> mtu 1500
      groups: dhcp egress
      inet 67........  Mask:hex(different than re0)  Bcast:67.........
I loaded OpenBSD two different ways since my posting. First I configured just the cable modem. Next I configured both the cable modem, cdce0, using dhcp, and the ethernet card, re0, using addresses from Ubuntu. I could ping websites,
but I could not get into the OpenBSD ftp site to obtain packages (not found). But with both of the above mentioned loading methods I could get into a FreeBSD site. I was connected to moss.cse.buffaloedu. This is one reason I didn't
include the above information completely. I forgot to enter echo $pkg_path. To get to this forum I have to reload Ubuntu.

Tanks again.

Last edited by Carpetsmoker; 2nd May 2010 at 04:45 PM. Reason: Add [code] tags
Reply With Quote