Multiple PPPoE not working
-
I just try this feature on version 1.3-ALPHA-ALPHA built on Tue Sep 30 09:12:44 EDT 2008.
and there is not working, only PPPoE on WAN1 that be working.
WAN2,WAN3,… can't get IP from PPPoE server -
Can you please be more specific on why like providing the logs and such.
Are you trying different providers or to the same provider? -
-
Systen logs output, ifconfig command output, xml section of interfaces…
send them to ermal@pfsense.org or post here. -
I just send you more detail by E-mail,
It's for ifconfig detailThanks,
Fajar$ ifconfig
ed0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500
ether 00:c0:26:32:85:07
inet6 fe80::2c0:26ff:fe32:8507%ed0 prefixlen 64 scopeid 0x1
media: Ethernet autoselect (10baseT/UTP)
fxp0: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500
options=8 <vlan_mtu>ether 00:02:a5:26:62:28
inet 192.168.0.1 netmask 0xffffffc0 broadcast 192.168.0.63
inet6 fe80::202:a5ff:fe26:6228%fxp0 prefixlen 64 scopeid 0x2
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
ed1: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500
ether 00:c0:26:e9:8d:79
inet6 fe80::2c0:26ff:fee9:8d79%ed1 prefixlen 64 scopeid 0x3
media: Ethernet autoselect (10baseT/UTP)
ed2: flags=8843 <up,broadcast,running,simplex,multicast>metric 0 mtu 1500
ether 00:50:bf:10:6d:02
inet6 fe80::250:bfff:fe10:6d02%ed2 prefixlen 64 scopeid 0x4
media: Ethernet autoselect (10baseT/UTP)
pflog0: flags=100 <promisc>metric 0 mtu 33204
lo0: flags=8049 <up,loopback,running,multicast>metric 0 mtu 16384
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
enc0: flags=0<> metric 0 mtu 1536
pfsync0: flags=41 <up,running>metric 0 mtu 1460
pfsync: syncdev: lo0 syncpeer: 224.0.0.240 maxupd: 128
pppoe0: flags=88d1 <up,pointopoint,running,noarp,simplex,multicast>metric 0 mtu 1492
inet6 fe80::2c0:26ff:fe32:8507%pppoe0 prefixlen 64 scopeid 0x9
inet 125.164.120.68 –> 125.164.120.1 netmask 0xffffffff
pppoe1: flags=88d1 <up,pointopoint,running,noarp,simplex,multicast>metric 0 mtu 1492
inet6 fe80::2c0:26ff:fe32:8507%pppoe1 prefixlen 64 scopeid 0xa
pppoe2: flags=88d1 <up,pointopoint,running,noarp,simplex,multicast>metric 0 mtu 1492
inet6 fe80::2c0:26ff:fe32:8507%pppoe2 prefixlen 64 scopeid 0xb</up,pointopoint,running,noarp,simplex,multicast></up,pointopoint,running,noarp,simplex,multicast></up,pointopoint,running,noarp,simplex,multicast></up,running></up,loopback,running,multicast></promisc></up,broadcast,running,simplex,multicast></up,broadcast,running,simplex,multicast></full-duplex></vlan_mtu></up,broadcast,running,simplex,multicast></up,broadcast,running,simplex,multicast> -
For reference, you cannot as of now use multiple pppoe instances to the same provider that give you the same gateway/remote peer ip.
Cause the routing table would not allow it.
The solution would be to import support for multiple routing tables which was added to FreeBSD. -
Thanks for your help, I hope It will be implemented for the next release