: : 성공 하신분 있나요?
: :
: : 있는지 없는지 만 알고 시퍼서
: :
: : 전 암만 해도 안되거든요
:
:
: 저요... 포트 바꾸면 됩니다..음..
:
: dns mail 웹(포트변경) telnet ssh
:
:
: http;//xjoin.net:8880
:
: 음..
:
: --
: 열심히 삽질하자 허접 삽질 엽기삽질
: 삶이 속일지라도 세상이 속일지라도 난 포기 하지 않는다
: http://xjoin.net:8880 포트를 바꿧는데도 안됩니다.
vi /etc/profptd/proftpd.conf
port 8021
로 바꿧습니다.
웹은 8080으로 하니까 되는데
ftp는 안되네요
야야님 케이블이 확실 한지요?
전 pppoe 사용하지 않고 dhcp로 ip받아오거든여
여기 질답란에 있는 많은 양의 답변들 모두 다 해봤는데도 안됩니다.
머가 잘못 된걸까요..
# /etc/services
ftp-data 20/tcp
ftp-data 20/udp
ftp 8021/tcp
ftp 8021/udp
ssh 22/tcp # SSH Remote Login Protocol
ssh 22/udp # SSH Remote Login Protocol
telnet 23/tcp
telnet 23/udp
# /etc/proftpd.conf
ServerType standalone
#ServerType inetd
DefaultServer off
ServerAdmin root@localhost UseReverseDNS off
IdentLookups off
Port 8021
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:1C:D3:FE:94
inet addr:218.235.216.24 Bcast:218.235.216.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:766372 errors:0 dropped:0 overruns:0 frame:0
TX packets:600848 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:96597801 (92.1 Mb) TX bytes:42416848 (40.4 Mb)
Interrupt:9 Base address:0xa000
eth1 Link encap:Ethernet HWaddr 00:04:E2:1F:E7:4F
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:588795 errors:0 dropped:0 overruns:0 frame:0
TX packets:579571 errors:7 dropped:0 overruns:1 carrier:12
collisions:0 txqueuelen:100
RX bytes:41711298 (39.7 Mb) TX bytes:83051271 (79.2 Mb)
Interrupt:10 Base address:0xec00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:392 (392.0 b) TX bytes:392 (392.0 b)
# /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
# /etc/dhcpcd/dhcpcd-eht0.info
IPADDR=211.209.150.38
NETMASK=255.255.255.0
NETWORK=211.209.150.0
BROADCAST=211.209.150.255
GATEWAY=211.209.150.1
DOMAIN=hananet.net
DNS=210.220.163.82,210.94.6.67,164.124.101.2
DHCPSID=211.117.208.53
DHCPGIADDR=211.179.154.1
DHCPSIADDR=211.117.208.53
DHCPCHADDR=00:00:1C:D3:FE:94
DHCPSHADDR=00:00:1C:D3:FE:94
DHCPSNAME=
LEASETIME=3600
RENEWALTIME=1800
REBINDTIME=3150
# /etc/dhcpd.conf
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.2 192.168.1.10;
option domain-name-server 210.220.163.82,210.94.6.67,164.126.101.2;
option routers 192.168.1.1;
option ip-forwarding on;
option broadcast-address 192.168.1.255;
option subnet-mask 255.255.255.0;
default-lease-time 864000;
max-lease-time 86400;
}
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABL
ISHED
ACCEPT all -- anywhere anywhere
LOG all -- anywhere anywhere LOG level warning
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
음.. 여기 질답란에서 해보란거 다해봤는데도 안됩니다.
환-_-장
님 보시기에는 무엇때문에 안 되는거 같은지..
답변 부탁드립니다 ㅡ_ㅜ