> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of ann kok

> I added the second network card in freebsd 4.7
> after reboot, I got fxp1 from dmesg
> but I couldn't add any ip address in the fxp1
> even from rc.conf or /stand/sysinstall

You haven't told us what you did.

You should be able to set the IP with a command something like:

        ifconfig fxp1 inet 192.168.1.1 netmask 255.255.255.0

To setup at boot time, add:

        ifconfig_fxp1="inet 192.168.1.1  netmask 255.255.255.0"

to /etc/rc.conf and reboot.

 - Barry


> Please help and thanks much
> 
> fxp1:
> flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu
> 1500
>         ether 00:02:b3:a2:8c:69
>         media: Ethernet 100baseTX <full-duplex>
>         status: active
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to