請問如何設定內部虛擬IP? - Linux

Table of Contents

debian有用pppoeconf撥號

但內部需要使用虛擬IP

在interface是這樣設定的

auto lo
iface lo inet loopback

auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up
provider dsl-provider

auto eth0
iface eth0 inet manual
address 192.168.1.12
netmask 255.255.255.0
gateway 192.168.1.1

這樣設定可以上網 但是內部IP無法使用

請問哪裡設定錯誤?感謝!

--

All Comments