小弟是使用crossover的形式share connection的
即是server其中一張網卡連adsl modem
另一張連去client
請問在linux該怎樣設定才可以做到share connection呢..
因為不想每次client要上網時就要轉到windows那邊
server是debian
client是win98
版主: 阿信
anonz 寫:有點不明白
是否只是打上
echo "1" > /proc/sys/net/ipv4/ip_forward
和
iptables -t nat -A POSTROUTING -o ppp0 -s 192.168.1.0/24 -j MASQUERADE
就可以呢?
anonz 寫:是否要把eth1的網卡ip設為192.168.0.1?
是的話那應該怎樣assign 192.168.0.1為eth1的ip呢
anonz 寫:現在client(win98) set好了
dns, gateway = 192.168.0.1
ip = 192.168.0.2
ping 192.168.0.2 成功
ping 192.168.0.1 失敗
P.S. 為何下ifconfig時看不到eth1的網卡...而要下ifconfig -a 才看到呢
Tetralet 寫:anonz 寫:是否要把eth1的網卡ip設為192.168.0.1?
是的話那應該怎樣assign 192.168.0.1為eth1的ip呢
雞婆一下,並沒有限定一定要是 192.168.0.1 這個 IP 唷。
如果想改變網路卡的 IP 設定,
請編輯 /etc/network/interfaces 這個檔案。
不過...
為什麼是 eth1 呢?您有兩張網路卡?
Oct 19 15:43:33 anonz dhcpd: No subnet declaration for eth1 (192.168.0.1).
Oct 19 15:43:33 anonz dhcpd: Please write a subnet declaration in your dhcpd.conf file for the
Oct 19 15:43:33 anonz dhcpd: network segment to which interface eth1 is attached.
anonz 寫:現在是DNS 的問題了
因為isp的dns ip每次不同..
看到之前有人說要建dhcp server
現在努力中
那張connect到lan............... 就set那張吧
Oct 19 15:43:33 anonz dhcpd: No subnet declaration for eth1 (192.168.0.1).
Oct 19 15:43:33 anonz dhcpd: Please write a subnet declaration in your dhcpd.conf file for the
Oct 19 15:43:33 anonz dhcpd: network segment to which interface eth1 is attached.
option domain-name "netvigator";
option domain-name-servers 168.95.1.1;
option subnet-mask 255.255.255.254;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.1.0 netmask 255.255.255.0
{
range 192.168.1.1 192.168.1.6;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
}
anonz 寫:
- 代碼: 選擇全部
option domain-name "netvigator";
option domain-name-servers 168.95.1.1;
option subnet-mask 255.255.255.254;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.1.0 netmask 255.255.255.0
{
range 192.168.1.1 192.168.1.6;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
}
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客