Hi all,
I have a FreeBSD 7.0-RELEASE-p6, working as a OpenVPN server. I have 2 RT8139 network cards, but for the moment only one is working. Because the network configuration will change a little bit I need to activate the second nic. I have tried:
and nothing happen, so i tried:
I can see that the system is seeing the second nic, but can't use it. Can you help me?
Thanks in advanced
PS
the ifconfig listing
and kldstat:
I have a FreeBSD 7.0-RELEASE-p6, working as a OpenVPN server. I have 2 RT8139 network cards, but for the moment only one is working. Because the network configuration will change a little bit I need to activate the second nic. I have tried:
Code:
[root@aeryn ~]# ifconfig rl1
ifconfig: interface rl1 does not exist
[root@aeryn ~]# ifconfig rl1 up
ifconfig: interface rl1 does not exist
[root@aeryn ~]#
Code:
[root@aeryn ~]# pciconf -vl
none1@pci0:1:0:0: class=0x020000 card=0x81361849 chip=0x813610ec rev=0x02 hdr=0x00
vendor = 'Realtek Semiconductor'
device = 'RTL8139/810x Family Fast Ethernet NIC'
class = network
subclass = ethernet
rl0@pci0:3:1:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10 hdr=0x00
vendor = 'Realtek Semiconductor'
device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
class = network
subclass = ethernet
[root@aeryn ~]#
Thanks in advanced
PS
the ifconfig listing
Code:
[root@aeryn ~]# ifconfig
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00:0a:cd:15:81:73
inet 192.168.1.250 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> metric 0 mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
tap0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:bd:63:8f:00:00
inet 10.1.1.1 netmask 0xffffff00 broadcast 10.1.1.255
Opened by PID 858
[root@aeryn ~]#
and kldstat:
Code:
[root@aeryn ~]# kldstat
Id Refs Address Size Name
1 6 0xc0400000 90687c kernel
2 1 0xc0d07000 6a32c acpi.ko
3 1 0xc4260000 5000 if_tap.ko
4 2 0xc42f3000 d000 ipfw.ko
5 1 0xc4301000 4000 ipdivert.ko
[root@aeryn ~]#