利用鎖卡號的方式 - BBS

Table of Contents

請問Apache內的http.conf裡面的

<Directory "/home/work">
......
Order deny,allow
Deny from all
Allow 123.123.123.123
......
......
</Directory>

上述的方法允許只有 123.123.123.123 這個IP可以進入work內,因

為我的電腦為浮動的IP每次要進入遠端的電腦前還要先到http.conf內

改IP,是否可以經由鎖網卡的方式達到像上述的效果

PS:上述有兩台電腦 一台為遠端的電腦work﹝固定IP﹞,另一台
為我的電腦﹝浮動IP﹞

--

All Comments