mitsuhashi n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Apr 2006 Posts: 3
|
Posted: Wed Feb 13, 2008 5:16 pm Post subject: PPPoE and iptables slowing my other pc on the internal net |
|
|
Hello,
i just bought a modem PPPoE for VDSL connection, finally after some ours i could run a pppoe connection but i have another little problem now...
Others pc on the net can't go with the maximum bandwidth, I use iptables and arno's iptables script for the NAT.
I tryed to modify some setting in /etc/conf.d/net for the ppp0 but didn't resolved the problem.
Code: | # This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth1=( null )
#routes_eth0=( "default via 195.190.191.20" )
#dhcp_eth1="release nodns nontp nonis nogateway nosendhost"
config_ppp0=( "ppp" )
link_ppp0="eth1"
plugins_ppp0=( "pppoe" )
pppd_ppp0=(
"noauth"
"defaultroute"
"usepeerdns"
"default-asyncmap"
"holdoff 3"
"child-timeout 60"
"lcp-echo-interval 15"
"lcp-echo-failure 3"
"mru 1492"
"mtu 1492"
noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp
)
username_ppp0="xxxxxxx"
password_ppp0="xxxxxx"
#depend_ppp0() {
# need net.eth1
#}
config_eth0=( "10.0.1.1 netmask 255.255.255.0 brd 10.0.1.255" )
#routes_eth1=( "default via 10.0.1.98" )
|
|
|