Hi, I've read the FAQ's and Man pages and other goodies but I'm missing
something.
My purpose here is : Use my OpenBSD machine as a gateway for my win98
pc
Here's what I've done so far:
Upon install, I used DHCP request for my internet-connected NIC then I
turned that off
by changing the hostname.ep0 file.
The other NIC ep1 was never dynamically addressed.
the kernal switches are turned on, the ipf.rules file and ipnat.rules
file are as follows
pass in from any to any
pass out from any to any
map ep0 192.168.42.0/24 -> 24.108.47.129/32 proxy port ftp ftp/tcp
map ep0 192.168.42.0/24 -> 24.108.47.129/32 portmap tcp/udp 10000:60000
map ep0 192.168.42.0/24 -> 24.108.47.129/32
my hosts file is a little unorthodox:
# ip Address Hostname Alias
#----------------------------------------------------------------
127.0.0.1 localhost
24.108.47.129 server1.powersurfr.com server1
192.168.42.1 server1.neil.net
192.168.42.10 client1.neil.net
the pc has DNS enabled and uses the following heirarchy
192.168.42.1
dn1.internetguy.com
dn2.internetguy.com
BUT I STILL CANNOT PING THE OUTSIDE WORLD FROM THE PC WHY????
neil