·  Broadcom Corporation NetXtreme BCM5723 Gigabit Ethernet PCIe 

*       Driver: bge
*       PCI ID: 14e4,165b
*       Originating manifest: driver-network-bge.mf

According to: http://illumos.org/hcl/

And that’s my card, so why cant I get networking up?!

 

From: smartos-discuss@lists.smartos.org 
[mailto:smartos-discuss@lists.smartos.org] 
Sent: Friday, September 19, 2014 1:11 PM
To: smartos-discuss@lists.smartos.org; mchile...@kannilox.com
Subject: RE: [smartos-discuss] Network Problem

 

Correction:

 

# dladm show-link

LINK        CLASS     MTU    STATE    BRIDGE     OVER

bge0        phys      1500      up     --         --

 

From: smartos-discuss@lists.smartos.org 
[mailto:smartos-discuss@lists.smartos.org] 
Sent: Friday, September 19, 2014 1:06 PM
To: smartos-discuss@lists.smartos.org; mchile...@kannilox.com
Subject: RE: [smartos-discuss] Network Problem

 

# prtconf -dD | grep bge

            pci103c,705d (pciex14e4,165b) [Broadcom Corporation NetXtreme 
BCM5723 Gigabit Ethernet PCIe], instance #0 (driver name: bge)

 

# dladm show-link

LINK        CLASS     MTU    STATE    BRIDGE     OVER

bge0        phys      1500   down     --         --

 

Still cant ping out … or oing the server from the LAN.

 

From: smartos-discuss@lists.smartos.org 
[mailto:smartos-discuss@lists.smartos.org] 
Sent: Wednesday, September 17, 2014 9:03 AM
To: smartos-discuss@lists.smartos.org; mchile...@kannilox.com
Subject: RE: [smartos-discuss] Network Problem

 

Ok, as advised on IRC #smartos, I connected to the server via the serial port. 
Now can copy and paste.

 

# ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1

        inet 127.0.0.1 netmask ff000000

bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2

        inet 192.168.1.2 netmask ffffff00 broadcast 192.168.1.255

        ether b4:b5:2f:a0:c1:36

lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1

        inet6 ::1/128

 

# dladm show-phys

LINK         MEDIA                STATE      SPEED  DUPLEX    DEVICE

bge0         Ethernet             up         100    full      bge0

 

# cat /usbkey/config

#

# This file was auto-generated and must be source-able by bash.

#

 

# admin_nic is the nic admin_ip will be connected to for headnode zones.

admin_nic=b4:b5:2f:a0:c1:36

admin_ip=192.168.1.2

admin_netmask=255.255.255.0

admin_network=...

admin_gateway=192.168.1.2

 

headnode_default_gateway=192.168.1.1

 

dns_resolvers=8.8.8.8,8.8.4.4

dns_domain=<*dn*>.co.zm

 

ntp_hosts=0.smartos.pool.ntp.org

compute_node_ntp_hosts=192.168.1.24

 

From: smartos-discuss@lists.smartos.org 
[mailto:smartos-discuss@lists.smartos.org] 
Sent: Tuesday, September 16, 2014 5:49 PM
To: smartos-discuss@lists.smartos.org; 'Usama Ahmad'
Subject: RE: [smartos-discuss] Network Problem

 

Zpool import zones fails saying “cant import zones; a pool with the same name 
is already creaded/imported”

Login in as root/root also fails …

 

From: Usama Ahmad via smartos-discuss 
[mailto:smartos-discuss@lists.smartos.org] 
Sent: Sunday, September 07, 2014 10:20 PM
To: smartos-discuss@lists.smartos.org
Subject: Re: [smartos-discuss] Network Problem

 

Boot into noinstall mode

login user/pass is root/root 

 

zpool import zones
zpool destroy zones
reboot

 

And you are done it will start up asking initial config questions

 

 

On Sun, Sep 7, 2014 at 3:47 PM, <mchile...@kannilox.com> wrote:

“Maybe try to reinstall SmartOS by rebooting into no install mode and zpool 
destroy zones.” Time to fire up google I guess, talk about a newbie stuck on a 
nic issue …

 

From: Usama Ahmad via smartos-discuss 
[mailto:smartos-discuss@lists.smartos.org] 
Sent: Sunday, September 07, 2014 7:47 PM
To: smartos-discuss@lists.smartos.org; mchile...@kannilox.com
Subject: RE: [smartos-discuss] Network Problem

 


On Sep 6, 2014 6:58 AM, <smartos-discuss@lists.smartos.org> wrote:
>
> Hi
>
> Please note that I cant even ssh into the server. So cant copy
> /usbkey/config, I have to type out ...
>
> 1.  /usbkey/config
>
> admin_ip=192.168.1.2
> admin_netmask=255.255.255.0
> admin_network=...
> admin_gateway=192.168.1.2
>
> headnode_default_gateway=192.168.1.1
>
> dns_resolvers=8.8.8.8,8.8.8.4
>
> 2.dlam show-phys
>
> Link    media           state   speed   duplex  device
> bge0    ethernet        up      100     full    bge0
>
> 3. ifconfig -a
>
> bge0:
> inet 192.168.1.2
>
> 4. netstat -rn -f inet
> Destination     Gateway interface
> Default         192.168.1.1     bge0
> 192.168.1.0     192.168.1.2     bge0
>
> 5.ipadm show-addr
> Bge0    static  ok      192.168.1.2/24
>
> 6.#ping 192.168.1.2
> 192.168.1.2 is alive
>
> 7. ping 192.168.1.1
> No answer from 192.168.1.1
>
> 8. unplug cable from server and connect to mylaptop with same ip192.168.1.2,
> I can ping 192.168.1.1
>
> !?

Hello,

Could you try to change your IP address for box from 192.168.1.2 to something 
else for example 192.168.1.101 or any other unused IP. This is to rule out your 
router as the bottle neck since you mention same IP used for your laptop.

Keep hope, it should work, most likely something very simple and basic is 
causing this issue.

Maybe try to reinstall SmartOS by rebooting into no install mode and zpool 
destroy zones.

Hope this helps.

Usama
>
> -----Original Message-----
> From: Jonathan Perkin via smartos-discuss
> [mailto:smartos-discuss@lists.smartos.org]
> Sent: Friday, September 05, 2014 4:02 PM
> To: smartos-discuss@lists.smartos.org; mchile...@kannilox.com
> Subject: Re: [smartos-discuss] Network Problem
>
> It's difficult to diagnose your problem without seeing all the details, and
> it doesn't help that your mail client likes to mangle plain text so that we
> cannot be sure your settings are correct.
>
> If you provided plain text attachments of the following:
>
>  - /usbkey/config
>  - 'dladm show-phys' output
>  - 'ifconfig -a' output
>  - 'netstat -rn -f inet' output
>  - anything else you think may be relevant for your setup
>
> we may be able to help.  The rule of thumb is that you can never provide too
> much information.
>
> Thanks,
>
> --
> Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com
>
>
> -------------------------------------------
> smartos-discuss
> Archives: https://www.listbox.com/member/archive/184463/=now
> RSS Feed:
> https://www.listbox.com/member/archive/rss/184463/26461380-1faa08ce
> Modify Your Subscription:
> https://www.listbox.com/member/? <https://www.listbox.com/member/?&;> &
> 78
> Powered by Listbox: http://www.listbox.com
>
>
>
> -------------------------------------------
> smartos-discuss
> Archives: https://www.listbox.com/member/archive/184463/=now
> RSS Feed: https://www.listbox.com/member/archive/rss/184463/24697919-04ed9bf0

> Modify Your Subscription: https://www.listbox.com/member/? 
> <https://www.listbox.com/member/?&;> &
> Powered by Listbox: http://www.listbox.com


smartos-discuss |  <https://www.listbox.com/member/archive/184463/=now> 
Archives  <https://www.listbox.com/member/archive/rss/184463/26461380-1faa08ce> 
|  <https://www.listbox.com/member/?&;> Modify Your Subscription

 <http://www.listbox.com> 

 

 


smartos-discuss |  <https://www.listbox.com/member/archive/184463/=now> 
Archives  <https://www.listbox.com/member/archive/rss/184463/26461380-1faa08ce> 
|  <https://www.listbox.com/member/?&;> Modify Your Subscription

 <http://www.listbox.com> 

 


smartos-discuss |  <https://www.listbox.com/member/archive/184463/=now> 
Archives  <https://www.listbox.com/member/archive/rss/184463/26461380-1faa08ce> 
|  <https://www.listbox.com/member/?&;> Modify Your Subscription

 <http://www.listbox.com> 

 


smartos-discuss |  <https://www.listbox.com/member/archive/184463/=now> 
Archives  <https://www.listbox.com/member/archive/rss/184463/26461380-1faa08ce> 
|  <https://www.listbox.com/member/?&;> Modify Your Subscription

 <http://www.listbox.com> 

 


smartos-discuss |  <https://www.listbox.com/member/archive/184463/=now> 
Archives  <https://www.listbox.com/member/archive/rss/184463/26461380-1faa08ce> 
|  <https://www.listbox.com/member/?&;> Modify Your Subscription

 <http://www.listbox.com> 

 


smartos-discuss |  <https://www.listbox.com/member/archive/184463/=now> 
Archives  <https://www.listbox.com/member/archive/rss/184463/26461380-1faa08ce> 
|  <https://www.listbox.com/member/?&;> Modify Your Subscription

 <http://www.listbox.com> 

 




-------------------------------------------
smartos-discuss
Archives: https://www.listbox.com/member/archive/184463/=now
RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb
Powered by Listbox: http://www.listbox.com

Reply via email to