Date: Sat, 14 Apr 2001 11:44:40 +0800 From: Benny Chee <bennyc@magix.com.sg> To: freebsd-atm@freebsd.org Subject: ForeRunner PCA200E on 4.2 Message-ID: <20010414114440.A8908@magix.com.sg>
next in thread | raw e-mail | index | archive | help
hi, i just started setting up my freebsd box on a 4.2 and placed a FORE PCA200E card on it, connected to a Fore 200BX ATM switch and with the following kernel options, i managed to get it to recognize my card. options ATM_CORE #core ATM protocol family options ATM_IP #IP over ATM support options ATM_SIGPVC #SIGPVC signalling manager options ATM_SPANS #SPANS signalling manager options ATM_UNI #UNI signalling manager device hfa #FORE PCA-200E ATM PCI i pulled out the atm-config.sh file from /usr/share/examples/atm and did some modifications on it. I intend to configure my ATM card to do both SVC and PVC. ie have it point to an arpserver (SVC), and running a PVC all the way to an ATM router. Something like this: /sbin/fore_dnld -d /etc /sbin/atm set netif hfa0 atm 2 /sbin/atm attach hfa0 uni31 /sbin/ilmid # Interface atm0 is configure to run SVC # # This interface points to a arpserver with the following NSAP address # /sbin/ifconfig atm0 10.0.0.10 255.255.255.0 up /sbin/atm set arpserver atm0 47.000004621010023f.0000.0000.004621010051.01 # Interface atm1 is configure to run PVC to an ATM router # /sbin/ifconfig atm1 192.168.0.10 255.255.255.0 up /sbin/atm add pvc hfa0 0 100 aal5 null ip atm1 192.168.0.10 exit 0 I just can't seem to get any interface up. Is there something i missed out? Does it have to point to an arpserver ip address (10.0.0.1) as well? Do i have to run atmarpd? Or is there something wrong with my syntax? -- Benny Chee PGP KeyID: E4533B55 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010414114440.A8908>
