> Kuenhourg's 隨手記事簿: 基礎網路設定

2011年1月20日 星期四

基礎網路設定


異動網卡MAC:

sudo rm /etc/udev/rules.d/70-persisten-net.rules

Ubuntu需以上動作才能異動MAC~


在VMware中,其MAC為00:50:56:__:__:__ 空白處可自定

編輯.vmx附檔案增加

ethernet0.addressType="static"

ethernet0.Address="00:50:56:01:04:00"


原ethernet0.addressType="generated"

    ethernet0.Address="xxx.xxx.xxx.xxx"

    ethernet0.generatedAddressOffset="0"

加上刪除或註記


sudo nano /etc/network/interfaces

新增autho eth1

        iface eth1 inet dhcp


啟用IP Forward功能:

sudo nano /etc/sysctl.conf

拿掉#net.ipv4.ip_forward=1的註記


路由設定:

sudo nano /etc/rc.local

新增route add -net 192.168.200.0 netmask 255.255.255.0 gw 140.137.215.66 dev eth0



















































測試:



















































ping c 2 168.95.1.1