View previous topic :: View next topic |
Author |
Message |
psingcaster n00b
Joined: 24 Apr 2002 Posts: 59 Location: Québec, Canada
|
Posted: Tue Jul 06, 2004 3:55 pm Post subject: Share sympatico connection... |
|
|
I just suscribe to Sympatico ISP (Bell Canada) and I installed and configured everything on my linux server to share the connection. Everything work find on my server box but for the other computers on the network, connection is a little slow and most of the web pages are not able to load.
I tried thoses rule for sharing my connection but with the same result:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADING
and
iptables -t nat -A POSTROUTING -o ppp0 -j SNAT --to-source <IP Adress>
Someone have an idea?!? |
|
Back to top |
|
|
psingcaster n00b
Joined: 24 Apr 2002 Posts: 59 Location: Québec, Canada
|
Posted: Wed Jul 07, 2004 5:55 pm Post subject: Someone told... |
|
|
Someone told me that: With an ADSL connection, you must manage the MTU in your iptables rules.
Someone can valid and help me with that?!? |
|
Back to top |
|
|
Putrifier n00b
Joined: 29 Jun 2004 Posts: 46
|
|
Back to top |
|
|
Neech n00b
Joined: 21 Sep 2003 Posts: 72 Location: Ottawa, Canada
|
Posted: Wed Jul 07, 2004 6:46 pm Post subject: |
|
|
I'm on sympatico. You will need to use CLAMMSS ( MTU correction ) if you want to be able to reach goolge ( and most other sites ) from the shared to pcs.
I'd suggest to use shorewall where this is an option in the shorewall.conf |
|
Back to top |
|
|
|