Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Glen Barber
On Mon, Feb 20, 2012 at 09:52:32PM -0600, Antonio Olivares wrote:
> On Mon, Feb 20, 2012 at 9:47 PM, Glen Barber  wrote:
> > On Mon, Feb 20, 2012 at 08:23:34PM -0600, Antonio Olivares wrote:
> >> synchronous_dhclient="YES"
> >> ifconfig msk0="DHCP"
> >>
> >
> > Is this copy/pasted?
> >
> > If so, it's wrong.  It should be:
> >
> >  ifconfig_msk0="DHCP"
> >
> > (Note the lack of a space between 'ifconfig' and 'msk0'.)
> >
> > Glen
> >
> 
> It was a typo :)   I was submitting from other machine.  Commenting
> the firewall options in /etc/rc.conf fixes the situation.  I need to
> troubleshoot the firewall now :)  Thanks to all who have responded and
> came up with ideas to try out.  I did try the netstat command
> suggested also.  Saw ipv6 and ipv4 connections.  These gave me trouble
> in school network, but here all is well.
> 

Good to hear.  :)

(In fact, I just saw your follow up noting everything is okay, so sorry
about the unnecessary reply.)

Glen

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Antonio Olivares
On Mon, Feb 20, 2012 at 9:47 PM, Glen Barber  wrote:
> On Mon, Feb 20, 2012 at 08:23:34PM -0600, Antonio Olivares wrote:
>> synchronous_dhclient="YES"
>> ifconfig msk0="DHCP"
>>
>
> Is this copy/pasted?
>
> If so, it's wrong.  It should be:
>
>  ifconfig_msk0="DHCP"
>
> (Note the lack of a space between 'ifconfig' and 'msk0'.)
>
> Glen
>

It was a typo :)   I was submitting from other machine.  Commenting
the firewall options in /etc/rc.conf fixes the situation.  I need to
troubleshoot the firewall now :)  Thanks to all who have responded and
came up with ideas to try out.  I did try the netstat command
suggested also.  Saw ipv6 and ipv4 connections.  These gave me trouble
in school network, but here all is well.

Regards,


Antonio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Glen Barber
On Mon, Feb 20, 2012 at 08:23:34PM -0600, Antonio Olivares wrote:
> synchronous_dhclient="YES"
> ifconfig msk0="DHCP"
> 

Is this copy/pasted?

If so, it's wrong.  It should be:

  ifconfig_msk0="DHCP"

(Note the lack of a space between 'ifconfig' and 'msk0'.)

Glen

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Erich Dollansky
Hi,

On Tuesday 21 February 2012 09:23:34 Antonio Olivares wrote:
> Dear folks,
> 
> I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in
> release announcement:
> 
> http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.html
> 
> Machine was working well with 8.2-RELEASE-p3 since I could not got to
> 8.2-RELEASE-p6,  I decided it was best to test out 8.3-BETA1 and
> freebsd-update my way to 8.3-RELEASE when it is ready.  Now when
> starting the system, I cannot get connected.  The machine has three
> network devices  two wired, one wireless
> 
> msk0
> re0
> 
> urtw0
> 
> of which msk0 was the only one which was connected directly.  I have
> in /etc/rc.conf
> 
> synchronous_dhclient="YES"
> ifconfig msk0="DHCP"
> 
> it picks up ip address, but cannot ping any website and/or connect.
> Are there things I can try to troubleshoot this?
> 
the gateway seems not to be known.

What does

netstat -r

say?

Do you know the gateway address?

You can set it with 

route add default xx.cvc.vv.bb

Erich
Erich
> Thanks in Advance,
> 
> Antonio
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 
> 
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Antonio Olivares
Dear folks,

I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in
release announcement:

http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.html

Machine was working well with 8.2-RELEASE-p3 since I could not got to
8.2-RELEASE-p6,  I decided it was best to test out 8.3-BETA1 and
freebsd-update my way to 8.3-RELEASE when it is ready.  Now when
starting the system, I cannot get connected.  The machine has three
network devices  two wired, one wireless

msk0
re0

urtw0

of which msk0 was the only one which was connected directly.  I have
in /etc/rc.conf

synchronous_dhclient="YES"
ifconfig msk0="DHCP"

it picks up ip address, but cannot ping any website and/or connect.
Are there things I can try to troubleshoot this?

Thanks in Advance,

Antonio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: 8.3-BETA1 no connection how to troubleshoot

2012-02-20 Thread Antonio Olivares
On Mon, Feb 20, 2012 at 8:23 PM, Antonio Olivares
 wrote:
> Dear folks,
>
> I have upgraded via freebsd-update to 8.3 BETA 1 as instructed in
> release announcement:
>
> http://lists.freebsd.org/pipermail/freebsd-stable/2012-February/066340.html
>
> Machine was working well with 8.2-RELEASE-p3 since I could not got to
> 8.2-RELEASE-p6,  I decided it was best to test out 8.3-BETA1 and
> freebsd-update my way to 8.3-RELEASE when it is ready.  Now when
> starting the system, I cannot get connected.  The machine has three
> network devices  two wired, one wireless
>
> msk0
> re0
>
> urtw0
>
> of which msk0 was the only one which was connected directly.  I have
> in /etc/rc.conf
>
> synchronous_dhclient="YES"
> ifconfig msk0="DHCP"
>
> it picks up ip address, but cannot ping any website and/or connect.
> Are there things I can try to troubleshoot this?
>
> Thanks in Advance,
>
> Antonio

I have found a culprit.  The firewall blocked access :(
I commented the sections in /etc/rc.conf and I am back in business :)

quadcore# ifconfig -a
msk0: flags=8843 metric 0 mtu 1500

options=c011b
ether 00:1d:60:33:ca:b0
inet 192.168.1.8 netmask 0xff00 broadcast 192.168.1.255
media: Ethernet autoselect (100baseTX
)
status: active
fwe0: flags=8802 metric 0 mtu 1500
options=8
ether 02:11:d8:6b:f8:84
ch 1 dma -1
fwip0: flags=8802 metric 0 mtu 1500
lladdr 0.11.d8.0.1.6b.f8.84.a.2.ff.fe.0.0.0.0
re0: flags=8802 metric 0 mtu 1500

options=209b
ether 00:1d:60:33:d1:16
media: Ethernet autoselect (10baseT/UTP )
status: no carrier
lo0: flags=8049 metric 0 mtu 16384
options=3
inet6 fe80::1%lo0 prefixlen 64 scopeid 0xd
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff00
nd6 options=3
urtw0: flags=8802 metric 0 mtu 2290
ether 00:15:af:28:dc:7c
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
quadcore# cat /etc/rc.conf

# -- sysinstall generated deltas -- # Tue Jul 26 23:20:43 2011
# Created: Tue Jul 26 23:20:43 2011
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
hostname="quadcore.home"
synchronous_dhclient="YES"
ifconfig_msk0="DHCP"
ntpdate_enable="YES"
ntpdate_hosts="north-america.pool.ntp.org"
tcp_extensions="NO"
#dbus_enable="YES"
#hald_enable="YES"
devfs_system_ruleset="Removable_Media"
lpd_enable="YES"
#ipfilter_enable="YES"
#ipfilter_rules="/etc/ipf.rules"
#ipmon_enable="YES"
#ipmon_flags="-Ds"
sendmail_enable="NONE"

I read it in FreeBSD handbook Chapters 12 and 31.  I will now try to
troubleshoot this or use another firewall to get this working.  As for
the network interfaces:

quadcore# dmesg | grep 'msk0'
msk0:  on mskc0
msk0: Ethernet address: 00:1d:60:33:ca:b0
miibus0:  on msk0
quadcore# dmesg | grep 're0'
firewire0:  on fwohci0
fwe0:  on firewire0
fwip0:  on firewire0
dcons_crom0:  on firewire0
re0:  port
0xe800-0xe8ff mem 0xfebfec00-0xfebfecff irq 16 at device 4.0 on pci5
re0: Chip rev. 0x1800
re0: MAC rev. 0x
miibus1:  on re0
re0: Ethernet address: 00:1d:60:33:d1:16
re0: [FILTER]
firewire0: 1 nodes, maxhop <= 0 cable IRM irm(0)  (me)
firewire0: bus manager 0
quadcore# dmesg | grep 'urtw0'
urtw0:  on usbus3
urtw0: unknown RTL8187L type: 0x800
urtw0: rtl8187l rf rtl8225u hwrev none

quadcore# uname -r
8.3-BETA1
quadcore# uname -a
FreeBSD quadcore.home 8.3-BETA1 FreeBSD 8.3-BETA1 #0: Thu Feb 16
16:30:35 UTC 2012
r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
quadcore#

Sorry for the noise!

Regards,


Antonio
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"