Hi guys.
I have a strange problem. I have a 'global ip' package from my ISP, it gives me 4 ip-addresses, where 1 of the ip adresses is available for a server, and the rest is for the router and broadcast.
The ISP rouder has been configured as a modem, no firewall, no NAT, no nothing, just one big open hole in the wall
ISP router / modem ip: XX.XX.236.73 / 255.255.255.252
Available ip: XX.XX.236.74 / 255.255.255.252
Problem:
When I put a router between the ISP modem and the server, and nat an address to the server 192.168.0.200, and route the ip XX.XX.236.74 to 192.168.0.200, everything is fine.
But I need to set the global-ip up directly on the network interface, so I cant use NAT.
When I remove my router, and connect the server directly to the dsl-modem, then it doesen't work.
The setup is:
rc.conf
FYI:
There is no blocking of ports in the ISP router / modem, all is open, I can get it to work when I use a NAT address, so: No problems with the router! Everyone asks this, and it's just waisting time.
Question:
Can anyone show me how I set up my FreeBSD 7.4 to have a global-ip set up directly on my network interface?
I have tried tons of different configurations, and forums for the past 7 days, please crack this one guys
I have a strange problem. I have a 'global ip' package from my ISP, it gives me 4 ip-addresses, where 1 of the ip adresses is available for a server, and the rest is for the router and broadcast.
The ISP rouder has been configured as a modem, no firewall, no NAT, no nothing, just one big open hole in the wall
ISP router / modem ip: XX.XX.236.73 / 255.255.255.252
Available ip: XX.XX.236.74 / 255.255.255.252
Problem:
When I put a router between the ISP modem and the server, and nat an address to the server 192.168.0.200, and route the ip XX.XX.236.74 to 192.168.0.200, everything is fine.
But I need to set the global-ip up directly on the network interface, so I cant use NAT.
When I remove my router, and connect the server directly to the dsl-modem, then it doesen't work.
The setup is:
rc.conf
Code:
ifconfig_re0="inet XX.Xx.236.74 netmask 255.255.255.252"
defaultrouter="XX.XX.236.73"
hostname="web01.mydomainishere.com"
FYI:
There is no blocking of ports in the ISP router / modem, all is open, I can get it to work when I use a NAT address, so: No problems with the router! Everyone asks this, and it's just waisting time.
Question:
Can anyone show me how I set up my FreeBSD 7.4 to have a global-ip set up directly on my network interface?
I have tried tons of different configurations, and forums for the past 7 days, please crack this one guys