THX das mit dem Lynx hat sich mittlerweile geklärt *g*
Der linuxrechner spielt nur die rolle eines routers bei den windows-pcs wird einfach nur der gateway (linux, 192.168.1.1) und die dns server von aon eingetragen.
am linux hab i dann mittels iptables des masquerading gmacht:
--- cut --- cut --- cut --- cut --- cut --- cut ---
# iptables on-startup-configuration
#
# flushing
iptables -F
iptables -t nat -F
iptables -t nat -A POSTROUTING -s 192.168.1.2 -o ppp0 -j MASQUERADE
iptables -t nat -A POSTROUTING -s 192.168.1.3 -o ppp0 -j MASQUERADE
iptables -t nat -A POSTROUTING -s 192.168.1.4 -o ppp0 -j MASQUERADE
...
...
iptables -t nat -A POSTROUTING -s 192.168.1.18 -o ppp0 -j MASQUERADE
iptables -t nat -A POSTROUTING -s 192.168.1.19 -o ppp0 -j MASQUERADE
iptables -t nat -A POSTROUTING -s 192.168.1.20 -o ppp0 -j MASQUERADE
--- cut --- cut --- cut --- cut --- cut --- cut ---
www am linux geht einwandfrei (lynx mit
www.wcm.at bringt die seite ganz normal)