Ad2622 zdielanie internetu

Sekcia: Konfigurácia 29.01.2009 | 13:11
Tomáš Pružina   Návštevník
Pod ubuntu 8.04 som spojazdnil Microcom ad 2622 (podľa http://linuxos.sk/KnowledgeBase_show_entry/8/index.html) a chcel by som zdielať internet z tohto modemu na winXPm ktoré je prepojené cez cross kábel. Vie mi niekto pomôcť s nastavením forwardingu a iptables.

Podarilo sa mi to dočastne spojazdniť pomocou:
ok - slowly. This should not be such a big problem - as Both network cards seems to be configured already.

I'll describe how to do a temporary setup - none of these changes will last if you reboot.

Firstly, i want you to run this command (it will turn ip forwarding on, which is needed if you want packets to pass through the machine)

Code:

sudo sysctl -w net.ipv4.ip_forward=1

Ok, now that is done, you'll need to masquerade your traffic from the internal network - so that the internet knows where to send the packets back to.
This can be done with
Code:

sudo iptables -A POSTROUTING --table nat -o ppp0 -j MASQUERADE

i am not sure if you need to use usb0 or ppp0 here - you can delete this rule again with:
Code:

sudo iptables -F POSTROUTING --table nat

and you can see the rules with:
Code:

sudo iptables -L POSTROUTING --table nat

ok - that should be it, really.

Ako zariadim aby mi to fungovalo aj po reštarte pls?
    • Re: Ad2622 zdielanie internetu 29.01.2009 | 13:49
      Stffan   Návštevník
      Som v podonej situácii ako ty,
      zatiaľ to riešim len cez prepojenie dvoch windowsov....
      Vie niekto ako na to?
    • Re: Ad2622 zdielanie internetu 29.01.2009 | 19:01
      WlaSaTy   Návštevník
      skusil by som to cez
      sudo iptables-save
      a ten sysctl by sa mal dat tiez nejako podobne, myslim ze je to v konfigu /etc/sysctl.conf
      • Re: Ad2622 zdielanie internetu 30.01.2009 | 09:04
        Feroid   Návštevník
        Ja to riešim cez firestarter (GUI k iptables), kde mám nastavené:

        Internet device: ppp0 (mám to zlinkované s tým nas0)
        Network device: eth0 (sietovka)

        a nastastie mi to fici. klop-klop
        • Re: Ad2622 zdielanie internetu 31.01.2009 | 16:05
          Avatar Ahmed abhar   Používateľ
          Spravil som to s tým Firestarterom, a fičí mi to super. Ďakujem