Re: OpenSuSE precreated no connectiviy [message #12337 is a reply to message #12336] |
Wed, 25 April 2007 13:32   |
goeldi
Messages: 92 Registered: June 2006
|
Member |
|
|
1) /proc/sys/net/ipv4/ip_forward
1
2) can you ping google by IP address?
Yes!
3) try to flush all iptables rules except NAT from VE.
iptables is not running in the VE:
/usr/sbin/iptables -L -vn
Chain INPUT (policy ACCEPT 32 packets, 2544 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 33 packets, 1816 bytes)
pkts bytes target prot opt in out source destination
|
|
|