Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
PPPoE and iptables slowing my other pc on the internal net
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
mitsuhashi
n00b
n00b


Joined: 07 Apr 2006
Posts: 3

PostPosted: Wed Feb 13, 2008 5:16 pm    Post subject: PPPoE and iptables slowing my other pc on the internal net Reply with quote

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" )
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum