Redirect pages?

IPoE related questions
Post Reply
seanwg
Posts: 1
Joined: 09 Dec 2019, 20:23

Redirect pages?

Post by seanwg »

Hi,
I found accel-ppp last week. So far, I got IPOE working ...

Turning this on -

Code: Select all

l4-redirect-table=4
l4-redirect-on-reject=300
I can see all my rejected clients:

Code: Select all

root@BNG-1:/etc# ip rule show
0:      from all lookup local
32721:  from 10.0.69.1 lookup 4
32722:  from 10.0.69.62 lookup 4
32723:  from 10.0.69.5 lookup 4
32724:  from 10.0.69.121 lookup 4
32725:  from 10.0.69.4 lookup 4
32726:  from 10.0.69.117 lookup 4
32727:  from 10.0.69.196 lookup 4
32766:  from all lookup main
Does anyone have any sample iptables commands, to policy route traffic to a web server, and redirect all DNS? I've been poking around.. trying to find one. i don't know the exact coding required for iptables
Post Reply