-wassup-
01-30-2003, 07:43 PM
i have my proftpd server running out of my xinetd on red hat 8. the xinetd entry is as follow:
service ftp
{
flags = REUSE
socket_type = stream
instances = 10
wait = no
user = root
server = /usr/local/sbin/proftpd
bind = 212.118.5.35
log_on_success = HOST PID
log_on_faulure = HOST RECORD
}
the problem lies into the bind option. since xinetd seems the ftp server to be bound to a specific adress i would have to change it everytime i log onto the internet. is there any way i can get around this?
service ftp
{
flags = REUSE
socket_type = stream
instances = 10
wait = no
user = root
server = /usr/local/sbin/proftpd
bind = 212.118.5.35
log_on_success = HOST PID
log_on_faulure = HOST RECORD
}
the problem lies into the bind option. since xinetd seems the ftp server to be bound to a specific adress i would have to change it everytime i log onto the internet. is there any way i can get around this?