Does your entity do this, and how does that work on a CentOS
5/6 environment? Will my LDM go kerblooey as a result?
centos is a little different than ubuntu / debian etc... with centos
configure your static ip such as
## Configure eth0
#
# vi /etc/sysconfig/network-scripts/ifcfg-eth0 <-- simply switch for sep
nic
DEVICE="eth0"
NM_CONTROLLED="yes"
ONBOOT=yes
HWADDR=A4:BA:DB:37:F1:04
TYPE=Ethernet
BOOTPROTO=static
NAME="System eth0"
UUID=5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03
IPADDR=192.168.1.XXX
NETMASK=255.255.255.0
## Configure Default Gateway
#
# vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=centos6
GATEWAY=192.168.1.1
## Restart Network Interface
#
/etc/init.d/network restart
they can point an external IP in their router to any internal IP such as
you can point a subdomain to the external IP setup in the router..
as long as whoever is downstream has a valid network resource pointing
to your box it won't matter.
cheers,
--patrick
--
---------------------------------------------------
Patrick L. Francis
Vice President of Research & Development
Media Logic Group
http://www.medialogicgroup.com
http://www.hamweather.com
http://www.alertsbroadcaster.com
http://www.weathernationtv.com
http://www.modelweather.com
FB: http://www.facebook.com/wxprofessor
Skype: wxprofessor
AOL IM: wxprofessor
GTalk: wxprofessor@xxxxxxxxx
---------------------------------------------------
--