Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2002 00:14:43 +0200 (MET DST)
From:      "Julian Stacey" <jhs@bim.bsn.com>
To:        freebsd-isdn@freebsd.org
Subject:   SIOCGIFGENERIC(SPPPIOGDEFS): Bad address on FreeBSD-4.5
Message-ID:  <200206172214.g5HMEdi17092@jhs.muc.de>

next in thread | raw e-mail | index | archive | help
On FreeBSD_4.5-RELEASE as root
	spppcontrol isp0 myauthproto=pap hisauthproto=none \
		 myauthname=my_name myauthsecret=my_password callin
produces:
	spppcontrol: SIOCGIFGENERIC(SPPPIOGDEFS): Bad address
Originally
	ifconfig isp0
showed
	isp0: flags=a051<UP,POINTOPOINT,RUNNING,LINK1,MULTICAST> mtu 1500
        inet6 fe80::240:5ff:fe5b:63a9%isp0 prefixlen 64 scopeid 0x3 
        inet 193.149.49.84 --> 193.149.48.12 netmask 0xffffff00 
so I changed netmask to 0xffff0000, but the error remained.
Isdnd starts after, I but haven't tried it with data yet.
Is the error significant ? Any hints what's wrong ?

Kernel config appended.  I also built new kernel & all bins from a
vanilla 4.5 src/, but the error remained.

Please also cc me (jhs@bim.bsn.com) as I'm not yet back on freebsd-isdn@,
thanks.

options INCLUDE_CONFIG_FILE
machine 	i386
cpu		"I586_CPU"
ident		JHS_Park
maxusers	0
options 	INET
options 	INET6
options 	FFS
options 	FFS_ROOT
options 	SOFTUPDATES
options 	UFS_DIRHASH
options 	MFS
options 	MD_ROOT
options 	NFS
options 	NFS_ROOT
options 	CD9660
options 	CD9660_ROOT
options 	PROCFS
options 	COMPAT_43
options SC_DISABLE_REBOOT
options 	USERCONFIG
options 	VISUAL_USERCONFIG
options 	SYSVSHM
options 	SYSVMSG
options 	SYSVSEM
options 	P1003_1B
options 	_KPOSIX_PRIORITY_SCHEDULING
options 	ICMP_BANDLIM
options 	KBD_INSTALL_CDEV
options 	IPFIREWALL
options 	IPFIREWALL_VERBOSE
device		isa
device		pci
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0
device		ata0	at isa? port IO_WD1 irq 14
device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk
device		atapicd
device		atapifd
options 	ATA_STATIC_ID
device		scbus
device		da
device		atkbdc0 at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
device		vga0	at isa?
device		sc0	at isa? flags 0x100
device		npx0	at nexus? port IO_NPX irq 13
device		sio0	at isa? port IO_COM1  flags 0x10 irq 4
device		sio1	at isa? port IO_COM2  irq 3
device		ppc0	at isa? irq 7
device		ppbus
device		lpt
device		plip
device		ppi
device		miibus
device ed0 at isa? port 0x300 irq 5 iomem 0xd8000
pseudo-device	loop
pseudo-device	ether
pseudo-device	sl	1
pseudo-device	ppp	2
pseudo-device	vn
pseudo-device	tun
pseudo-device	pty
pseudo-device	md
pseudo-device	gif
pseudo-device	faith	1
pseudo-device	speaker
pseudo-device	bpf
device		usb
device		umass
options "AVM_A1"
device isic0 at isa? port 0x340 irq 5 flags 4
pseudo-device	"i4bq921"
pseudo-device	"i4bq931"
pseudo-device	"i4b"
pseudo-device	"i4btrc" 4
pseudo-device	"i4bctl"
pseudo-device	"i4brbch" 4
pseudo-device	"i4btel" 2
pseudo-device	"i4bipr" 6
options IPR_VJ
pseudo-device	"i4bisppp" 4
pseudo-device	sppp		2

Julian Stacey  Munich Unix Consultant (inc. BSD+Linux) http://bim.bsn.com/jhs/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206172214.g5HMEdi17092>