On Jan 26, 2009, at 3:34 PM, KES wrote:
I can not setup two ADSL PPPoE Links to same provider.
Because of imposibility to setup route for second connection
First connection gets:
ng0: flags=88d1<UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST> metric 0 mtu 1492
       inet 92.113.94.215 --> 195.5.5.203 netmask 0xffffffff

Second can not be established because of:
Jan 27 01:27:55 kes mpd: [UKR_B4] IFACE: Add address 92.113.94.249/32->195.5.5.203 to ng1 Jan 27 01:27:55 kes mpd: [UKR_B4] IFACE: Adding IPv4 address to ng1 failed: File exists

You should talk to your network provider and ask them whether they want you to do multilink PPP or IEEE 802.3ad link aggregation. Either way, the bonding of the two connections should give you a single virtual network interface (tunX for the first, probably, and laggX in the second case) which has only a single route.

For example: 
http://www.juniper.net/techpubs/software/erx/junose80/swconfig-physical/html/ethernet-config14.html

...talks about "After you configure the LAG bundle, you can route IP traffic over it, create a VLAN over it, or route PPPoE traffic over it."

Regards,
--
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to