Hello
in this post
http://forum.proxmox.com/threads/20382-Proxmox-Firewall-for-NAT?p=104214#post104214
with this code
# information:
# Range for Virtuell Server would be
# 10.147.42.194 to
# 10.147.42.254
# GW would be 10.147.42.193
would this be working?
But how the traffic would go - because the Router still have 10.147.42.1/24
i asked if this setup would work like that and use 1/4C-Class IP Adresse to use for Virtuell Server
could somebody tell me if it would work, i am a bit afraid to kill my server
have a nice day
vinc
in this post
http://forum.proxmox.com/threads/20382-Proxmox-Firewall-for-NAT?p=104214#post104214
with this code
auto vmbr2
iface vmbr2 inet static
address 10.147.42.193
netmask 255.255.255.192
bridge_ports none
bridge_stp off
bridge_fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.147.42.192/26' -o eth0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.147.42.192/26' -o eth0 -j MASQUERADE
# information:
# Range for Virtuell Server would be
# 10.147.42.194 to
# 10.147.42.254
# GW would be 10.147.42.193
would this be working?
But how the traffic would go - because the Router still have 10.147.42.1/24
i asked if this setup would work like that and use 1/4C-Class IP Adresse to use for Virtuell Server
could somebody tell me if it would work, i am a bit afraid to kill my server
have a nice day
vinc