search for: pc0

Displaying 4 results from an estimated 4 matches for "pc0".

Did you mean: pc
2007 Aug 30
1
[Bridge] configure linux bridge
...ils 3) issue these commands: ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 brctl addbr vb brctl addif vb eth0 brctl addif vb eth1 ifconfig vb 192.168.110.24 up 4) cd /proc/sys/net/bridge for x in bridge-*; do echo 0 > $x; done 5) Then I connect PC0 to the eth0, and connect PC1 to eth1. The PC0 IP is 192.168.110.22, the PC1 IP is 192.168.110.60. It is successful ping 192.168.110.24(bridge) from PC0, It is failed ping 192.168.110.24 from PC1, and failed ping PC1 from PC0. I input brctl command , and get these infomations: ***********...
2007 Sep 02
0
[Bridge] Linux bridge configure
...ils 3) issue these commands: ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 brctl addbr vb brctl addif vb eth0 brctl addif vb eth1 ifconfig vb 192.168.110.24 up 4) cd /proc/sys/net/bridge for x in bridge-*; do echo 0 > $x; done 5) Then I connect pc0 to the eth0, and connect pc1 to eth1. The pc0 IP is 192.168.110.22, the pc1 IP is 192.168.110.60. It is failed that I ping pc1 from pc0. I input brctl command , and get these infomations: **************************************************************************************** # ./brct...
2004 Mar 17
1
ISOLinux and OpenBSD?
>+ booting floppy34.fs image from the CD works correctly (no ISOLinux, in >built BIOS emulates the floppy) Hi, have you tried the following (Isolinux direct emulation): KERNEL 34FS.IMG should function the same as if direct 1.44MB eltorito emulation was used. but using MEMDISK it fails? KERNEL MEMDISK APPEND INITRD=34FS.IMG that's all I can come up with .
2004 Apr 05
4
memdisk : booting OpenBSD and NetBSD
...ting 2k Old dos memory at 0x9f800 (map says 0x9f800), loading at 0x9f000 1588: 0xffff 15E801: 0x3c00 0x06d8 INT 13 08: Success, count = 2 BPT = f000:85d0 old: int13 = ec6a40bd int15 = f000f859 new: int13 = 9f000008 int15 = 9f00027c Loading boot sector... booting... Loading;........... probing: pc0 com0 com1 apm mem[632k 124M 1024k a20=on] disk: fd0 fd1 hd0+* >> OpenBSD/i386 BOOT 2.06 boot> booting fd0a:/bsd: 3281040_ ------------------------------------------- Then it freezes (the ' booting fd0a:/bsd' indicates that we are actually loading the openbsd kernel). In...