This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASL on Vmware ? only 1 real eth ...

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.
Parents
  • i also installed Astaro (V4 and V5) on VMWare, and it worked without problem

    i had 2 NICs on the host :
    - 1 NIC was used by the host and the VMWare image with a typical VMWare sharing
    - the other was only bound to VMWare for the host, and was the external card for Astaro ; it was declared as "Bridged" on VMWare  
Reply
  • i also installed Astaro (V4 and V5) on VMWare, and it worked without problem

    i had 2 NICs on the host :
    - 1 NIC was used by the host and the VMWare image with a typical VMWare sharing
    - the other was only bound to VMWare for the host, and was the external card for Astaro ; it was declared as "Bridged" on VMWare  
Children