vine-users ML アーカイブ



[vine-users:074313] Linuxと MOL間の通信不能

  • From: 竹中 浩 <tkn-hiroshi@xxxxxxxxxxxxxxx>
  • Subject: [vine-users:074313] Linuxと MOL間の通信不能
  • Date: Mon, 27 Mar 2006 00:02:31 +0900
お世話になります。

相変わらずVine 3.1CR ppc版と格闘しております。今回は MOLとLinuxの間でネットワークが繋がり
ません。

現在のネットワークは下記の固定アドレスで構成しております。マシン はLinux/MOL用とOSX用の 2台です。MOLのネットワークポートはeth0を用い、下記の ようにLinuxとMOL側に別のIPアドレス を与えた最も基本的な構成です。尚、MOLはMac OS 9.2.2 です。

ルータ  :192.168.1.1 →全てのOSのゲートウェー

Linuxマシン
Linux    :192.168.1.2
MOL      :192.168.1.3

OSXマシン:192.168.1.7

この状態で、OSXとLinux間、及び、OSXとMOL 間は互いにpingが通るのですが、LinuxとMOL間のみ pingが通りません。また、OSXからLinux、及び、 OSXとMOL間は互いにApple Talkで見えます。従っ てeth0は生きているはずなのですが、MOLからLinux のみApple Talkで見えません。何故か同一マシ
ン上のみ音信不通です。
以前、2.6CRの時はMOLからLinuxが見えていたので すが、今回は何が原因やらよく分かりません。

どうも気になるのが、Webminを使おうとしてもlocalhost: 10000への接続が拒絶されます。何か
ファイアウォール設定が関係しているのでしょうか?
よろしくお願いします。

PS:以下に、/etc/mol/molrc.netを付けます。

# -*- perl -*- (for emacs syntax coloring)
#
# Mac-on-Linux mouse and keyboard configuration
#

#----------------------------------------------------------------------- -------
# SheepNet Driver (recommended for AppleTalk only)
#----------------------------------------------------------------------- -------
#
#	MOL uses a special kernel module driver (sheep.o) to share the
#	network device with linux.
#
		netdev:		eth0 -sheep
#		netdev:		lo
#
#	- Linux and MOL must use different TCP/IP addresses (residing on the
#	  same subnet). This is a problem if you use DHCP...
#
#	Note: It is possible to configure up to three netdevices
#	simultaneously. Thus the SheepNet driver could be used
#	for AppleTalk and the tun driver for TCP/IP...
#

ifeq ${boot_type} newworld oldworld {	# Configure for MacOS only
	netdev:	eth0 -sheep
}

#----------------------------------------------------------------------- -------
# Tun Driver (recommended for TCP/IP)
#----------------------------------------------------------------------- -------
#
#	A virtual network is created. The linux interface (e.g. tun0) is
#	configured from the /etc/mol/tunconfig script which is
#	invoked when MOL starts.
#
#		netdev:		tun0 -tun
#
#	The default tunconfig script masquerades the network (thus, linux
#	and MacOS can share a single IP address). A local dhcp server
#	is also started (if available).
#
#	- AppleTalk will not work over the tun device.
#	- Make sure /dev/net/tun exists (mknod /dev/net/tun c 10 200).
#	- The tunconfig script contains further information/documentation
#	- Configure a suitable nameserver in /etc/mol/dhcpd-mol.conf.
#
#	tunconfig:     alternate_tunconfig_script

#netdev:		tun${session} -tun


#----------------------------------------------------------------------- -------
# Tap Driver (more or less obsolete)
#----------------------------------------------------------------------- -------
#
#	This driver is similar to the tun driver. MOL does not automatically
#	configure the tap0 network though.
#
#		netdev:		tap0 -tap
#
#	- AppleTalk will not work (easily) over a tap device
#	- The tap0 interface must be configured (preferably at boot)
#

#netdev:		tap0 -tap

---
竹中 浩
tkn-hiroshi@xxxxxxxxxxxxxxx