Displaying 3 results from an estimated 3 matches for "ixp1".
Did you mean:
ip1
2007 Apr 18
1
[Bridge] bridge stp problem
Hi, ppl,
I am using kernel 2.4.25 and having this peculiar problem on my
ixp425. When i have 2 ethernet ports of the board connected to the same
linksys switch running STP. ixp0 and ixp1 are the name of my ethernet
ports enslaved to the same bridge( br0)and my PC is also connected to
the switch.
IXP425 -br0 (192.168.2.1)
|_ixp0|--- | | (192.168.2.11)
|_ixp1|---- |Linksys |----------<PC>...
2005 Oct 13
0
VPN over PPP - more detail
Hi All,
Let me try again, this time with fixed width !
First off the scenario. We have a local and remote site, both of which
connect to the internet via a wireless network. The wireless cards
themselves have both an ethernet (ixp1) and an "Atheros" (ath0)
interface. The devices connect via PPPoE, and so there is also a ppp0
interface on each device.
On one side we have :
IXP1 IP address : 192.168.200.202
PPP0 IP address : 192.168.94.134
ATH0 IP address : Unassigned
And on the other side :
IXP1 :...
2005 Oct 11
3
VPN through PPP
...he setup is as below :
eth0 ppp0
Wireless ppp0 eth0
192.168.200.202 192.168.94.134 <----->
192.168.94.132 192.168.2.200
Both eth0 (strictly ixp1) and ppp0''s are on wireless boards that we make.
I have basically followed the VPN Howto and done the following :
ip tunnel add net0 mode gre remote 192.168.2.200 local 192.168.200.202
ttl 255 dev ppp0
ip link set net0 up
ip addr add 192.168.200.202 dev net0
ip route add 192.168...