Hello,
im am running Astaro Version 5 on a VMware GSX Server Version 3.
(VMware = PC in the PC)
Im real my PC has only 1 ethernet adapter!
VMware is bridging this one and simulate 2.
That i want:
i want that all my pc in the lan (192.168.0.0)
have access to the internet.
later a webserver and some other services should run.
And now my settings:
Network Interfaces:
- Internal = eth0 = 192.168.0.1
- External = eth1 = pppoe (t-dsl)
Network NAT/Masquerading:
- External_Masquerading
Rule: Masquerading
Network: Internal (Network)
Interface: External
Packet Filter:
- 1.
Source: Internal (Network)
Service: Any
Destination: External (Address)
Action: Allow
Also i have tried some other setting and the http, dns proxies.
but always the firewall drop im packets :-(
do i have wrong settings or must i have 2 real networkcards?
@ the moment i use this script:
...
iptables -A POSTROUTING -t nat -o ppp0 -j MASQUERADE
...
iptables -A FORWARD -i eth0 -ppp0 -j ACCEPT
thanks for help
Spiky84 - Home User
PS: sorry my english i am from germany.
This thread was automatically locked due to age.