PDA

Bekijk de volledige versie : pppoe on diferrent port?



memarko
17-10-2008, 23:17
I want to use different ethernet port for pppoe. The WAN port is broken because of storm.
Which interface is on which port?
Which interface is wireless?
Which is wired lan?

How do i reconfigure br0?
How do i execute pppoe?

I am going to write a bash script for this and use it after normal boot
Something like that:
#!/bin/sh
ifconfig br0 down
brctl delbr br0
ifconfig eth1 up
ifconfig eth1 192.168.1.1 255.255.255.0

I am not sure about how to correctly disable bridge is this ok?