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
  • ...just an idea.

    Bridging means that with only one physical nic both virtuell nics are located in the same subnet as the host pc. (int.+ extern interface)

    I'm using VMWare WS 4.0 without any problems by using one nic by bridging and another nic by natting (hostonly).

    greetz
     Claus    
Reply
  • ...just an idea.

    Bridging means that with only one physical nic both virtuell nics are located in the same subnet as the host pc. (int.+ extern interface)

    I'm using VMWare WS 4.0 without any problems by using one nic by bridging and another nic by natting (hostonly).

    greetz
     Claus    
Children
No Data