All, Laptop (tecra M5) with nevada build 98. When Solaris comes up I have DHCP on the e1000g0 interface. I then plumb up a logical interface (e1000g0:1) ifconfig e1000g0 addif 10.10.10.1/24 up route add default 10.10.10.254 I find that networking through my primary (DHCP) becomes flaky at best, or stops responding. (ifconfig -a, still shows the primary interface as having the dhcp provided IP, but network access hangs. Suggestions to how I should trace this issue further. thank you regards sundeep
E. Mike Durbin
2008-Sep-30 16:02 UTC
Re: snv build 98 - hangs after logical interface creation
I have a simular situation. I have a static IP on e1000g0, and I plumb e1000g0:1 with a DHCP address. Large ftp''s hang, and I have to reboot. Also build 98 on a Tecra M5 emike sundeep wrote:> All, > > Laptop (tecra M5) with nevada build 98. > > When Solaris comes up I have DHCP on the e1000g0 interface. > > I then plumb up a logical interface (e1000g0:1) > ifconfig e1000g0 addif 10.10.10.1/24 up > route add default 10.10.10.254 > > I find that networking through my primary (DHCP) becomes flaky at best, > or stops responding. > (ifconfig -a, still shows the primary interface as having the dhcp > provided IP, but network > access hangs. > > Suggestions to how I should trace this issue further. > > thank you > regards > sundeep > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org >
Piotr Jasiukajtis
2008-Sep-30 16:29 UTC
Re: snv build 98 - hangs after logical interface creation
Is it related to xVM kernel? There was a problem with some e1000g drivers some time ago... E. Mike Durbin pisze:> I have a simular situation. > > I have a static IP on e1000g0, and I plumb e1000g0:1 with > a DHCP address. > > Large ftp''s hang, and I have to reboot. > > Also build 98 on a Tecra M5-- Regards, Piotr Jasiukajtis | estibi | SCA OS0072 http://estseg.blogspot.com
E. Mike Durbin
2008-Sep-30 16:31 UTC
Re: snv build 98 - hangs after logical interface creation
I did not try it without xVM. Sundeep? emike Piotr Jasiukajtis wrote:> Is it related to xVM kernel? > There was a problem with some e1000g drivers some time ago... > > > E. Mike Durbin pisze: > >> I have a simular situation. >> >> I have a static IP on e1000g0, and I plumb e1000g0:1 with >> a DHCP address. >> >> Large ftp''s hang, and I have to reboot. >> >> Also build 98 on a Tecra M5 >> > >
I am not booted using xen. Booted natively onto the hw regards sundeep E. Mike Durbin wrote:> I did not try it without xVM. Sundeep? > > emike > > Piotr Jasiukajtis wrote: >> Is it related to xVM kernel? >> There was a problem with some e1000g drivers some time ago... >> >> >> E. Mike Durbin pisze: >> >>> I have a simular situation. >>> >>> I have a static IP on e1000g0, and I plumb e1000g0:1 with >>> a DHCP address. >>> >>> Large ftp''s hang, and I have to reboot. >>> >>> Also build 98 on a Tecra M5 >>> >> >> >
Hi Bob, did that for the 1st interface ifconfig e1000g0 addif 10.10.10.1/24 mtu 1400 up Things seem to be working for now. ie no hangup in the last 5 mins. BTW: the purpose is to setup a zone on ip 10.10.10.201 Can you suggest the zonecfg sequence to change / add to the current params to change the default from 1500 to say 1400 regards sundeep Bob Netherton wrote:> On Tue, 2008-09-30 at 11:39 -0500, sundeep wrote: > >> I am not booted using xen. >> Booted natively onto the hw >> >> > > For debugging purposes, did you try setting the MTU size down ? > > > Bob > >
John Levon
2008-Sep-30 19:21 UTC
Re: snv build 98 - hangs after logical interface creation
On Tue, Sep 30, 2008 at 10:58:09AM -0500, sundeep wrote:> Laptop (tecra M5) with nevada build 98. > > When Solaris comes up I have DHCP on the e1000g0 interface.I''m hitting similar problems, e1000g driver has been somewhat flaky recently. Try workaround here: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6727837 6727837 e1000g doesn''t work with LSO enabled Works for me. regards john