Charles and all: I am having some (small amount) of success using Charles' extended scripts to setup a public DMZ. I want to run a game server, Unreal Tournament, in my DMZ. I have many questions, but rather than get too far ahead of myself I will start at the beginning. I have two public ip address 66.92.238.14 and 66.92.238.101. I am using 66.92.238.14 to be my external address and 66.92.238.101 to be the address for my game server. Therefore:
eth0_IPADDR=66.92.238.14 eth0_MASKLEN=24 eth0_BROADCAST=66.92.238.255 eth1_IPADDR=192.168.1.254 eth1_MASKLEN=24 eth1_BROADCAST=192.168.1.255 eth2_IPADDR=192.168.0.254 eth2_MASKLEN=24 eth2_BROADCAST=192.168.0.255 nat0_BASE_PRI=100 # Unique base value for ip rules nat0_PAIR0="66.92.238.101 192.168.0.10" Can anyone confirm for me that these numbers are correct? I am afraid that the MASKLEN and BROADCAST are wrong on eth0. I can not connect to the game server from a MASQ'd computer on eth1. I am guessing that when I try to connect to 66.92.238.101 I am being routed out through eth0 and not to 192.168.0.10. Thanks for any help, Rich Schneck _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
